Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/dionaea.spec'], chrootPath='/var/lib/mock/f35-build-26914077-3403690/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/dionaea.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1611619200 Wrote: /builddir/build/SRPMS/dionaea-0.7.0-11.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/dionaea.spec'], chrootPath='/var/lib/mock/f35-build-26914077-3403690/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/dionaea.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1611619200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lPkBpc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dionaea-0.7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/dionaea-0.7.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dionaea-0.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf .git + rm -f .gitignore + git init -q + git config user.email rpmbuild + git config user.name rpmbuild + git add . + git commit -a -m base [master (root-commit) a8a9148] base 344 files changed, 72032 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 CHANGELOG.rst create mode 100644 CMakeLists.txt create mode 100644 CONTRIBUTING.rst create mode 100644 LICENSE create mode 100644 Makefile.am create mode 100644 README.md create mode 100644 ci/debian-8/dionaea/Dockerfile create mode 100644 ci/debian-8/docker-compose.yml create mode 100644 ci/debian-9/dionaea/Dockerfile create mode 100644 ci/debian-9/docker-compose.yml create mode 100755 ci/run.sh create mode 100644 ci/ubuntu-14.04/dionaea/Dockerfile create mode 100644 ci/ubuntu-14.04/docker-compose.yml create mode 100644 ci/ubuntu-16.04/dionaea/Dockerfile create mode 100644 ci/ubuntu-16.04/docker-compose.yml create mode 100644 cmake/FindEV.cmake create mode 100644 cmake/FindPCAP.cmake create mode 100644 cmake/FindUDNS.cmake create mode 100644 cmake/InstallConfig.cmake create mode 100644 cmake/InstallPythonConfig.cmake create mode 100644 conf/dionaea.cfg.cmake create mode 100644 conf/dionaea.cfg.in create mode 100644 conf/ihandlers/cmdshell.yaml create mode 100644 conf/ihandlers/emu_scripts.yaml create mode 100644 conf/ihandlers/emuprofile.yaml create mode 100644 conf/ihandlers/fail2ban.yaml.in create mode 100644 conf/ihandlers/ftp.yaml create mode 100644 conf/ihandlers/hpfeeds.yaml create mode 100644 conf/ihandlers/log_db_sql.yaml.in create mode 100644 conf/ihandlers/log_incident.yaml.in create mode 100644 conf/ihandlers/log_json.yaml.in create mode 100644 conf/ihandlers/log_sqlite.yaml.in create mode 100644 conf/ihandlers/nfq.yaml create mode 100644 conf/ihandlers/p0f.yaml create mode 100644 conf/ihandlers/store.yaml create mode 100644 conf/ihandlers/submit_http.yaml create mode 100644 conf/ihandlers/submit_http_post.yaml create mode 100644 conf/ihandlers/tftp_download.yaml create mode 100644 conf/ihandlers/virustotal.yaml.in create mode 100644 conf/services/blackhole.yaml create mode 100644 conf/services/epmap.yaml create mode 100644 conf/services/ftp.yaml.in create mode 100644 conf/services/http.yaml.in create mode 100644 conf/services/memcache.yaml create mode 100644 conf/services/mirror.yaml create mode 100644 conf/services/mongo.yaml create mode 100644 conf/services/mqtt.yaml create mode 100644 conf/services/mssql.yaml create mode 100644 conf/services/mysql.yaml create mode 100644 conf/services/pptp.yaml create mode 100644 conf/services/sip.yaml.in create mode 100644 conf/services/smb.yaml create mode 100644 conf/services/tftp.yaml.in create mode 100644 conf/services/upnp.yaml.in create mode 100644 config.h.cmake create mode 100644 configure.ac create mode 100644 doc/Makefile create mode 100644 doc/api/Doxyfile create mode 100644 doc/html/index.html create mode 100755 doc/html/screen.css create mode 100644 doc/make.bat create mode 100644 doc/source/_static/.gitkeep create mode 100644 doc/source/changelog.rst create mode 100644 doc/source/conf.py create mode 100644 doc/source/configuration.rst create mode 100644 doc/source/contributing.rst create mode 100644 doc/source/development/incident.rst create mode 100644 doc/source/development/index.rst create mode 100644 doc/source/development/logging.rst create mode 100644 doc/source/development/setup.rst create mode 100644 doc/source/faq.rst create mode 100644 doc/source/ihandler/emuprofile.rst create mode 100644 doc/source/ihandler/fail2ban.rst create mode 100644 doc/source/ihandler/ftp.rst create mode 100644 doc/source/ihandler/hpfeeds.rst create mode 100644 doc/source/ihandler/index.rst create mode 100644 doc/source/ihandler/log_db_sql.rst create mode 100644 doc/source/ihandler/log_incident.rst create mode 100644 doc/source/ihandler/log_json.rst create mode 100644 doc/source/ihandler/log_sqlite.rst create mode 100644 doc/source/ihandler/nfq.rst create mode 100644 doc/source/ihandler/p0f.rst create mode 100644 doc/source/ihandler/store.rst create mode 100644 doc/source/ihandler/submit_http.rst create mode 100644 doc/source/ihandler/submit_http_post.rst create mode 100644 doc/source/ihandler/tftp_download.rst create mode 100644 doc/source/ihandler/virustotal.rst create mode 100644 doc/source/index.rst create mode 100644 doc/source/installation.rst create mode 100644 doc/source/integration.rst create mode 100644 doc/source/introduction.rst create mode 100644 doc/source/module/curl.rst create mode 100644 doc/source/module/emu.rst create mode 100644 doc/source/module/index.rst create mode 100644 doc/source/module/pcap.rst create mode 100644 doc/source/module/python.rst create mode 100644 doc/source/old/configuration.rst create mode 100644 doc/source/old/downloads.rst create mode 100644 doc/source/old/exploitation.rst create mode 100644 doc/source/old/seagfaults.rst create mode 100644 doc/source/old/submit.rst create mode 100644 doc/source/old/tips_and_tricks.rst create mode 100644 doc/source/old/utils.rst create mode 100644 doc/source/processor/emu.rst create mode 100644 doc/source/processor/filter.rst create mode 100644 doc/source/processor/index.rst create mode 100644 doc/source/processor/streamdumper.rst create mode 100644 doc/source/run.rst create mode 100644 doc/source/service/blackhole.rst create mode 100644 doc/source/service/epmap.rst create mode 100644 doc/source/service/ftp.rst create mode 100644 doc/source/service/http.rst create mode 100644 doc/source/service/index.rst create mode 100644 doc/source/service/memcache.rst create mode 100644 doc/source/service/mirror.rst create mode 100644 doc/source/service/mongo.rst create mode 100644 doc/source/service/mqtt.rst create mode 100644 doc/source/service/mssql.rst create mode 100644 doc/source/service/mysql.rst create mode 100644 doc/source/service/nfq.rst create mode 100644 doc/source/service/pptp.rst create mode 100644 doc/source/service/sip.rst create mode 100644 doc/source/service/smb.rst create mode 100644 doc/source/service/tftp.rst create mode 100644 doc/source/service/upnp.rst create mode 100644 doc/source/support.rst create mode 100644 doc/source/tips_and_tricks.rst create mode 100644 include/Makefile.am create mode 100644 include/bistream.h create mode 100644 include/connection.h create mode 100644 include/dionaea.h create mode 100644 include/dns.h create mode 100644 include/incident.h create mode 100644 include/log.h create mode 100644 include/modules.h create mode 100644 include/node_info.h create mode 100644 include/pchild.h create mode 100644 include/processor.h create mode 100644 include/protocol.h create mode 100644 include/refcount.h create mode 100644 include/signals.h create mode 100644 include/threads.h create mode 100644 include/util.h create mode 100644 m4/az_bind_ipv4_mapped_localhost.m4 create mode 100644 m4/az_python.m4 create mode 100644 modules/CMakeLists.txt create mode 100644 modules/Makefile.am create mode 100644 modules/curl/CMakeLists.txt create mode 100644 modules/curl/Makefile.am create mode 100644 modules/curl/module.c create mode 100644 modules/curl/module.h create mode 100644 modules/emu/CMakeLists.txt create mode 100644 modules/emu/Makefile.am create mode 100644 modules/emu/detect.c create mode 100644 modules/emu/emulate.c create mode 100644 modules/emu/hooks.c create mode 100644 modules/emu/module.c create mode 100644 modules/emu/module.h create mode 100644 modules/emu/profile.c create mode 100644 modules/nc/CMakeLists.txt create mode 100644 modules/nc/Makefile.am create mode 100644 modules/nc/nc.c create mode 100644 modules/nc/nc.h create mode 100644 modules/nfq/CMakeLists.txt create mode 100644 modules/nfq/Makefile.am create mode 100644 modules/nfq/nfq.c create mode 100644 modules/nl/CMakeLists.txt create mode 100644 modules/nl/Makefile.am create mode 100644 modules/nl/module.c create mode 100644 modules/pcap/CMakeLists.txt create mode 100644 modules/pcap/Makefile.am create mode 100644 modules/pcap/pcap.c create mode 100644 modules/python/CMakeLists.txt create mode 100644 modules/python/Makefile.am create mode 100644 modules/python/binding.pyx create mode 100644 modules/python/dionaea/Makefile.am create mode 100644 modules/python/dionaea/__init__.py create mode 100644 modules/python/dionaea/blackhole.py create mode 100644 modules/python/dionaea/cmd.py create mode 100644 modules/python/dionaea/echo.py create mode 100644 modules/python/dionaea/emu.py create mode 100644 modules/python/dionaea/emu_scripts/__init__.py create mode 100644 modules/python/dionaea/emu_scripts/handler.py create mode 100644 modules/python/dionaea/exception.py create mode 100644 modules/python/dionaea/fail2ban.py create mode 100644 modules/python/dionaea/ftp.py create mode 100644 modules/python/dionaea/ftp_download.py create mode 100644 modules/python/dionaea/hpfeeds.py create mode 100644 modules/python/dionaea/http.py create mode 100644 modules/python/dionaea/ihandlers.py create mode 100644 modules/python/dionaea/log.py create mode 100644 modules/python/dionaea/log_db_sql/__init__.py create mode 100644 modules/python/dionaea/log_db_sql/controller.py create mode 100644 modules/python/dionaea/log_db_sql/model.py create mode 100644 modules/python/dionaea/log_incident.py create mode 100644 modules/python/dionaea/log_json.py create mode 100644 modules/python/dionaea/logsql.py create mode 100644 modules/python/dionaea/memcache/__init__.py create mode 100644 modules/python/dionaea/memcache/command.py create mode 100644 modules/python/dionaea/memcache/var.py create mode 100644 modules/python/dionaea/mirror.py create mode 100644 modules/python/dionaea/mongo/__init__.py create mode 100644 modules/python/dionaea/mongo/mongo.py create mode 100644 modules/python/dionaea/mongo/packets.py create mode 100644 modules/python/dionaea/mqtt/__init__.py create mode 100644 modules/python/dionaea/mqtt/include/__init__.py create mode 100644 modules/python/dionaea/mqtt/include/packets.py create mode 100644 modules/python/dionaea/mqtt/mqtt.py create mode 100644 modules/python/dionaea/mssql/__init__.py create mode 100644 modules/python/dionaea/mssql/include/__init__.py create mode 100644 modules/python/dionaea/mssql/include/tds.py create mode 100644 modules/python/dionaea/mssql/mssql.py create mode 100644 modules/python/dionaea/mysql/__init__.py create mode 100644 modules/python/dionaea/mysql/include/__init__.py create mode 100644 modules/python/dionaea/mysql/include/fields.py create mode 100644 modules/python/dionaea/mysql/include/packets.py create mode 100644 modules/python/dionaea/mysql/include/packets.py_ create mode 100644 modules/python/dionaea/mysql/mysql.py create mode 100644 modules/python/dionaea/mysql/var.py create mode 100644 modules/python/dionaea/ndrlib.py create mode 100644 modules/python/dionaea/nfq.py create mode 100644 modules/python/dionaea/p0f.py create mode 100644 modules/python/dionaea/pptp/__init__.py create mode 100644 modules/python/dionaea/pptp/include/__init__.py create mode 100644 modules/python/dionaea/pptp/include/packets.py create mode 100644 modules/python/dionaea/pptp/pptp.py create mode 100644 modules/python/dionaea/services.py create mode 100644 modules/python/dionaea/sip/__init__.py create mode 100644 modules/python/dionaea/sip/extras.py create mode 100644 modules/python/dionaea/sip/rfc2396.py create mode 100644 modules/python/dionaea/sip/rfc2617.py create mode 100644 modules/python/dionaea/sip/rfc3261.py create mode 100644 modules/python/dionaea/sip/rfc4566.py create mode 100644 modules/python/dionaea/smb/__init__.py create mode 100644 modules/python/dionaea/smb/extras.py create mode 100644 modules/python/dionaea/smb/include/__init__.py create mode 100644 modules/python/dionaea/smb/include/asn1/__init__.py create mode 100644 modules/python/dionaea/smb/include/asn1/asn1.py create mode 100644 modules/python/dionaea/smb/include/asn1/ber.py create mode 100644 modules/python/dionaea/smb/include/asn1/mib.py create mode 100644 modules/python/dionaea/smb/include/asn1fields.py create mode 100644 modules/python/dionaea/smb/include/asn1packet.py create mode 100644 modules/python/dionaea/smb/include/fieldtypes.py create mode 100644 modules/python/dionaea/smb/include/gssapifields.py create mode 100644 modules/python/dionaea/smb/include/helpers.py create mode 100644 modules/python/dionaea/smb/include/ntlmfields.py create mode 100644 modules/python/dionaea/smb/include/packet.py create mode 100644 modules/python/dionaea/smb/include/smbfields.py create mode 100644 modules/python/dionaea/smb/rpcservices.py create mode 100644 modules/python/dionaea/smb/smb.py create mode 100644 modules/python/dionaea/store.py create mode 100644 modules/python/dionaea/submit_http.py create mode 100644 modules/python/dionaea/submit_http_post.py create mode 100644 modules/python/dionaea/tftp.py create mode 100644 modules/python/dionaea/upnp/__init__.py create mode 100644 modules/python/dionaea/upnp/upnp.py create mode 100644 modules/python/dionaea/util.py create mode 100644 modules/python/dionaea/virustotal.py create mode 100644 modules/python/module.c create mode 100644 modules/python/module.h create mode 100644 modules/python/pyev/Async.c create mode 100644 modules/python/pyev/Check.c create mode 100644 modules/python/pyev/Child.c create mode 100644 modules/python/pyev/Embed.c create mode 100644 modules/python/pyev/Fork.c create mode 100644 modules/python/pyev/Idle.c create mode 100644 modules/python/pyev/Io.c create mode 100644 modules/python/pyev/Loop.c create mode 100644 modules/python/pyev/Periodic.c create mode 100644 modules/python/pyev/PeriodicBase.c create mode 100644 modules/python/pyev/Prepare.c create mode 100644 modules/python/pyev/Scheduler.c create mode 100644 modules/python/pyev/Signal.c create mode 100644 modules/python/pyev/Timer.c create mode 100644 modules/python/pyev/Watcher.c create mode 100644 modules/python/pyev/pyev.c create mode 100644 modules/python/setup.py.in create mode 100644 modules/python/setup.py.in2 create mode 100644 modules/python/util/Makefile.am create mode 100755 modules/python/util/csv2sqlite.py create mode 100755 modules/python/util/gnuplotsql.py create mode 100644 modules/python/util/gnuplotsql_dir/gnuplot.example create mode 100644 modules/python/util/gnuplotsql_dir/gnuplot.svg.example create mode 100755 modules/python/util/logsql2postgres.py create mode 100755 modules/python/util/readlogsqltree.py create mode 100755 modules/python/util/retry.py create mode 100755 modules/python/util/updateccs.py create mode 100755 modules/python/util/xmpp/pg_backend.py create mode 100644 modules/python/util/xmpp/pg_schema.sql create mode 100644 modules/xmatch/CMakeLists.txt create mode 100644 modules/xmatch/Makefile.am create mode 100644 modules/xmatch/module.c create mode 100644 modules/xmatch/module.h create mode 100644 modules/xmatch/xmatch.c create mode 100644 share/python/http/template/nginx/autoindex.html.j2 create mode 100644 share/python/http/template/nginx/error.html.j2 create mode 100644 src/CMakeLists.txt create mode 100644 src/LICENSE.openssl create mode 100644 src/Makefile.am create mode 100644 src/bistream.c create mode 100644 src/connection.c create mode 100644 src/connection_dtls.c create mode 100644 src/connection_tcp.c create mode 100644 src/connection_tls.c create mode 100644 src/connection_udp.c create mode 100644 src/dionaea.c create mode 100644 src/dns.c create mode 100644 src/incident.c create mode 100644 src/log.c create mode 100644 src/modules.c create mode 100644 src/node_info.c create mode 100644 src/pchild.c create mode 100644 src/processor.c create mode 100644 src/refcount.c create mode 100644 src/signals.c create mode 100644 src/ssl.c create mode 100644 src/threads.c create mode 100644 src/util.c create mode 100644 tests/Makefile create mode 100644 tests/mysql/Makefile create mode 100644 tests/mysql/requirements.txt create mode 100644 tests/mysql/tests/__init__.py create mode 100644 tests/mysql/tests/test_show_commands.py create mode 100644 tests/mysql/tests/test_vars.py create mode 100644 tests/sip/README create mode 100644 tests/sip/functional-test-sip.py create mode 100755 tests/sip/run-bt4.sh create mode 100755 tests/sip/run-bt5.sh create mode 100755 tests/sip/run-tests.sh create mode 100644 tests/sip/sipp/error_sdp.xml create mode 100644 tests/sip/sipp/newmethod.xml create mode 100644 tests/sip/sipp/options.xml create mode 100644 tests/sip/sipp/register.xml create mode 100644 tests/sip/sipp/register_pw.xml create mode 100644 tests/sip/sipp/uac.xml create mode 100644 tests/sip/sipp/user.csv create mode 100644 tests/sip/sipp/user_pw.csv create mode 100644 tests/smb/metasploit.rc create mode 100644 vagrant/Vagrantfile create mode 100644 vagrant/bootstrap.sh create mode 100644 vagrant/build.sh create mode 100755 vagrant/dionaea.init + /usr/bin/cat /builddir/build/SOURCES/dionaea-03_in6_pktinfo.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dionaea-04_pyev.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dionaea-06_docswarn.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dionaea-08_modules_libdir.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dionaea-09_setgroups_before_setresuid.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf modules/python/pyev + sed -i -e 's|/opt/dionaea[/]*|/|g;' modules/python/util/readlogsqltree.py modules/python/util/logsql2postgres.py modules/python/util/gnuplotsql.py modules/python/util/updateccs.py src/dionaea.c vagrant/build.sh + sed -i -e 's|/opt/dionaea/var/dionaea|/var/lib/dionaea|g;' doc/html/index.html doc/source/tips_and_tricks.rst doc/source/old/configuration.rst doc/source/old/utils.rst modules/python/util/readlogsqltree.py + sed -i -e 's|/var/dionaea|/var/lib/dionaea|g;' modules/python/util/readlogsqltree.py modules/python/util/gnuplotsql.py + sed -i -e 's|var/dionaea|var/lib/dionaea|g;' modules/python/dionaea/sip/extras.py + sed -i -e 's|\$(localstatedir)/dionaea/|\$(localstatedir)/lib/dionaea/|g;' Makefile.am + sed -i -e 's|@LOCALESTATEDIR@/dionaea/|@LOCALESTATEDIR@/lib/dionaea/|g;' conf/dionaea.cfg.in conf/ihandlers/fail2ban.yaml.in conf/ihandlers/log_db_sql.yaml.in conf/ihandlers/log_incident.yaml.in conf/ihandlers/log_json.yaml.in conf/ihandlers/log_sqlite.yaml.in conf/ihandlers/virustotal.yaml.in conf/services/sip.yaml.in conf/services/http.yaml.in conf/services/ftp.yaml.in conf/services/tftp.yaml.in conf/services/upnp.yaml.in + sed -i -e 's|@LOCALESTATEDIR@/lib/dionaea/dionaea.log|@LOCALESTATEDIR@/log/dionaea/dionaea.log|g; s|@LOCALESTATEDIR@/lib/dionaea/dionaea-errors.log|@LOCALESTATEDIR@/log/dionaea/dionaea-errors.log|g; ' conf/dionaea.cfg.in + sed -i -e 's|python3.2|python3|g;' m4/az_python.m4 doc/html/index.html modules/python/util/readlogsqltree.py + sed -i -e 's|#!/bin/python3|#!/usr/bin/python3|;' modules/python/util/readlogsqltree.py modules/python/util/logsql2postgres.py modules/python/util/gnuplotsql.py modules/python/util/updateccs.py + git commit -a -m 'finished prep' [master 8363e7d] finished prep 62 files changed, 383 insertions(+), 4048 deletions(-) rewrite doc/source/old/seagfaults.rst (76%) delete mode 100644 modules/python/pyev/Async.c delete mode 100644 modules/python/pyev/Check.c delete mode 100644 modules/python/pyev/Child.c delete mode 100644 modules/python/pyev/Embed.c delete mode 100644 modules/python/pyev/Fork.c delete mode 100644 modules/python/pyev/Idle.c delete mode 100644 modules/python/pyev/Io.c delete mode 100644 modules/python/pyev/Loop.c delete mode 100644 modules/python/pyev/Periodic.c delete mode 100644 modules/python/pyev/PeriodicBase.c delete mode 100644 modules/python/pyev/Prepare.c delete mode 100644 modules/python/pyev/Scheduler.c delete mode 100644 modules/python/pyev/Signal.c delete mode 100644 modules/python/pyev/Timer.c delete mode 100644 modules/python/pyev/Watcher.c delete mode 100644 modules/python/pyev/pyev.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UnDOyl + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + autoreconf -vif autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:22: installing './compile' configure.ac:21: installing './config.guess' configure.ac:21: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' modules/curl/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2021-04-23 22:18:07.990931439 +0000 +++ ./configure 2021-04-23 22:18:09.426058027 +0000 @@ -1935,7 +1935,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2021-04-23 22:18:09.426058027 +0000 +++ ./configure 2021-04-23 22:18:09.444059615 +0000 @@ -7536,7 +7536,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -17149,7 +17149,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh ++ which python3 ++ alias ++ eval ++ /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot python3 + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-python --with-python=/usr/bin/python3 --with-glib=glib --with-nl-include=/usr/include/libnl3 --disable-werror checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for x86_64-redhat-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking whether make sets $(MAKE)... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 7542: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking linux/sockios.h usability... yes checking linux/sockios.h presence... yes checking for linux/sockios.h... yes checking for inline... inline checking for uid_t in sys/types.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for size_t... yes checking return type of signal handlers... void checking for error_at_line... yes checking return type of signal handlers... (cached) void checking for strndup... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for strdup... yes checking for strerror... yes checking for x86_64-redhat-linux-gnu-pkg-config... /usr/bin/x86_64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for bind... yes checking if bind("::ffff:0.0.0.0") works... yes checking ev.h usability... yes checking ev.h presence... yes checking for ev.h... yes checking for ev_run in -lev... yes checking emu/emu.h usability... yes checking emu/emu.h presence... yes checking for emu/emu.h... yes checking for emu_new in -lemu... yes checking cspm/cspm.h usability... no checking cspm/cspm.h presence... no checking for cspm/cspm.h... no checking udns.h usability... yes checking udns.h presence... yes checking for udns.h... yes checking for dns_submit_p in -ludns... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking pcap/sll.h usability... yes checking pcap/sll.h presence... yes checking for pcap/sll.h... yes checking for pcap_open_live in -lpcap... yes checking libnetfilter_queue/libnetfilter_queue.h usability... yes checking libnetfilter_queue/libnetfilter_queue.h presence... yes checking for libnetfilter_queue/libnetfilter_queue.h... yes checking for nfq_open in -lnetfilter_queue... yes checking for libnetfilter_queue... yes checking xmatch.h usability... no checking xmatch.h presence... no checking for xmatch.h... no checking for glib... yes checking for gthread... yes checking for gmodule... yes checking for --enable-python... no checking for --with-python... /usr/bin/python3 checking for python3... /usr/bin/python3 checking whether /usr/bin/python3 version >= 3.4 ... yes configure: PYTHON_CSPEC=-fPIC -I/usr/include/python3.9 configure: PYTHON_LSPEC=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -lm -lcrypt -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lpython3.9 checking for cython3.4... no checking for cython3... no checking for cython... /usr/bin/cython checking netlink/netlink.h usability... yes checking netlink/netlink.h presence... yes checking for netlink/netlink.h... yes checking for rtnl_link_get_ifindex in -lnl-route-3... yes checking if rtnl_link_alloc_cache takes 2 args.... no checking if rtnl_link_alloc_cache takes 3 args.... yes checking for curl-config... /usr/bin/curl-config checking for loudmouth... no checking for loudmouth... yes checking whether you are looking for 'performance'... no checking whether debug code generation should be enabled... yes checking whether you want Werror... no checking DEPENDENCY emu... yes checking DEPENDENCY ev... yes checking DEPENDENCY curl... yes checking DEPENDENCY cython... yes checking DEPENDENCY python... yes checking DEPENDENCY glib... yes checking DEPENDENCY udns... yes checking DEPENDENCY ssl... yes checking if all required dependencies are installed properly... yes - well done, you read the documentation checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating conf/dionaea.cfg config.status: creating conf/ihandlers/fail2ban.yaml config.status: creating conf/ihandlers/log_db_sql.yaml config.status: creating conf/ihandlers/log_incident.yaml config.status: creating conf/ihandlers/log_json.yaml config.status: creating conf/ihandlers/log_sqlite.yaml config.status: creating conf/ihandlers/virustotal.yaml config.status: creating conf/services/ftp.yaml config.status: creating conf/services/http.yaml config.status: creating conf/services/sip.yaml config.status: creating conf/services/tftp.yaml config.status: creating conf/services/upnp.yaml config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating modules/Makefile config.status: creating modules/nc/Makefile config.status: creating modules/python/Makefile config.status: creating modules/python/setup.py config.status: creating modules/python/dionaea/Makefile config.status: creating modules/python/util/Makefile config.status: creating modules/emu/Makefile config.status: creating modules/curl/Makefile config.status: creating modules/nl/Makefile config.status: creating modules/nfq/Makefile config.status: creating modules/xmatch/Makefile config.status: creating modules/pcap/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands *** dionaea configuration *** debug : yes performance : no werror : no ipv4 mapped : no ev : yes - cflags : -DEV_COMPAT3=0 - libs : -lev glib : yes - cflags : -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread - libs : -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 python : yes - binary : /usr/bin/python3 - cflags : -fPIC -I/usr/include/python3.9 - libs : -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -lm -lcrypt -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lpython3.9 cython : yes - binary : /usr/bin/cython ssl : yes - cflags : - libs : -lssl -lcrypto emu : yes - cflags : - libs : -lemu udns : yes - cflags : - libs : -ludns pcap : yes - cflags : - libs : -lpcap netfilter_queue : yes - cflags : - libs : -lnetfilter_queue cspm : no - cflags : - libs : loudmouth : yes - cflags : -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread - libs : -lloudmouth-1 -lglib-2.0 curl : yes - cflags : - libs : -lcurl nl : yes - cflags : -I/usr/include/libnl3 - libs : -lnl-3 -nl-genl-3 -lnl-route-3 -lnl-nf-3 xmatch : no - cflags : - libs : + make -j6 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99' make all-recursive make[1]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0' Making all in src make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-dionaea.o `test -f 'dionaea.c' || echo './'`dionaea.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-dns.o `test -f 'dns.c' || echo './'`dns.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-refcount.o `test -f 'refcount.c' || echo './'`refcount.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-node_info.o `test -f 'node_info.c' || echo './'`node_info.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-util.o `test -f 'util.c' || echo './'`util.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-connection.o `test -f 'connection.c' || echo './'`connection.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-connection_dtls.o `test -f 'connection_dtls.c' || echo './'`connection_dtls.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-connection_tcp.o `test -f 'connection_tcp.c' || echo './'`connection_tcp.c node_info.c: In function 'node_info_set': node_info.c:76:62: warning: '%s' directive output may be truncated writing up to 107 bytes into a region of size 41 [-Wformat-truncation=] 76 | snprintf(node->ip_string, INET_STRLEN, "un://%s", (char *)addroff); | ^~ In file included from /usr/include/stdio.h:866, from node_info.c:36: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output between 6 and 113 bytes into a destination of size 46 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-connection_tls.o `test -f 'connection_tls.c' || echo './'`connection_tls.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-connection_udp.o `test -f 'connection_udp.c' || echo './'`connection_udp.c connection_dtls.c: In function 'connection_dtls_io_in_cb': connection_dtls.c:419:33: warning: 'peer' may be used uninitialized in this function [-Wmaybe-uninitialized] 419 | connection_dtls_connect_again(EV_A_ &peer->events.io_in, EV_READ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-modules.o `test -f 'modules.c' || echo './'`modules.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-pchild.o `test -f 'pchild.c' || echo './'`pchild.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-log.o `test -f 'log.c' || echo './'`log.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-signals.o `test -f 'signals.c' || echo './'`signals.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-ssl.o `test -f 'ssl.c' || echo './'`ssl.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-incident.o `test -f 'incident.c' || echo './'`incident.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-threads.o `test -f 'threads.c' || echo './'`threads.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-bistream.o `test -f 'bistream.c' || echo './'`bistream.c gcc -DHAVE_CONFIG_H -I. -I.. -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o dionaea-processor.o `test -f 'processor.c' || echo './'`processor.c /bin/sh ../libtool --tag=CC --mode=link gcc -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -lev -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 -lssl -lcrypto -ludns -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dionaea dionaea-dionaea.o dionaea-dns.o dionaea-refcount.o dionaea-node_info.o dionaea-util.o dionaea-connection.o dionaea-connection_dtls.o dionaea-connection_tcp.o dionaea-connection_tls.o dionaea-connection_udp.o dionaea-modules.o dionaea-pchild.o dionaea-log.o dionaea-signals.o dionaea-ssl.o dionaea-incident.o dionaea-threads.o dionaea-bistream.o dionaea-processor.o libtool: link: gcc -DEV_COMPAT3=0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I../include -I .. -fno-strict-aliasing -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -pthread -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dionaea dionaea-dionaea.o dionaea-dns.o dionaea-refcount.o dionaea-node_info.o dionaea-util.o dionaea-connection.o dionaea-connection_dtls.o dionaea-connection_tcp.o dionaea-connection_tls.o dionaea-connection_udp.o dionaea-modules.o dionaea-pchild.o dionaea-log.o dionaea-signals.o dionaea-ssl.o dionaea-incident.o dionaea-threads.o dionaea-bistream.o dionaea-processor.o -lev -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lssl -lcrypto -ludns -pthread make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/src' Making all in include make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/include' Making all in modules make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules' Making all in nc make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o nc.lo nc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c nc.c -fPIC -DPIC -o .libs/nc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c nc.c -o nc.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I../../src -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -module -no-undefined -avoid-version -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o nc.la -rpath /usr/lib64/dionaea nc.lo libtool: link: gcc -shared -fPIC -DPIC .libs/nc.o -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-soname -Wl,nc.so -o .libs/nc.so libtool: link: ar cru .libs/nc.a nc.o libtool: link: ranlib .libs/nc.a libtool: link: ( cd ".libs" && rm -f "nc.la" && ln -s "../nc.la" "nc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nc' Making all in python make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' /usr/bin/python3 setup.py build Making all in dionaea make[4]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' Making all in util make[4]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' sed -e 's,[@]PYTHON[@],/usr/bin/python3,g' < readlogsqltree.py > readlogsqltree sed -e 's,[@]PYTHON[@],/usr/bin/python3,g' < gnuplotsql.py > gnuplotsql chmod +x gnuplotsql chmod +x readlogsqltree make[4]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' make[4]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' running build running build_ext cythoning binding.pyx to binding.c /usr/lib64/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/dionaea-0.7.0/modules/python/binding.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'dionaea.core' extension creating build creating build/temp.linux-x86_64-3.9 gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -fPIC -D_GNU_SOURCE -DPYEV_VERSION="0.9.0" -UNDEBUG -I../../include -I../../ -I/usr/include/glib-2.0 -I/usr/include/python3.9 -I/usr/include/sysprof-4 -I/usr/lib64/glib-2.0/include -I/usr/include/python3.9 -c binding.c -o build/temp.linux-x86_64-3.9/binding.o -DEV_COMPAT3=0 -Wall -fPIC -fno-strict-aliasing -g -pthread gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -fPIC -D_GNU_SOURCE -DPYEV_VERSION="0.9.0" -UNDEBUG -I../../include -I../../ -I/usr/include/glib-2.0 -I/usr/include/python3.9 -I/usr/include/sysprof-4 -I/usr/lib64/glib-2.0/include -I/usr/include/python3.9 -c module.c -o build/temp.linux-x86_64-3.9/module.o -DEV_COMPAT3=0 -Wall -fPIC -fno-strict-aliasing -g -pthread module.c: In function ‘python_mkshell_ihandler_cb’: module.c:160:17: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 160 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c: In function ‘hupy’: module.c:203:33: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 203 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c:225:33: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 225 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c:236:33: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 236 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c:261:33: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 261 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c: In function ‘freepy’: module.c:295:25: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 295 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c: In function ‘start’: module.c:326:25: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 326 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c: In function ‘new’: module.c:404:25: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 404 | PyObject *r = PyEval_CallObject(func, arglist); | ^~~~~~~~ In file included from /usr/include/python3.9/Python.h:145, from module.c:30: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.c: In function ‘pyobjectstring’: module.c:988:9: warning: ‘PyUnicode_GetSize’ is deprecated [-Wdeprecated-declarations] 988 | Py_ssize_t pysize = PyUnicode_GetSize(pyobjectstr); | ^~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:97, from module.c:30: /usr/include/python3.9/unicodeobject.h:177:43: note: declared here 177 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize( | ^~~~~~~~~~~~~~~~~ creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/dionaea gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 build/temp.linux-x86_64-3.9/binding.o build/temp.linux-x86_64-3.9/module.o -L/usr/lib64 -lcrypt -ldl -lm -lpthread -lpython3.9 -lutil -o build/lib.linux-x86_64-3.9/dionaea/core.cpython-39-x86_64-linux-gnu.so -Wl,--as-needed -Wl,-z,now -Wl,-z,relro -Xlinker -export-dynamic -g make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' Making all in emu make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/emu' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o module.lo module.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o detect.lo detect.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o emulate.lo emulate.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o profile.lo profile.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o hooks.lo hooks.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c profile.c -fPIC -DPIC -o .libs/profile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c hooks.c -fPIC -DPIC -o .libs/hooks.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c detect.c -fPIC -DPIC -o .libs/detect.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c module.c -fPIC -DPIC -o .libs/module.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c emulate.c -fPIC -DPIC -o .libs/emulate.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c detect.c -o detect.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c module.c -o module.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c emulate.c -o emulate.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c profile.c -o profile.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c hooks.c -o hooks.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I../../src -fms-extensions -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -module -no-undefined -avoid-version -lemu -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o emu.la -rpath /usr/lib64/dionaea module.lo detect.lo emulate.lo profile.lo hooks.lo libtool: link: gcc -shared -fPIC -DPIC .libs/module.o .libs/detect.o .libs/emulate.o .libs/profile.o .libs/hooks.o -lemu -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-soname -Wl,emu.so -o .libs/emu.so libtool: link: ar cru .libs/emu.a module.o detect.o emulate.o profile.o hooks.o libtool: link: ranlib .libs/emu.a libtool: link: ( cd ".libs" && rm -f "emu.la" && ln -s "../emu.la" "emu.la" ) make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/emu' Making all in curl make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o module.lo module.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c module.c -fPIC -DPIC -o .libs/module.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c module.c -o module.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -module -no-undefined -avoid-version -lcurl -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o curl.la -rpath /usr/lib64/dionaea module.lo libtool: link: gcc -shared -fPIC -DPIC .libs/module.o -lcurl -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-soname -Wl,curl.so -o .libs/curl.so libtool: link: ar cru .libs/curl.a module.o libtool: link: ranlib .libs/curl.a libtool: link: ( cd ".libs" && rm -f "curl.la" && ln -s "../curl.la" "curl.la" ) make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/curl' Making all in nl make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -Wall -g -I/usr/include/libnl3 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o module.lo module.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -Wall -g -I/usr/include/libnl3 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c module.c -fPIC -DPIC -o .libs/module.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -Wall -g -I/usr/include/libnl3 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c module.c -o module.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I../../src -Wall -g -I/usr/include/libnl3 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -module -no-undefined -avoid-version -lnl-3 -nl-genl-3 -lnl-route-3 -lnl-nf-3 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o nl.la -rpath /usr/lib64/dionaea module.lo libtool: link: gcc -shared -fPIC -DPIC .libs/module.o -lnl-3 -lnl-route-3 -lnl-nf-3 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -pthread -pthread -pthread -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-soname -Wl,nl.so -o .libs/nl.so libtool: link: ar cru .libs/nl.a module.o libtool: link: ranlib .libs/nl.a libtool: link: ( cd ".libs" && rm -f "nl.la" && ln -s "../nl.la" "nl.la" ) make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nl' Making all in pcap make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/pcap' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o pcap.lo pcap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c pcap.c -fPIC -DPIC -o .libs/pcap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c pcap.c -o pcap.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I../../src -fno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -module -no-undefined -avoid-version -lpcap -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pcap.la -rpath /usr/lib64/dionaea pcap.lo libtool: link: gcc -shared -fPIC -DPIC .libs/pcap.o -lpcap -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-soname -Wl,pcap.so -o .libs/pcap.so libtool: link: ar cru .libs/pcap.a pcap.o libtool: link: ranlib .libs/pcap.a libtool: link: ( cd ".libs" && rm -f "pcap.la" && ln -s "../pcap.la" "pcap.la" ) make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/pcap' Making all in nfq make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nfq' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -pipe -D _GNU_SOURCE -fno-strict-aliasing -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c -o nfq.lo nfq.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -pipe -D _GNU_SOURCE -fno-strict-aliasing -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c nfq.c -fPIC -DPIC -o .libs/nfq.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -pipe -D _GNU_SOURCE -fno-strict-aliasing -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -c nfq.c -o nfq.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I../../src -pipe -D _GNU_SOURCE -fno-strict-aliasing -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wno-error -D_GNU_SOURCE -std=c99 -module -no-undefined -avoid-version -lnetfilter_queue -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o nfq.la -rpath /usr/lib64/dionaea nfq.lo libtool: link: gcc -shared -fPIC -DPIC .libs/nfq.o -lnetfilter_queue -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-soname -Wl,nfq.so -o .libs/nfq.so libtool: link: ar cru .libs/nfq.a nfq.o libtool: link: ranlib .libs/nfq.a libtool: link: ( cd ".libs" && rm -f "nfq.la" && ln -s "../nfq.la" "nfq.la" ) make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nfq' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0' make[1]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0' + cd doc + make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v3.5.3 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 64 source files that are out of date updating environment: [new config] 64 added, 0 changed, 0 removed reading sources... [ 1%] changelog reading sources... [ 3%] configuration reading sources... [ 4%] contributing reading sources... [ 6%] development/incident reading sources... [ 7%] development/index reading sources... [ 9%] development/logging reading sources... [ 10%] development/setup reading sources... [ 12%] faq reading sources... [ 14%] ihandler/emuprofile reading sources... [ 15%] ihandler/fail2ban reading sources... [ 17%] ihandler/ftp reading sources... [ 18%] ihandler/hpfeeds reading sources... [ 20%] ihandler/index reading sources... [ 21%] ihandler/log_db_sql reading sources... [ 23%] ihandler/log_incident reading sources... [ 25%] ihandler/log_json reading sources... [ 26%] ihandler/log_sqlite reading sources... [ 28%] ihandler/nfq reading sources... [ 29%] ihandler/p0f reading sources... [ 31%] ihandler/store reading sources... [ 32%] ihandler/submit_http reading sources... [ 34%] ihandler/submit_http_post reading sources... [ 35%] ihandler/tftp_download reading sources... [ 37%] ihandler/virustotal reading sources... [ 39%] index reading sources... [ 40%] installation reading sources... [ 42%] integration reading sources... [ 43%] introduction reading sources... [ 45%] module/curl reading sources... [ 46%] module/emu reading sources... [ 48%] module/index reading sources... [ 50%] module/pcap reading sources... [ 51%] module/python reading sources... [ 53%] old/configuration reading sources... [ 54%] old/downloads reading sources... [ 56%] old/exploitation reading sources... [ 57%] old/seagfaults reading sources... [ 59%] old/submit reading sources... [ 60%] old/tips_and_tricks reading sources... [ 62%] old/utils reading sources... [ 64%] processor/emu reading sources... [ 65%] processor/filter reading sources... [ 67%] processor/index reading sources... [ 68%] processor/streamdumper reading sources... [ 70%] run reading sources... [ 71%] service/blackhole reading sources... [ 73%] service/epmap reading sources... [ 75%] service/ftp reading sources... [ 76%] service/http reading sources... [ 78%] service/index reading sources... [ 79%] service/memcache reading sources... [ 81%] service/mirror reading sources... [ 82%] service/mongo reading sources... [ 84%] service/mqtt reading sources... [ 85%] service/mssql reading sources... [ 87%] service/mysql reading sources... [ 89%] service/nfq reading sources... [ 90%] service/pptp reading sources... [ 92%] service/sip reading sources... [ 93%] service/smb reading sources... [ 95%] service/tftp reading sources... [ 96%] service/upnp reading sources... [ 98%] support reading sources... [100%] tips_and_tricks ../CHANGELOG.rst:8: WARNING: Title underline too short. 0.7.0 - (2018-05-01) ------------------- ../CHANGELOG.rst:8: WARNING: Title underline too short. 0.7.0 - (2018-05-01) ------------------- looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] changelog writing output... [ 3%] configuration writing output... [ 4%] contributing writing output... [ 6%] development/incident writing output... [ 7%] development/index writing output... [ 9%] development/logging writing output... [ 10%] development/setup writing output... [ 12%] faq writing output... [ 14%] ihandler/emuprofile writing output... [ 15%] ihandler/fail2ban writing output... [ 17%] ihandler/ftp writing output... [ 18%] ihandler/hpfeeds writing output... [ 20%] ihandler/index writing output... [ 21%] ihandler/log_db_sql writing output... [ 23%] ihandler/log_incident writing output... [ 25%] ihandler/log_json writing output... [ 26%] ihandler/log_sqlite writing output... [ 28%] ihandler/nfq writing output... [ 29%] ihandler/p0f writing output... [ 31%] ihandler/store writing output... [ 32%] ihandler/submit_http writing output... [ 34%] ihandler/submit_http_post writing output... [ 35%] ihandler/tftp_download writing output... [ 37%] ihandler/virustotal writing output... [ 39%] index writing output... [ 40%] installation writing output... [ 42%] integration writing output... [ 43%] introduction writing output... [ 45%] module/curl writing output... [ 46%] module/emu writing output... [ 48%] module/index writing output... [ 50%] module/pcap writing output... [ 51%] module/python writing output... [ 53%] old/configuration writing output... [ 54%] old/downloads writing output... [ 56%] old/exploitation writing output... [ 57%] old/seagfaults writing output... [ 59%] old/submit writing output... [ 60%] old/tips_and_tricks writing output... [ 62%] old/utils writing output... [ 64%] processor/emu writing output... [ 65%] processor/filter writing output... [ 67%] processor/index writing output... [ 68%] processor/streamdumper writing output... [ 70%] run writing output... [ 71%] service/blackhole writing output... [ 73%] service/epmap writing output... [ 75%] service/ftp writing output... [ 76%] service/http writing output... [ 78%] service/index writing output... [ 79%] service/memcache writing output... [ 81%] service/mirror writing output... [ 82%] service/mongo writing output... [ 84%] service/mqtt writing output... [ 85%] service/mssql writing output... [ 87%] service/mysql writing output... [ 89%] service/nfq writing output... [ 90%] service/pptp writing output... [ 92%] service/sip writing output... [ 93%] service/smb writing output... [ 95%] service/tftp writing output... [ 96%] service/upnp writing output... [ 98%] support writing output... [100%] tips_and_tricks generating indices... genindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 2 warnings. The HTML pages are in build/html. Build finished. The HTML pages are in build/html. + make man sphinx-build -b man -d build/doctrees source build/man Running Sphinx v3.5.3 making output directory... done loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found writing... dionaea.1 { introduction installation configuration run integration module/index module/curl module/emu module/pcap module/python service/index service/blackhole service/epmap service/ftp service/http service/memcache service/mirror service/mongo service/mqtt service/mssql service/mysql service/nfq service/pptp service/sip service/smb service/tftp service/upnp ihandler/index ihandler/emuprofile ihandler/fail2ban ihandler/ftp ihandler/hpfeeds ihandler/log_db_sql ihandler/log_incident ihandler/log_json ihandler/log_sqlite ihandler/nfq ihandler/p0f ihandler/store ihandler/submit_http ihandler/submit_http_post ihandler/tftp_download ihandler/virustotal processor/index processor/emu processor/filter processor/streamdumper contributing development/index development/setup development/logging development/incident changelog faq tips_and_tricks support old/exploitation old/downloads old/submit old/configuration old/utils old/seagfaults old/tips_and_tricks } done build succeeded. The manual pages are in build/man. Build finished. The manual pages are in build/man. + rm -rf build/html/.doctrees build/html/.buildinfo + cd .. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XZygKF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 ++ dirname /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 + cd dionaea-0.7.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 'INSTALL=/usr/bin/install -p' PYTHON_SITELIB=/usr/lib64/python3.9/site-packages PYTHON_SITEARCH=/usr/lib64/python3.9/site-packages Making install in src make[1]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/src' make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p dionaea '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/bin' libtool: install: /usr/bin/install -p dionaea /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/bin/dionaea make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/src' make[1]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/src' Making install in include make[1]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/include' make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/include' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/include' make[1]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/include' Making install in modules make[1]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules' Making install in nc make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nc' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' /bin/sh ../../libtool --mode=install /usr/bin/install -p nc.la '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' libtool: install: /usr/bin/install -p .libs/nc.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.so libtool: install: /usr/bin/install -p .libs/nc.lai /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.la libtool: install: /usr/bin/install -p .libs/nc.a /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.a libtool: install: ranlib /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.a libtool: warning: remember to run 'libtool --finish /usr/lib64/dionaea' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nc' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nc' Making install in python make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' Making install in dionaea make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' make[4]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' make[4]: Nothing to be done for 'install-exec-am'. for i in blackhole.py emu_scripts/__init__.py emu_scripts/handler.py mongo/__init__.py mongo/mongo.py mongo/packets.py sip/__init__.py sip/extras.py sip/rfc2396.py sip/rfc2617.py sip/rfc3261.py sip/rfc4566.py tftp.py echo.py exception.py ftp.py ftp_download.py services.py smb/include/fieldtypes.py smb/include/smbfields.py smb/include/__init__.py smb/include/helpers.py smb/include/packet.py smb/include/asn1fields.py smb/include/asn1packet.py smb/include/asn1/__init__.py smb/include/asn1/asn1.py smb/include/asn1/ber.py smb/include/asn1/mib.py smb/include/ntlmfields.py smb/include/gssapifields.py smb/__init__.py smb/extras.py smb/smb.py smb/rpcservices.py mirror.py nfq.py http.py log.py logsql.py log_db_sql/__init__.py log_db_sql/controller.py log_db_sql/model.py log_incident.py log_json.py p0f.py cmd.py emu.py ihandlers.py util.py store.py virustotal.py submit_http.py submit_http_post.py hpfeeds.py ndrlib.py fail2ban.py __init__.py memcache/__init__.py memcache/command.py memcache/var.py mssql/__init__.py mssql/mssql.py mssql/include/tds.py mssql/include/__init__.py mysql/__init__.py mysql/mysql.py mysql/var.py mysql/include/packets.py mysql/include/fields.py mysql/include/__init__.py pptp/__init__.py pptp/pptp.py pptp/include/packets.py pptp/include/__init__.py mqtt/__init__.py mqtt/mqtt.py mqtt/include/packets.py mqtt/mqtt.py mqtt/include/__init__.py upnp/__init__.py upnp/upnp.py; do \ location=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9/site-packages"/dionaea/$i"; \ scriptdir=`dirname "$location"`; \ if [ ! -d $scriptdir ]; then \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d $scriptdir; \ fi; \ /usr/bin/install -p -m 644 $i $location; \ done make[4]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' Making install in util make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' make[4]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/bin' /usr/bin/install -p readlogsqltree gnuplotsql '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/bin' /usr/bin/make install-exec-hook make[5]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' rm -f readlogsqltree gnuplotsql make[5]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' make[4]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' Making all in dionaea make[5]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/dionaea' Making all in util make[5]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' sed -e 's,[@]PYTHON[@],/usr/bin/python3,g' < readlogsqltree.py > readlogsqltree chmod +x readlogsqltree sed -e 's,[@]PYTHON[@],/usr/bin/python3,g' < gnuplotsql.py > gnuplotsql chmod +x gnuplotsql make[5]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python/util' make[5]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 --install-lib /usr/lib64/python3.9/site-packages running install running install_lib copying build/lib.linux-x86_64-3.9/dionaea/core.cpython-39-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9/site-packages/dionaea running install_egg_info Writing /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9/site-packages/dionaea-0.0.0-py3.9.egg-info (cd /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9/site-packages/dionaea && export X=`ls core*.so | head -n 1` && ln -s /usr/lib64/python3.9/site-packages/dionaea/$X python.so && mv python.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/python.so) make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/python' Making install in emu make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/emu' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/emu' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' /bin/sh ../../libtool --mode=install /usr/bin/install -p emu.la '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' libtool: install: /usr/bin/install -p .libs/emu.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.so libtool: install: /usr/bin/install -p .libs/emu.lai /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.la libtool: install: /usr/bin/install -p .libs/emu.a /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.a libtool: install: ranlib /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.a libtool: warning: remember to run 'libtool --finish /usr/lib64/dionaea' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/emu' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/emu' Making install in curl make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/curl' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/curl' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' /bin/sh ../../libtool --mode=install /usr/bin/install -p curl.la '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' libtool: install: /usr/bin/install -p .libs/curl.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.so libtool: install: /usr/bin/install -p .libs/curl.lai /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.la libtool: install: /usr/bin/install -p .libs/curl.a /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.a libtool: install: ranlib /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.a libtool: warning: remember to run 'libtool --finish /usr/lib64/dionaea' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/curl' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/curl' Making install in nl make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nl' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nl' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' /bin/sh ../../libtool --mode=install /usr/bin/install -p nl.la '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' libtool: install: /usr/bin/install -p .libs/nl.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.so libtool: install: /usr/bin/install -p .libs/nl.lai /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.la libtool: install: /usr/bin/install -p .libs/nl.a /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.a libtool: install: ranlib /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.a libtool: warning: remember to run 'libtool --finish /usr/lib64/dionaea' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nl' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nl' Making install in pcap make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/pcap' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/pcap' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' /bin/sh ../../libtool --mode=install /usr/bin/install -p pcap.la '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' libtool: install: /usr/bin/install -p .libs/pcap.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.so libtool: install: /usr/bin/install -p .libs/pcap.lai /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.la libtool: install: /usr/bin/install -p .libs/pcap.a /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.a libtool: install: ranlib /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.a libtool: warning: remember to run 'libtool --finish /usr/lib64/dionaea' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/pcap' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/pcap' Making install in nfq make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nfq' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nfq' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' /bin/sh ../../libtool --mode=install /usr/bin/install -p nfq.la '/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea' libtool: install: /usr/bin/install -p .libs/nfq.so /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.so libtool: install: /usr/bin/install -p .libs/nfq.lai /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.la libtool: install: /usr/bin/install -p .libs/nfq.a /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.a libtool: install: ranlib /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.a libtool: warning: remember to run 'libtool --finish /usr/lib64/dionaea' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nfq' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules/nfq' make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[3]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[1]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0/modules' make[1]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0' make[2]: Entering directory '/builddir/build/BUILD/dionaea-0.7.0' make[2]: Nothing to be done for 'install-exec-am'. /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/run/ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/binaries/ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/bistreams/ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/ftp /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/tftp /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/upnp /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/www /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/share/python/http/template/nginx /usr/bin/install -p -t /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/share/python/http/template/nginx/ \ share/python/http/template/nginx/*.j2 if [ ! -e /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/ ]; then \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc; \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea; \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/ihandlers-available/; \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/ihandlers-enabled/; \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/services-available/; \ /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/services-enabled/; \ /usr/bin/install -p -m 644 ./conf/dionaea.cfg /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/dionaea.cfg; \ /usr/bin/install -p -m 644 ./conf/ihandlers/*.yaml /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/ihandlers-available/; \ /usr/bin/install -p -m 644 ./conf/services/*.yaml /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/services-available/; \ (cd /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/ihandlers-enabled/ && for filename in cmdshell.yaml emuprofile.yaml ftp.yaml log_sqlite.yaml store.yaml tftp_download.yaml; do ln -s ../ihandlers-available/${filename}; done); \ (cd /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/dionaea/services-enabled/ && find ../services-available/ -type f -exec ln -s {} \;); \ fi /bin/sh /builddir/build/BUILD/dionaea-0.7.0/install-sh -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/log make[2]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0' make[1]: Leaving directory '/builddir/build/BUILD/dionaea-0.7.0' + find /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 '(' -name '*.a' -o -name '*.la' ')' -delete + chmod -x /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/share/python/http/template/nginx/autoindex.html.j2 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/share/python/http/template/nginx/error.html.j2 + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/sbin + mv /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/bin/dionaea /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/sbin/dionaea + install -d /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/man/man1/ + install -p -D -m 644 doc/build/man/dionaea.1 /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/man/man1/dionaea.1 + mv doc/build/html/ ./html + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/sysconfig + install -p -D -m 644 /builddir/build/SOURCES/dionaea.sysconfig /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/sysconfig/dionaea + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib/systemd/system + install -p -D -m 644 /builddir/build/SOURCES/dionaea.service /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib/systemd/system/dionaea.service + install -p -D -m 644 /builddir/build/SOURCES/dionaea.logrotate /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/etc/logrotate.d/dionaea + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/log/dionaea + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/binaries + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/bistreams + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/ftp + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/tftp + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/www + mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/roots/upnp + touch /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/dionaea.sqlite + touch /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/dionaea_incident.sqlite + touch /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/var/lib/dionaea/sipaccounts.sqlite + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.7.0-11.fc35 --unique-debug-suffix -0.7.0-11.fc35.x86_64 --unique-debug-src-base dionaea-0.7.0-11.fc35.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/dionaea-0.7.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/emu.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/curl.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/pcap.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nc.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nfq.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/dionaea/nl.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9/site-packages/dionaea/core.cpython-39-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/sbin/dionaea extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9/site-packages/dionaea/core.cpython-39-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/sbin/dionaea original debug info size: 1816kB, size after compression: 1644kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. 2483 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib64/python3.9 using python3.9 /usr/lib64/python3.9/site-packages/dionaea/smb/include/fieldtypes.py:213: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.9/site-packages/dionaea/smb/include/fieldtypes.py:213: SyntaxWarning: "is" with a literal. Did you mean "=="? Bytecompiling .py files below /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/lib/debug/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/readlogsqltree from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/bin/gnuplotsql from /usr/bin/env python3 to #!/usr/bin/python3 Processing files: dionaea-0.7.0-11.fc35.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.d01WY6 + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + DOCDIR=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea + cp -pr README.md /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.PvWtyN + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/licenses/dionaea + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/licenses/dionaea + cp -pr LICENSE /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/licenses/dionaea + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(dionaea) = 0.7.0-11.fc35 dionaea = 0.7.0-11.fc35 dionaea(x86-64) = 0.7.0-11.fc35 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python3 libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcurl.so.4()(64bit) libemu.so.2()(64bit) libev.so.4()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libnetfilter_queue.so.1()(64bit) libnl-3.so.200()(64bit) libnl-3.so.200(libnl_3)(64bit) libnl-nf-3.so.200()(64bit) libnl-route-3.so.200()(64bit) libnl-route-3.so.200(libnl_3)(64bit) libpcap.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libudns.so.0()(64bit) rtld(GNU_HASH) Processing files: dionaea-doc-0.7.0-11.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HItEhY + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + DOCDIR=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea-doc + cp -pr README.md /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea-doc + cp -pr html /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/dionaea-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: dionaea-doc = 0.7.0-11.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-dionaea-0.7.0-11.fc35.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aOLvf9 + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + DOCDIR=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/python3-dionaea + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/python3-dionaea + cp -pr README.md /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/doc/python3-dionaea + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vpYQFV + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/licenses/python3-dionaea + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/licenses/python3-dionaea + cp -pr LICENSE /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64/usr/share/licenses/python3-dionaea + RPM_EC=0 ++ jobs -p + exit 0 warning: absolute symlink: /usr/lib64/dionaea/python.so -> /usr/lib64/python3.9/site-packages/dionaea/core.cpython-39-x86_64-linux-gnu.so Provides: python-dionaea = 0.7.0-11.fc35 python3-dionaea = 0.7.0-11.fc35 python3-dionaea(x86-64) = 0.7.0-11.fc35 python3.9-dionaea = 0.7.0-11.fc35 python3.9dist(dionaea) = 0 python3dist(dionaea) = 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython3.9.so.1.0()(64bit) python(abi) = 3.9 rtld(GNU_HASH) Obsoletes: python-dionaea < 0.7.0-11.fc35 Processing files: dionaea-debugsource-0.7.0-11.fc35.x86_64 Provides: dionaea-debugsource = 0.7.0-11.fc35 dionaea-debugsource(x86-64) = 0.7.0-11.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dionaea-debuginfo-0.7.0-11.fc35.x86_64 Provides: debuginfo(build-id) = 0f0806f26a93edf484e57e5cefac7812b8408127 debuginfo(build-id) = 2dcac0edc27bbbfb557aa98a1708d91f9d4ce3e7 debuginfo(build-id) = 52627ce3cf106232a73a51864c4dedb5cad06f50 debuginfo(build-id) = 7cf55a1d51f9eefe13203f88a43c04d5141a9e9d debuginfo(build-id) = a39392682ab9048bcac3c7a3e7719c13d2899fa5 debuginfo(build-id) = b02a1afffe8f6055f29894785acdeacbc1ed8a28 debuginfo(build-id) = eb63e21003de82d612217f4dbb1428cf98058e1a dionaea-debuginfo = 0.7.0-11.fc35 dionaea-debuginfo(x86-64) = 0.7.0-11.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dionaea-debugsource(x86-64) = 0.7.0-11.fc35 Processing files: python3-dionaea-debuginfo-0.7.0-11.fc35.x86_64 Provides: debuginfo(build-id) = 6ef89a982e5cd56cd2baf7357f6f9c1d90aeb684 python-dionaea-debuginfo = 0.7.0-11.fc35 python3-dionaea-debuginfo = 0.7.0-11.fc35 python3-dionaea-debuginfo(x86-64) = 0.7.0-11.fc35 python3.9-dionaea-debuginfo = 0.7.0-11.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dionaea-debugsource(x86-64) = 0.7.0-11.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 Wrote: /builddir/build/RPMS/dionaea-0.7.0-11.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/dionaea-debuginfo-0.7.0-11.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/python3-dionaea-debuginfo-0.7.0-11.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/dionaea-doc-0.7.0-11.fc35.noarch.rpm Wrote: /builddir/build/RPMS/dionaea-debugsource-0.7.0-11.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/python3-dionaea-0.7.0-11.fc35.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MVemZS + umask 022 + cd /builddir/build/BUILD + cd dionaea-0.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dionaea-0.7.0-11.fc35.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0