Mock Version: 2.15 Mock Version: 2.15 Mock Version: 2.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/uwsgi.spec'], chrootPath='/var/lib/mock/f35-build-32933604-4442428/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 aarch64 --nodeps /builddir/build/SPECS/uwsgi.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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1642896000 Wrote: /builddir/build/SRPMS/uwsgi-2.0.20-1.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/uwsgi.spec'], chrootPath='/var/lib/mock/f35-build-32933604-4442428/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 aarch64 --nodeps /builddir/build/SPECS/uwsgi.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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1642896000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Lps3YL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf uwsgi-2.0.20 + /usr/bin/gzip -dc /builddir/build/SOURCES/uwsgi-2.0.20.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd uwsgi-2.0.20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/fedora.ini buildconf/ + echo 'plugin_dir = /usr/lib64/uwsgi' + cp -p /builddir/build/SOURCES/README.Fedora README.Fedora Patch #0 (uwsgi_trick_chroot_rpmbuild.patch): + echo 'Patch #0 (uwsgi_trick_chroot_rpmbuild.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file uwsgiconfig.py Hunk #1 succeeded at 1442 (offset 20 lines). Patch #1 (uwsgi_fix_rpath.patch): + echo 'Patch #1 (uwsgi_fix_rpath.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/jvm/uwsgiplugin.py patching file plugins/php/uwsgiplugin.py patching file plugins/python/uwsgiplugin.py patching file plugins/rack/uwsgiplugin.py patching file plugins/ruby19/uwsgiplugin.py Patch #2 (uwsgi_ruby20_compatibility.patch): + echo 'Patch #2 (uwsgi_ruby20_compatibility.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/rack/uwsgiplugin.py patching file plugins/ruby19/uwsgiplugin.py Patch #3 (uwsgi_fix_lua.patch): + echo 'Patch #3 (uwsgi_fix_lua.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/lua/uwsgiplugin.py Patch #5 (uwsgi_fix_mongodb.patch): + echo 'Patch #5 (uwsgi_fix_mongodb.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/gridfs/gridfs.cc patching file plugins/gridfs/uwsgiplugin.py patching file plugins/gridfs/gridfs.cc patching file plugins/gridfs/gridfs.cc Patch #7 (uwsgi_fix_mono.patch): + echo 'Patch #7 (uwsgi_fix_mono.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/mono/uwsgiplugin.py Patch #12 (uwsgi_fix_php8.patch): + echo 'Patch #12 (uwsgi_fix_php8.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/php/uwsgiplugin.py Patch #13 (uwsgi_fix_chroot_chdir.patch): + echo 'Patch #13 (uwsgi_fix_chroot_chdir.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file core/utils.c Patch #14 (uwsgi_fix_php_arginfo.patch): + echo 'Patch #14 (uwsgi_fix_php_arginfo.patch):' + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file plugins/php/php_plugin.c Hunk #1 succeeded at 487 (offset -10 lines). + /usr/bin/python3 -m lib2to3 --write --nobackups plugins/coroae/uwsgiplugin.py RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored plugins/coroae/uwsgiplugin.py RefactoringTool: Files that were modified: RefactoringTool: plugins/coroae/uwsgiplugin.py --- plugins/coroae/uwsgiplugin.py (original) +++ plugins/coroae/uwsgiplugin.py (refactored) @@ -9,7 +9,7 @@ coroapi = p if not coroapi: - print "unable to find the Coro perl module !!!" + print("unable to find the Coro perl module !!!") sys.exit(1) NAME='coroae' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZCQ3xp + umask 022 + cd /builddir/build/BUILD + cd uwsgi-2.0.20 + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --build fedora.ini using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] detected CPU cores: 5 configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" *** uWSGI compiling server core *** [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/utils.o core/utils.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/protocol.o core/protocol.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/socket.o core/socket.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/logging.o core/logging.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/master.o core/master.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/master_utils.o core/master_utils.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/emperor.o core/emperor.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/notify.o core/notify.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/mule.o core/mule.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/subscription.o core/subscription.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/stats.o core/stats.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/sendfile.o core/sendfile.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/async.o core/async.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/master_checks.o core/master_checks.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/fifo.o core/fifo.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/offload.o core/offload.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/io.o core/io.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/static.o core/static.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/websockets.o core/websockets.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/spooler.o core/spooler.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/snmp.o core/snmp.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/exceptions.o core/exceptions.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/config.o core/config.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/setup_utils.o core/setup_utils.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/clock.o core/clock.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/init.o core/init.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/buffer.o core/buffer.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/reader.o core/reader.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/writer.o core/writer.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/alarm.o core/alarm.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/cron.o core/cron.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/hooks.o core/hooks.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/plugins.o core/plugins.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/lock.o core/lock.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/cache.o core/cache.c core/lock.c: In function ‘uwsgi_lock_fast_init’: core/lock.c:114:17: warning: ‘pthread_mutexattr_setrobust_np’ is deprecated: pthread_mutexattr_setrobust_np is deprecated, use pthread_mutexattr_setrobust [-Wdeprecated-declarations] 114 | if (pthread_mutexattr_setrobust(&attr, PTHREAD_MUTEX_ROBUST)) { | ^~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ./uwsgi.h:165, from core/lock.c:1: /usr/include/pthread.h:951:12: note: declared here 951 | extern int __REDIRECT_NTH (pthread_mutexattr_setrobust_np, | ^~~~~~~~~~~~~~ core/lock.c: In function ‘uwsgi_lock_fast’: core/lock.c:176:17: warning: ‘pthread_mutex_consistent_np’ is deprecated: pthread_mutex_consistent_np is deprecated, use pthread_mutex_consistent [-Wdeprecated-declarations] 176 | pthread_mutex_consistent((pthread_mutex_t *) uli->lock_ptr); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ./uwsgi.h:165, from core/lock.c:1: /usr/include/pthread.h:859:12: note: declared here 859 | extern int __REDIRECT_NTH (pthread_mutex_consistent_np, (pthread_mutex_t *), | ^~~~~~~~~~~~~~ [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/daemons.o core/daemons.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/errors.o core/errors.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/hash.o core/hash.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/master_events.o core/master_events.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/chunked.o core/chunked.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/queue.o core/queue.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/event.o core/event.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/signal.o core/signal.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/strings.o core/strings.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/progress.o core/progress.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/timebomb.o core/timebomb.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/ini.o core/ini.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/fsmon.o core/fsmon.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/mount.o core/mount.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/metrics.o core/metrics.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/plugins_builder.o core/plugins_builder.c core/metrics.c: In function ‘uwsgi_metric_set_max’: core/metrics.c:706:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 706 | if (value > *um->value) | ^~ In file included from core/metrics.c:1: ./uwsgi.h:436:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 436 | #define uwsgi_rwunlock(x) uwsgi.lock_ops.rwunlock(x) | ^~~~~ core/metrics.c:708:9: note: in expansion of macro ‘uwsgi_rwunlock’ 708 | uwsgi_rwunlock(uwsgi.metrics_lock); | ^~~~~~~~~~~~~~ core/metrics.c: In function ‘uwsgi_metric_set_min’: core/metrics.c:714:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 714 | if ((value > um->initial_value || 0) && value < *um->value) | ^~ In file included from core/metrics.c:1: ./uwsgi.h:436:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 436 | #define uwsgi_rwunlock(x) uwsgi.lock_ops.rwunlock(x) | ^~~~~ core/metrics.c:716:9: note: in expansion of macro ‘uwsgi_rwunlock’ 716 | uwsgi_rwunlock(uwsgi.metrics_lock); | ^~~~~~~~~~~~~~ [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/sharedarea.o core/sharedarea.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/rpc.o core/rpc.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/gateway.o core/gateway.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/loop.o core/loop.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/cookie.o core/cookie.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/querystring.o core/querystring.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/rb_timers.o core/rb_timers.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/transformations.o core/transformations.c [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/uwsgi.o core/uwsgi.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o proto/base.o proto/base.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o proto/uwsgi.o proto/uwsgi.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o proto/http.o proto/http.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o proto/fastcgi.o proto/fastcgi.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o proto/scgi.o proto/scgi.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o proto/puwsgi.o proto/puwsgi.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o lib/linux_ns.o lib/linux_ns.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/zlib.o core/zlib.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/regexp.o core/regexp.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/routing.o core/routing.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/yaml.o core/yaml.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/json.o core/json.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/ssl.o core/ssl.c [thread 0] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/legion.o core/legion.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/xmlconf.o core/xmlconf.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -g -o core/dot_h.o core/dot_h.c [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o core/config_py.o core/config_py.c *** uWSGI compiling embedded plugins *** [thread 2] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o plugins/corerouter/cr_common.o plugins/corerouter/cr_common.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o plugins/corerouter/cr_map.o plugins/corerouter/cr_map.c gcc -fPIC -shared -o airbrake_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -I/usr/include/libxml2 plugins/airbrake/airbrake_plugin.c -lcurl -lxml2 -lz -llzma -lm [thread 4] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o plugins/corerouter/corerouter.o plugins/corerouter/corerouter.c [thread 3] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o plugins/echo/echo_plugin.o plugins/echo/echo_plugin.c [thread 1] gcc -c -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -o plugins/ping/ping_plugin.o plugins/ping/ping_plugin.c *** uWSGI building plugins *** *** building plugin: airbrake *** build time: 1 seconds *** airbrake plugin built and available in airbrake_plugin.so *** *** building plugin: alarm_curl *** gcc -fPIC -shared -o alarm_curl_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/alarm_curl/alarm_curl_plugin.c -lcurl build time: 1 seconds *** alarm_curl plugin built and available in alarm_curl_plugin.so *** *** building plugin: alarm_xmpp *** gcc -fPIC -shared -o alarm_xmpp_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/alarm_xmpp/alarm_xmpp_plugin.c plugins/alarm_xmpp/gloox.cc -lgloox build time: 3 seconds *** alarm_xmpp plugin built and available in alarm_xmpp_plugin.so *** *** building plugin: cache *** gcc -fPIC -shared -o cache_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/cache/cache.c build time: 1 seconds *** cache plugin built and available in cache_plugin.so *** *** building plugin: carbon *** gcc -fPIC -shared -o carbon_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/carbon/carbon.c build time: 1 seconds *** carbon plugin built and available in carbon_plugin.so *** *** building plugin: cgi *** gcc -fPIC -shared -o cgi_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/cgi/cgi_plugin.c build time: 2 seconds *** cgi plugin built and available in cgi_plugin.so *** *** building plugin: cheaper_busyness *** gcc -fPIC -shared -o cheaper_busyness_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/cheaper_busyness/cheaper_busyness.c build time: 1 seconds *** cheaper_busyness plugin built and available in cheaper_busyness_plugin.so *** *** building plugin: cplusplus *** gcc -fPIC -shared -o cplusplus_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/cplusplus/base.cc plugins/cplusplus/plugin.c -lstdc++ build time: 1 seconds *** cplusplus plugin built and available in cplusplus_plugin.so *** *** building plugin: curl_cron *** gcc -fPIC -shared -o curl_cron_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/curl_cron/curl_cron.c -lcurl build time: 0 seconds *** curl_cron plugin built and available in curl_cron_plugin.so *** *** building plugin: dumbloop *** gcc -fPIC -shared -o dumbloop_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/dumbloop/dumb.c build time: 0 seconds *** dumbloop plugin built and available in dumbloop_plugin.so *** *** building plugin: dummy *** gcc -fPIC -shared -o dummy_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/dummy/dummy.c build time: 0 seconds *** dummy plugin built and available in dummy_plugin.so *** *** building plugin: fastrouter *** gcc -fPIC -shared -o fastrouter_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/fastrouter/fastrouter.c objcopy fastrouter_plugin.so --add-section uwsgi=.uwsgi_plugin_section fastrouter_plugin.so build time: 1 seconds *** fastrouter plugin built and available in fastrouter_plugin.so *** *** building plugin: forkptyrouter *** gcc -fPIC -shared -o forkptyrouter_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/forkptyrouter/forkptyrouter.c -lutil objcopy forkptyrouter_plugin.so --add-section uwsgi=.uwsgi_plugin_section forkptyrouter_plugin.so build time: 1 seconds *** forkptyrouter plugin built and available in forkptyrouter_plugin.so *** *** building plugin: geoip *** gcc -fPIC -shared -o geoip_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/geoip/geoip.c -lGeoIP build time: 0 seconds *** geoip plugin built and available in geoip_plugin.so *** *** building plugin: graylog2 *** gcc -fPIC -shared -o graylog2_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/graylog2/graylog2_plugin.c -lz build time: 0 seconds *** graylog2 plugin built and available in graylog2_plugin.so *** *** building plugin: http *** gcc -fPIC -shared -o http_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/http/http.c plugins/http/keepalive.c plugins/http/https.c plugins/http/spdy3.c objcopy http_plugin.so --add-section uwsgi=.uwsgi_plugin_section http_plugin.so build time: 5 seconds *** http plugin built and available in http_plugin.so *** *** building plugin: ldap *** gcc -fPIC -shared -o ldap_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/ldap/ldap.c -lldap build time: 1 seconds *** ldap plugin built and available in ldap_plugin.so *** *** building plugin: logcrypto *** gcc -fPIC -shared -o logcrypto_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/logcrypto/logcrypto.c build time: 0 seconds *** logcrypto plugin built and available in logcrypto_plugin.so *** *** building plugin: logfile *** gcc -fPIC -shared -o logfile_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/logfile/logfile.c build time: 0 seconds *** logfile plugin built and available in logfile_plugin.so *** *** building plugin: logpipe *** gcc -fPIC -shared -o logpipe_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/logpipe/logpipe.c build time: 0 seconds *** logpipe plugin built and available in logpipe_plugin.so *** *** building plugin: logsocket *** gcc -fPIC -shared -o logsocket_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/logsocket/logsocket_plugin.c build time: 0 seconds *** logsocket plugin built and available in logsocket_plugin.so *** *** building plugin: lua *** gcc -fPIC -shared -o lua_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/lua/lua_plugin.c -llua -lm -ldl build time: 1 seconds *** lua plugin built and available in lua_plugin.so *** *** building plugin: msgpack *** gcc -fPIC -shared -o msgpack_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/msgpack/msgpack.c build time: 1 seconds *** msgpack plugin built and available in msgpack_plugin.so *** *** building plugin: nagios *** gcc -fPIC -shared -o nagios_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/nagios/nagios.c build time: 0 seconds *** nagios plugin built and available in nagios_plugin.so *** *** building plugin: notfound *** gcc -fPIC -shared -o notfound_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/notfound/notfound.c build time: 0 seconds *** notfound plugin built and available in notfound_plugin.so *** *** building plugin: pam *** gcc -fPIC -shared -o pam_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/pam/pam.c -lpam build time: 0 seconds *** pam plugin built and available in pam_plugin.so *** *** building plugin: pty *** gcc -fPIC -shared -o pty_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/pty/pty.c -lutil build time: 0 seconds *** pty plugin built and available in pty_plugin.so *** *** building plugin: rack *** plugins/rack/rack_plugin.c: In function ‘uwsgi_rack_init’: plugins/rack/rack_plugin.c:520:61: warning: passing argument 4 of ‘rb_define_hooked_variable’ from incompatible pointer type [-Wincompatible-pointer-types] 520 | rb_define_hooked_variable("$0", &ur.dollar_zero, 0, rack_hack_dollar_zero); | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(VALUE, ID) {aka void (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:49, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/variable.h:50:69: note: expected ‘void (*)(VALUE, ID, VALUE *)’ {aka ‘void (*)(long unsigned int, long unsigned int, long unsigned int *)’} but argument is of type ‘void (*)(VALUE, ID)’ {aka ‘void (*)(long unsigned int, long unsigned int)’} 50 | void rb_define_hooked_variable(const char*,VALUE*,rb_gvar_getter_t*,rb_gvar_setter_t*); | ^~~~~~~~~~~~~~~~~ plugins/rack/rack_plugin.c:521:72: warning: passing argument 4 of ‘rb_define_hooked_variable’ from incompatible pointer type [-Wincompatible-pointer-types] 521 | rb_define_hooked_variable("$PROGRAM_NAME", &ur.dollar_zero, 0, rack_hack_dollar_zero); | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(VALUE, ID) {aka void (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:49, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/variable.h:50:69: note: expected ‘void (*)(VALUE, ID, VALUE *)’ {aka ‘void (*)(long unsigned int, long unsigned int, long unsigned int *)’} but argument is of type ‘void (*)(VALUE, ID)’ {aka ‘void (*)(long unsigned int, long unsigned int)’} 50 | void rb_define_hooked_variable(const char*,VALUE*,rb_gvar_getter_t*,rb_gvar_setter_t*); | ^~~~~~~~~~~~~~~~~ plugins/rack/rack_plugin.c: In function ‘uwsgi_rack_init_apps’: plugins/rack/rack_plugin.c:675:9: warning: passing argument 3 of ‘rb_define_method_00’ from incompatible pointer type [-Wincompatible-pointer-types] 675 | rb_define_method(ur.rb_uwsgi_io_class, "gets", rb_uwsgi_io_gets, 0); | ^~~~~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/anyargs.h:276:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 276 | RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_plugin.c:676:9: warning: passing argument 3 of ‘rb_define_method_00’ from incompatible pointer type [-Wincompatible-pointer-types] 676 | rb_define_method(ur.rb_uwsgi_io_class, "each", rb_uwsgi_io_each, 0); | ^~~~~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/anyargs.h:276:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 276 | RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_plugin.c:678:9: warning: passing argument 3 of ‘rb_define_method_00’ from incompatible pointer type [-Wincompatible-pointer-types] 678 | rb_define_method(ur.rb_uwsgi_io_class, "rewind", rb_uwsgi_io_rewind, 0); | ^~~~~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/anyargs.h:276:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 276 | RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_plugin.c: In function ‘iterate_body’: plugins/rack/rack_plugin.c:728:61: warning: passing argument 5 of ‘rb_block_call’ from incompatible pointer type [-Wincompatible-pointer-types] 728 | return rb_block_call(body, rb_intern("each"), 0, 0, send_body, 0); | ^~~~~~~~~ | | | VALUE (*)(VALUE) {aka long unsigned int (*)(long unsigned int)} In file included from /usr/include/ruby/ruby.h:38, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/iterator.h:48:47: note: expected ‘rb_block_call_func_t’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, int, const long unsigned int *, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} 48 | VALUE rb_block_call(VALUE,ID,int,const VALUE*,rb_block_call_func_t,VALUE); | ^~~~~~~~~~~~~~~~~~~~ plugins/rack/rack_plugin.c: In function ‘iterate_headers’: plugins/rack/rack_plugin.c:795:64: warning: passing argument 5 of ‘rb_block_call’ from incompatible pointer type [-Wincompatible-pointer-types] 795 | return rb_block_call(headers, rb_intern("each"), 0, 0, send_header, headers ); | ^~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:38, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_plugin.c:1: /usr/include/ruby/internal/iterator.h:48:47: note: expected ‘rb_block_call_func_t’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, int, const long unsigned int *, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 48 | VALUE rb_block_call(VALUE,ID,int,const VALUE*,rb_block_call_func_t,VALUE); | ^~~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c: In function ‘uwsgi_ruby_websocket_send’: plugins/rack/rack_api.c:1038:20: warning: passing argument 1 of ‘Check_Type’ makes integer from pointer without a cast [-Wint-conversion] 1038 | Check_Type(msg, T_STRING); | ^~~ | | | VALUE * {aka long unsigned int *} In file included from /usr/include/ruby/internal/fl_type.h:35, from /usr/include/ruby/internal/core/rstring.h:30, from /usr/include/ruby/internal/arithmetic/char.h:29, from /usr/include/ruby/internal/arithmetic.h:23, from /usr/include/ruby/ruby.h:25, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/value_type.h:329:18: note: expected ‘VALUE’ {aka ‘long unsigned int’} but argument is of type ‘VALUE *’ {aka ‘long unsigned int *’} 329 | Check_Type(VALUE v, enum ruby_value_type t) | ~~~~~~^ plugins/rack/rack_api.c:1039:37: warning: passing argument 1 of ‘RSTRING_PTR’ makes integer from pointer without a cast [-Wint-conversion] 1039 | char *message = RSTRING_PTR(msg); | ^~~ | | | VALUE * {aka long unsigned int *} In file included from /usr/include/ruby/internal/arithmetic/char.h:29, from /usr/include/ruby/internal/arithmetic.h:23, from /usr/include/ruby/ruby.h:25, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/core/rstring.h:151:19: note: expected ‘VALUE’ {aka ‘long unsigned int’} but argument is of type ‘VALUE *’ {aka ‘long unsigned int *’} 151 | RSTRING_PTR(VALUE str) | ~~~~~~^~~ plugins/rack/rack_api.c:1040:42: warning: passing argument 1 of ‘RSTRING_LEN’ makes integer from pointer without a cast [-Wint-conversion] 1040 | size_t message_len = RSTRING_LEN(msg); | ^~~ | | | VALUE * {aka long unsigned int *} In file included from /usr/include/ruby/internal/arithmetic/char.h:29, from /usr/include/ruby/internal/arithmetic.h:23, from /usr/include/ruby/ruby.h:25, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/core/rstring.h:144:19: note: expected ‘VALUE’ {aka ‘long unsigned int’} but argument is of type ‘VALUE *’ {aka ‘long unsigned int *’} 144 | RSTRING_LEN(VALUE str) | ~~~~~~^~~ plugins/rack/rack_api.c: In function ‘uwsgi_rack_init_api’: plugins/rack/rack_api.c:1082:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1082 | uwsgi_rack_api("suspend", uwsgi_ruby_suspend, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1083:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1083 | uwsgi_rack_api("masterpid", uwsgi_ruby_masterpid, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1084:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1084 | uwsgi_rack_api("async_sleep", uwsgi_ruby_async_sleep, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1085:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1085 | uwsgi_rack_api("wait_fd_read", uwsgi_ruby_wait_fd_read, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1086:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1086 | uwsgi_rack_api("wait_fd_write", uwsgi_ruby_wait_fd_write, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1087:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1087 | uwsgi_rack_api("async_connect", uwsgi_ruby_async_connect, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1088:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1088 | uwsgi_rack_api("signal", uwsgi_ruby_signal, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1089:9: warning: passing argument 3 of ‘rb_define_module_function_03’ from incompatible pointer type [-Wincompatible-pointer-types] 1089 | uwsgi_rack_api("register_signal", uwsgi_ruby_register_signal, 3); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1090:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1090 | uwsgi_rack_api("register_rpc", uwsgi_ruby_register_rpc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1091:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1091 | uwsgi_rack_api("signal_registered", uwsgi_ruby_signal_registered, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1092:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1092 | uwsgi_rack_api("signal_wait", uwsgi_ruby_signal_wait, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1093:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1093 | uwsgi_rack_api("signal_received", uwsgi_ruby_signal_received, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1094:9: warning: passing argument 3 of ‘rb_define_module_function_06’ from incompatible pointer type [-Wincompatible-pointer-types] 1094 | uwsgi_rack_api("add_cron", rack_uwsgi_add_cron, 6); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1095:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1095 | uwsgi_rack_api("add_timer", rack_uwsgi_add_timer, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1096:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1096 | uwsgi_rack_api("add_rb_timer", rack_uwsgi_add_rb_timer, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1097:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1097 | uwsgi_rack_api("add_file_monitor", rack_uwsgi_add_file_monitor, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1099:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1099 | uwsgi_rack_api("alarm", rack_uwsgi_alarm, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1101:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1101 | uwsgi_rack_api("websocket_handshake", uwsgi_ruby_websocket_handshake, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1102:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1102 | uwsgi_rack_api("websocket_send", uwsgi_ruby_websocket_send, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE *) {aka long unsigned int (*)(long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1103:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1103 | uwsgi_rack_api("websocket_recv", uwsgi_ruby_websocket_recv, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1104:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1104 | uwsgi_rack_api("websocket_recv_nb", uwsgi_ruby_websocket_recv_nb, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1106:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1106 | uwsgi_rack_api("setprocname", rack_uwsgi_setprocname, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1107:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1107 | uwsgi_rack_api("mem", rack_uwsgi_mem, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1109:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1109 | uwsgi_rack_api("lock", rack_uwsgi_lock, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1110:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1110 | uwsgi_rack_api("unlock", rack_uwsgi_unlock, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1112:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1112 | uwsgi_rack_api("mule_get_msg", rack_uwsgi_mule_get_msg, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1113:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1113 | uwsgi_rack_api("mule_msg", rack_uwsgi_mule_msg, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1115:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1115 | uwsgi_rack_api("request_id", rack_uwsgi_request_id, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1116:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1116 | uwsgi_rack_api("worker_id", rack_uwsgi_worker_id, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1117:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1117 | uwsgi_rack_api("mule_id", rack_uwsgi_mule_id, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1119:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1119 | uwsgi_rack_api("i_am_the_spooler", rack_uwsgi_i_am_the_spooler, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1120:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1120 | uwsgi_rack_api("send_to_spooler", rack_uwsgi_send_spool, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1121:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1121 | uwsgi_rack_api("spool", rack_uwsgi_send_spool, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1123:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1123 | uwsgi_rack_api("log", rack_uwsgi_log, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1124:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1124 | uwsgi_rack_api("logsize", rack_uwsgi_logsize, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1126:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1126 | uwsgi_rack_api("set_warning_message", rack_uwsgi_warning, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1128:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1128 | uwsgi_rack_api("set_user_harakiri", rack_uwsgi_user_harakiri, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1130:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1130 | uwsgi_rack_api("rpc", uwsgi_ruby_do_rpc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1134:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1134 | uwsgi_rack_api("i_am_the_lord", rack_uwsgi_i_am_the_lord, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1137:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1137 | uwsgi_rack_api("connection_fd", rack_uwsgi_connection_fd, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1140:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1140 | uwsgi_rack_api("cache_get", rack_uwsgi_cache_get, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1141:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1141 | uwsgi_rack_api("cache_get!", rack_uwsgi_cache_get_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1142:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1142 | uwsgi_rack_api("cache_exists", rack_uwsgi_cache_exists, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1143:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1143 | uwsgi_rack_api("cache_exists?", rack_uwsgi_cache_exists, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1144:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1144 | uwsgi_rack_api("cache_del", rack_uwsgi_cache_del, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1145:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1145 | uwsgi_rack_api("cache_del!", rack_uwsgi_cache_del_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1146:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1146 | uwsgi_rack_api("cache_set", rack_uwsgi_cache_set, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1147:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1147 | uwsgi_rack_api("cache_set!", rack_uwsgi_cache_set_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1148:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1148 | uwsgi_rack_api("cache_update", rack_uwsgi_cache_update, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1149:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1149 | uwsgi_rack_api("cache_update!", rack_uwsgi_cache_update_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1150:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1150 | uwsgi_rack_api("cache_clear", rack_uwsgi_cache_clear, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1151:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1151 | uwsgi_rack_api("cache_clear!", rack_uwsgi_cache_clear_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1153:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1153 | uwsgi_rack_api("metric_get", rack_uwsgi_metric_get, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1154:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1154 | uwsgi_rack_api("metric_set", rack_uwsgi_metric_set, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1155:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1155 | uwsgi_rack_api("metric_inc", rack_uwsgi_metric_inc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1156:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1156 | uwsgi_rack_api("metric_dec", rack_uwsgi_metric_dec, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1157:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1157 | uwsgi_rack_api("metric_mul", rack_uwsgi_metric_mul, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/rack/rack_api.c:1158:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1158 | uwsgi_rack_api("metric_div", rack_uwsgi_metric_div, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/rack/uwsgi_rack.h:3, from plugins/rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ gcc -fPIC -shared -o rack_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -O2 -fexceptions -g -grecord-gcc-switches -pipe -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DRUBY19 -DRUBY20 -I/usr/include -I/usr/lib64/ruby -I/usr/lib64/ruby/aarch64-linux -I/usr/include/aarch64-linux -I/usr/include plugins/rack/rack_plugin.c plugins/rack/rack_api.c -L. -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lm -lruby build time: 8 seconds *** rack plugin built and available in rack_plugin.so *** *** building plugin: rawrouter *** gcc -fPIC -shared -o rawrouter_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/rawrouter/rawrouter.c objcopy rawrouter_plugin.so --add-section uwsgi=.uwsgi_plugin_section rawrouter_plugin.so build time: 1 seconds *** rawrouter plugin built and available in rawrouter_plugin.so *** *** building plugin: redislog *** gcc -fPIC -shared -o redislog_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/redislog/redislog_plugin.c build time: 0 seconds *** redislog plugin built and available in redislog_plugin.so *** *** building plugin: router_basicauth *** gcc -fPIC -shared -o router_basicauth_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_basicauth/router_basicauth.c -lcrypt build time: 0 seconds *** router_basicauth plugin built and available in router_basicauth_plugin.so *** *** building plugin: router_cache *** gcc -fPIC -shared -o router_cache_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_cache/router_cache.c build time: 1 seconds *** router_cache plugin built and available in router_cache_plugin.so *** *** building plugin: router_expires *** gcc -fPIC -shared -o router_expires_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_expires/expires.c build time: 0 seconds *** router_expires plugin built and available in router_expires_plugin.so *** *** building plugin: router_hash *** gcc -fPIC -shared -o router_hash_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_hash/router_hash.c build time: 0 seconds *** router_hash plugin built and available in router_hash_plugin.so *** *** building plugin: router_http *** gcc -fPIC -shared -o router_http_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_http/router_http.c build time: 0 seconds *** router_http plugin built and available in router_http_plugin.so *** *** building plugin: router_memcached *** gcc -fPIC -shared -o router_memcached_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_memcached/router_memcached.c build time: 1 seconds *** router_memcached plugin built and available in router_memcached_plugin.so *** *** building plugin: router_metrics *** gcc -fPIC -shared -o router_metrics_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_metrics/plugin.c build time: 0 seconds *** router_metrics plugin built and available in router_metrics_plugin.so *** *** building plugin: router_radius *** gcc -fPIC -shared -o router_radius_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_radius/radius.c build time: 0 seconds *** router_radius plugin built and available in router_radius_plugin.so *** *** building plugin: router_redirect *** gcc -fPIC -shared -o router_redirect_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_redirect/router_redirect.c build time: 0 seconds *** router_redirect plugin built and available in router_redirect_plugin.so *** *** building plugin: router_redis *** gcc -fPIC -shared -o router_redis_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_redis/router_redis.c build time: 1 seconds *** router_redis plugin built and available in router_redis_plugin.so *** *** building plugin: router_rewrite *** gcc -fPIC -shared -o router_rewrite_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_rewrite/router_rewrite.c build time: 0 seconds *** router_rewrite plugin built and available in router_rewrite_plugin.so *** *** building plugin: router_spnego *** gcc -fPIC -shared -o router_spnego_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_spnego/router_spnego.c -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err build time: 0 seconds *** router_spnego plugin built and available in router_spnego_plugin.so *** *** building plugin: router_static *** gcc -fPIC -shared -o router_static_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_static/router_static.c build time: 0 seconds *** router_static plugin built and available in router_static_plugin.so *** *** building plugin: router_uwsgi *** gcc -fPIC -shared -o router_uwsgi_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_uwsgi/router_uwsgi.c build time: 0 seconds *** router_uwsgi plugin built and available in router_uwsgi_plugin.so *** *** building plugin: router_xmldir *** gcc -fPIC -shared -o router_xmldir_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/router_xmldir/router_xmldir.c build time: 0 seconds *** router_xmldir plugin built and available in router_xmldir_plugin.so *** *** building plugin: rpc *** gcc -fPIC -shared -o rpc_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/rpc/rpc_plugin.c build time: 1 seconds *** rpc plugin built and available in rpc_plugin.so *** *** building plugin: rrdtool *** gcc -fPIC -shared -o rrdtool_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/rrdtool/rrdtool.c build time: 0 seconds *** rrdtool plugin built and available in rrdtool_plugin.so *** *** building plugin: rsyslog *** plugins/ruby19/../rack/rack_plugin.c: In function ‘uwsgi_rack_init’: plugins/ruby19/../rack/rack_plugin.c:520:61: warning: passing argument 4 of ‘rb_define_hooked_variable’ from incompatible pointer type [-Wincompatible-pointer-types] 520 | rb_define_hooked_variable("$0", &ur.dollar_zero, 0, rack_hack_dollar_zero); | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(VALUE, ID) {aka void (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:49, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/variable.h:50:69: note: expected ‘void (*)(VALUE, ID, VALUE *)’ {aka ‘void (*)(long unsigned int, long unsigned int, long unsigned int *)’} but argument is of type ‘void (*)(VALUE, ID)’ {aka ‘void (*)(long unsigned int, long unsigned int)’} 50 | void rb_define_hooked_variable(const char*,VALUE*,rb_gvar_getter_t*,rb_gvar_setter_t*); | ^~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_plugin.c:521:72: warning: passing argument 4 of ‘rb_define_hooked_variable’ from incompatible pointer type [-Wincompatible-pointer-types] 521 | rb_define_hooked_variable("$PROGRAM_NAME", &ur.dollar_zero, 0, rack_hack_dollar_zero); | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(VALUE, ID) {aka void (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:49, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/variable.h:50:69: note: expected ‘void (*)(VALUE, ID, VALUE *)’ {aka ‘void (*)(long unsigned int, long unsigned int, long unsigned int *)’} but argument is of type ‘void (*)(VALUE, ID)’ {aka ‘void (*)(long unsigned int, long unsigned int)’} 50 | void rb_define_hooked_variable(const char*,VALUE*,rb_gvar_getter_t*,rb_gvar_setter_t*); | ^~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_plugin.c: In function ‘uwsgi_rack_init_apps’: plugins/ruby19/../rack/rack_plugin.c:675:9: warning: passing argument 3 of ‘rb_define_method_00’ from incompatible pointer type [-Wincompatible-pointer-types] 675 | rb_define_method(ur.rb_uwsgi_io_class, "gets", rb_uwsgi_io_gets, 0); | ^~~~~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/anyargs.h:276:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 276 | RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_plugin.c:676:9: warning: passing argument 3 of ‘rb_define_method_00’ from incompatible pointer type [-Wincompatible-pointer-types] 676 | rb_define_method(ur.rb_uwsgi_io_class, "each", rb_uwsgi_io_each, 0); | ^~~~~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/anyargs.h:276:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 276 | RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_plugin.c:678:9: warning: passing argument 3 of ‘rb_define_method_00’ from incompatible pointer type [-Wincompatible-pointer-types] 678 | rb_define_method(ur.rb_uwsgi_io_class, "rewind", rb_uwsgi_io_rewind, 0); | ^~~~~~~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/anyargs.h:276:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 276 | RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_plugin.c: In function ‘iterate_body’: plugins/ruby19/../rack/rack_plugin.c:728:61: warning: passing argument 5 of ‘rb_block_call’ from incompatible pointer type [-Wincompatible-pointer-types] 728 | return rb_block_call(body, rb_intern("each"), 0, 0, send_body, 0); | ^~~~~~~~~ | | | VALUE (*)(VALUE) {aka long unsigned int (*)(long unsigned int)} In file included from /usr/include/ruby/ruby.h:38, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/iterator.h:48:47: note: expected ‘rb_block_call_func_t’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, int, const long unsigned int *, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} 48 | VALUE rb_block_call(VALUE,ID,int,const VALUE*,rb_block_call_func_t,VALUE); | ^~~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_plugin.c: In function ‘iterate_headers’: plugins/ruby19/../rack/rack_plugin.c:795:64: warning: passing argument 5 of ‘rb_block_call’ from incompatible pointer type [-Wincompatible-pointer-types] 795 | return rb_block_call(headers, rb_intern("each"), 0, 0, send_header, headers ); | ^~~~~~~~~~~ | | | VALUE (*)(VALUE, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:38, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_plugin.c:1: /usr/include/ruby/internal/iterator.h:48:47: note: expected ‘rb_block_call_func_t’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, int, const long unsigned int *, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} 48 | VALUE rb_block_call(VALUE,ID,int,const VALUE*,rb_block_call_func_t,VALUE); | ^~~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c: In function ‘uwsgi_ruby_websocket_send’: plugins/ruby19/../rack/rack_api.c:1038:20: warning: passing argument 1 of ‘Check_Type’ makes integer from pointer without a cast [-Wint-conversion] 1038 | Check_Type(msg, T_STRING); | ^~~ | | | VALUE * {aka long unsigned int *} In file included from /usr/include/ruby/internal/fl_type.h:35, from /usr/include/ruby/internal/core/rstring.h:30, from /usr/include/ruby/internal/arithmetic/char.h:29, from /usr/include/ruby/internal/arithmetic.h:23, from /usr/include/ruby/ruby.h:25, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/value_type.h:329:18: note: expected ‘VALUE’ {aka ‘long unsigned int’} but argument is of type ‘VALUE *’ {aka ‘long unsigned int *’} 329 | Check_Type(VALUE v, enum ruby_value_type t) | ~~~~~~^ plugins/ruby19/../rack/rack_api.c:1039:37: warning: passing argument 1 of ‘RSTRING_PTR’ makes integer from pointer without a cast [-Wint-conversion] 1039 | char *message = RSTRING_PTR(msg); | ^~~ | | | VALUE * {aka long unsigned int *} In file included from /usr/include/ruby/internal/arithmetic/char.h:29, from /usr/include/ruby/internal/arithmetic.h:23, from /usr/include/ruby/ruby.h:25, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/core/rstring.h:151:19: note: expected ‘VALUE’ {aka ‘long unsigned int’} but argument is of type ‘VALUE *’ {aka ‘long unsigned int *’} 151 | RSTRING_PTR(VALUE str) | ~~~~~~^~~ plugins/ruby19/../rack/rack_api.c:1040:42: warning: passing argument 1 of ‘RSTRING_LEN’ makes integer from pointer without a cast [-Wint-conversion] 1040 | size_t message_len = RSTRING_LEN(msg); | ^~~ | | | VALUE * {aka long unsigned int *} In file included from /usr/include/ruby/internal/arithmetic/char.h:29, from /usr/include/ruby/internal/arithmetic.h:23, from /usr/include/ruby/ruby.h:25, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/core/rstring.h:144:19: note: expected ‘VALUE’ {aka ‘long unsigned int’} but argument is of type ‘VALUE *’ {aka ‘long unsigned int *’} 144 | RSTRING_LEN(VALUE str) | ~~~~~~^~~ plugins/ruby19/../rack/rack_api.c: In function ‘uwsgi_rack_init_api’: plugins/ruby19/../rack/rack_api.c:1082:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1082 | uwsgi_rack_api("suspend", uwsgi_ruby_suspend, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1083:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1083 | uwsgi_rack_api("masterpid", uwsgi_ruby_masterpid, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1084:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1084 | uwsgi_rack_api("async_sleep", uwsgi_ruby_async_sleep, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1085:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1085 | uwsgi_rack_api("wait_fd_read", uwsgi_ruby_wait_fd_read, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1086:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1086 | uwsgi_rack_api("wait_fd_write", uwsgi_ruby_wait_fd_write, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1087:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1087 | uwsgi_rack_api("async_connect", uwsgi_ruby_async_connect, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1088:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1088 | uwsgi_rack_api("signal", uwsgi_ruby_signal, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1089:9: warning: passing argument 3 of ‘rb_define_module_function_03’ from incompatible pointer type [-Wincompatible-pointer-types] 1089 | uwsgi_rack_api("register_signal", uwsgi_ruby_register_signal, 3); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1090:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1090 | uwsgi_rack_api("register_rpc", uwsgi_ruby_register_rpc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1091:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1091 | uwsgi_rack_api("signal_registered", uwsgi_ruby_signal_registered, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1092:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1092 | uwsgi_rack_api("signal_wait", uwsgi_ruby_signal_wait, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1093:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1093 | uwsgi_rack_api("signal_received", uwsgi_ruby_signal_received, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1094:9: warning: passing argument 3 of ‘rb_define_module_function_06’ from incompatible pointer type [-Wincompatible-pointer-types] 1094 | uwsgi_rack_api("add_cron", rack_uwsgi_add_cron, 6); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE, VALUE, VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1095:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1095 | uwsgi_rack_api("add_timer", rack_uwsgi_add_timer, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1096:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1096 | uwsgi_rack_api("add_rb_timer", rack_uwsgi_add_rb_timer, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1097:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1097 | uwsgi_rack_api("add_file_monitor", rack_uwsgi_add_file_monitor, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1099:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1099 | uwsgi_rack_api("alarm", rack_uwsgi_alarm, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1101:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1101 | uwsgi_rack_api("websocket_handshake", uwsgi_ruby_websocket_handshake, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1102:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1102 | uwsgi_rack_api("websocket_send", uwsgi_ruby_websocket_send, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE *) {aka long unsigned int (*)(long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1103:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1103 | uwsgi_rack_api("websocket_recv", uwsgi_ruby_websocket_recv, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1104:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1104 | uwsgi_rack_api("websocket_recv_nb", uwsgi_ruby_websocket_recv_nb, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1106:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1106 | uwsgi_rack_api("setprocname", rack_uwsgi_setprocname, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1107:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1107 | uwsgi_rack_api("mem", rack_uwsgi_mem, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1109:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1109 | uwsgi_rack_api("lock", rack_uwsgi_lock, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1110:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1110 | uwsgi_rack_api("unlock", rack_uwsgi_unlock, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1112:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1112 | uwsgi_rack_api("mule_get_msg", rack_uwsgi_mule_get_msg, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1113:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1113 | uwsgi_rack_api("mule_msg", rack_uwsgi_mule_msg, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1115:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1115 | uwsgi_rack_api("request_id", rack_uwsgi_request_id, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1116:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1116 | uwsgi_rack_api("worker_id", rack_uwsgi_worker_id, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1117:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1117 | uwsgi_rack_api("mule_id", rack_uwsgi_mule_id, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1119:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1119 | uwsgi_rack_api("i_am_the_spooler", rack_uwsgi_i_am_the_spooler, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1120:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1120 | uwsgi_rack_api("send_to_spooler", rack_uwsgi_send_spool, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1121:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1121 | uwsgi_rack_api("spool", rack_uwsgi_send_spool, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1123:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1123 | uwsgi_rack_api("log", rack_uwsgi_log, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1124:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1124 | uwsgi_rack_api("logsize", rack_uwsgi_logsize, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1126:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1126 | uwsgi_rack_api("set_warning_message", rack_uwsgi_warning, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1128:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1128 | uwsgi_rack_api("set_user_harakiri", rack_uwsgi_user_harakiri, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1130:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1130 | uwsgi_rack_api("rpc", uwsgi_ruby_do_rpc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1134:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1134 | uwsgi_rack_api("i_am_the_lord", rack_uwsgi_i_am_the_lord, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1137:9: warning: passing argument 3 of ‘rb_define_module_function_00’ from incompatible pointer type [-Wincompatible-pointer-types] 1137 | uwsgi_rack_api("connection_fd", rack_uwsgi_connection_fd, 0); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *) {aka long unsigned int (*)(long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE)’ {aka ‘long unsigned int (*)(long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *)’ {aka ‘long unsigned int (*)(long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1140:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1140 | uwsgi_rack_api("cache_get", rack_uwsgi_cache_get, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1141:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1141 | uwsgi_rack_api("cache_get!", rack_uwsgi_cache_get_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1142:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1142 | uwsgi_rack_api("cache_exists", rack_uwsgi_cache_exists, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1143:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1143 | uwsgi_rack_api("cache_exists?", rack_uwsgi_cache_exists, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1144:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1144 | uwsgi_rack_api("cache_del", rack_uwsgi_cache_del, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1145:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1145 | uwsgi_rack_api("cache_del!", rack_uwsgi_cache_del_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1146:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1146 | uwsgi_rack_api("cache_set", rack_uwsgi_cache_set, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1147:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1147 | uwsgi_rack_api("cache_set!", rack_uwsgi_cache_set_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1148:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1148 | uwsgi_rack_api("cache_update", rack_uwsgi_cache_update, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1149:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1149 | uwsgi_rack_api("cache_update!", rack_uwsgi_cache_update_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1150:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1150 | uwsgi_rack_api("cache_clear", rack_uwsgi_cache_clear, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1151:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1151 | uwsgi_rack_api("cache_clear!", rack_uwsgi_cache_clear_exc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1153:9: warning: passing argument 3 of ‘rb_define_module_function_01’ from incompatible pointer type [-Wincompatible-pointer-types] 1153 | uwsgi_rack_api("metric_get", rack_uwsgi_metric_get, 1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1154:9: warning: passing argument 3 of ‘rb_define_module_function_02’ from incompatible pointer type [-Wincompatible-pointer-types] 1154 | uwsgi_rack_api("metric_set", rack_uwsgi_metric_set, 2); | ^~~~~~~~~~~~~~ | | | VALUE (*)(VALUE *, VALUE, VALUE) {aka long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(VALUE, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int, long unsigned int)’} but argument is of type ‘VALUE (*)(VALUE *, VALUE, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int *, long unsigned int, long unsigned int)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1155:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1155 | uwsgi_rack_api("metric_inc", rack_uwsgi_metric_inc, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1156:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1156 | uwsgi_rack_api("metric_dec", rack_uwsgi_metric_dec, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1157:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1157 | uwsgi_rack_api("metric_mul", rack_uwsgi_metric_mul, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ plugins/ruby19/../rack/rack_api.c:1158:9: warning: passing argument 3 of ‘rb_define_module_function_m1’ from incompatible pointer type [-Wincompatible-pointer-types] 1158 | uwsgi_rack_api("metric_div", rack_uwsgi_metric_div, -1); | ^~~~~~~~~~~~~~ | | | VALUE (*)(int, VALUE *, VALUE *) {aka long unsigned int (*)(int, long unsigned int *, long unsigned int *)} In file included from /usr/include/ruby/ruby.h:24, from /usr/include/ruby.h:38, from plugins/ruby19/../rack/uwsgi_rack.h:3, from plugins/ruby19/../rack/rack_api.c:1: /usr/include/ruby/internal/anyargs.h:273:1: note: expected ‘VALUE (*)(int, union , VALUE)’ {aka ‘long unsigned int (*)(int, union , long unsigned int)’} but argument is of type ‘VALUE (*)(int, VALUE *, VALUE *)’ {aka ‘long unsigned int (*)(int, long unsigned int *, long unsigned int *)’} 273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) | ^~~~~~~~~~~~~~~~~~~ gcc -fPIC -shared -o rsyslog_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/rsyslog/rsyslog_plugin.c build time: 0 seconds *** rsyslog plugin built and available in rsyslog_plugin.so *** *** building plugin: ruby19 *** gcc -fPIC -shared -o ruby19_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -O2 -fexceptions -g -grecord-gcc-switches -pipe -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DRUBY19 -DRUBY20 -I/usr/include -I/usr/lib64/ruby -I/usr/lib64/ruby/aarch64-linux -I/usr/include/aarch64-linux -Drack_plugin=ruby19_plugin plugins/ruby19/../rack/rack_plugin.c plugins/ruby19/../rack/rack_api.c -L. -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lruby build time: 7 seconds *** ruby19 plugin built and available in ruby19_plugin.so *** *** building plugin: spooler *** gcc -fPIC -shared -o spooler_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/spooler/spooler_plugin.c build time: 0 seconds *** spooler plugin built and available in spooler_plugin.so *** *** building plugin: sqlite3 *** gcc -fPIC -shared -o sqlite3_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/sqlite3/plugin.c -lsqlite3 build time: 0 seconds *** sqlite3 plugin built and available in sqlite3_plugin.so *** *** building plugin: ssi *** gcc -fPIC -shared -o ssi_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/ssi/ssi.c build time: 1 seconds *** ssi plugin built and available in ssi_plugin.so *** *** building plugin: sslrouter *** gcc -fPIC -shared -o sslrouter_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/sslrouter/sslrouter.c objcopy sslrouter_plugin.so --add-section uwsgi=.uwsgi_plugin_section sslrouter_plugin.so build time: 1 seconds *** sslrouter plugin built and available in sslrouter_plugin.so *** *** building plugin: stats_pusher_file *** gcc -fPIC -shared -o stats_pusher_file_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/stats_pusher_file/plugin.c build time: 0 seconds *** stats_pusher_file plugin built and available in stats_pusher_file_plugin.so *** *** building plugin: stats_pusher_socket *** gcc -fPIC -shared -o stats_pusher_socket_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/stats_pusher_socket/plugin.c build time: 0 seconds *** stats_pusher_socket plugin built and available in stats_pusher_socket_plugin.so *** *** building plugin: stats_pusher_statsd *** gcc -fPIC -shared -o stats_pusher_statsd_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/stats_pusher_statsd/plugin.c build time: 0 seconds *** stats_pusher_statsd plugin built and available in stats_pusher_statsd_plugin.so *** *** building plugin: syslog *** gcc -fPIC -shared -o syslog_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/syslog/syslog_plugin.c build time: 0 seconds *** syslog plugin built and available in syslog_plugin.so *** *** building plugin: systemd_logger *** gcc -fPIC -shared -o systemd_logger_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/systemd_logger/systemd_logger.c -lsystemd build time: 0 seconds *** systemd_logger plugin built and available in systemd_logger_plugin.so *** *** building plugin: transformation_chunked *** gcc -fPIC -shared -o transformation_chunked_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/transformation_chunked/chunked.c build time: 0 seconds *** transformation_chunked plugin built and available in transformation_chunked_plugin.so *** *** building plugin: transformation_gzip *** gcc -fPIC -shared -o transformation_gzip_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/transformation_gzip/gzip.c build time: 0 seconds *** transformation_gzip plugin built and available in transformation_gzip_plugin.so *** *** building plugin: transformation_offload *** gcc -fPIC -shared -o transformation_offload_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/transformation_offload/offload.c build time: 0 seconds *** transformation_offload plugin built and available in transformation_offload_plugin.so *** *** building plugin: transformation_template *** gcc -fPIC -shared -o transformation_template_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/transformation_template/tt.c build time: 0 seconds *** transformation_template plugin built and available in transformation_template_plugin.so *** *** building plugin: transformation_tofile *** gcc -fPIC -shared -o transformation_tofile_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/transformation_tofile/tofile.c build time: 0 seconds *** transformation_tofile plugin built and available in transformation_tofile_plugin.so *** *** building plugin: transformation_toupper *** gcc -fPIC -shared -o transformation_toupper_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/transformation_toupper/toupper.c build time: 0 seconds *** transformation_toupper plugin built and available in transformation_toupper_plugin.so *** *** building plugin: ugreen *** gcc -fPIC -shared -o ugreen_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/ugreen/ugreen.c build time: 0 seconds *** ugreen plugin built and available in ugreen_plugin.so *** *** building plugin: webdav *** gcc -fPIC -shared -o webdav_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -Wno-deprecated-declarations -I/usr/include/libxml2 plugins/webdav/webdav.c -lxml2 -lz -llzma -lm build time: 2 seconds *** webdav plugin built and available in webdav_plugin.so *** *** building plugin: xattr *** gcc -fPIC -shared -o xattr_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/xattr/xattr.c build time: 0 seconds *** xattr plugin built and available in xattr_plugin.so *** *** building plugin: xslt *** gcc -fPIC -shared -o xslt_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" -I/usr/include/libxml2 plugins/xslt/xslt.c -lxslt -lxml2 -lm build time: 1 seconds *** xslt plugin built and available in xslt_plugin.so *** *** building plugin: zabbix *** gcc -fPIC -shared -o zabbix_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/zabbix/plugin.c build time: 0 seconds *** zabbix plugin built and available in zabbix_plugin.so *** *** building plugin: zergpool *** core/subscription.c: In function ‘uwsgi_subscribe’: core/subscription.c:997:34: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 997 | sign[-1] = ','; | ^ gcc -fPIC -shared -o zergpool_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-error -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(corerouter);UDEP(echo);UDEP(ping);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(corerouter);ULEP(echo);ULEP(ping);" -DUWSGI_CFLAGS=\"2d4f32202d492e202d57616c6c202d445f4c4152474546494c455f534f55524345202d445f46494c455f4f46465345545f424954533d3634202d4f32202d666c746f3d6175746f202d666661742d6c746f2d6f626a65637473202d66657863657074696f6e73202d67202d677265636f72642d6763632d7377697463686573202d70697065202d57616c6c202d576572726f723d666f726d61742d7365637572697479202d57702c2d445f464f52544946595f534f555243453d32202d57702c2d445f474c49424358585f415353455254494f4e53202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d68617264656e65642d636331202d66737461636b2d70726f746563746f722d7374726f6e67202d73706563733d2f7573722f6c69622f72706d2f7265646861742f7265646861742d616e6e6f62696e2d636331202d6d6272616e63682d70726f74656374696f6e3d7374616e64617264202d666173796e6368726f6e6f75732d756e77696e642d7461626c6573202d66737461636b2d636c6173682d70726f74656374696f6e202d576e6f2d6572726f72202d576e6f2d756e757365642d6275742d7365742d7661726961626c65202d576578747261202d576e6f2d756e757365642d706172616d65746572202d576e6f2d6d697373696e672d6669656c642d696e697469616c697a657273202d4455575347495f4841535f49464144445253202d4455575347495f5a4c4942202d4455575347495f4c4f434b5f5553455f4d55544558202d4455575347495f4556454e545f5553455f45504f4c4c202d4455575347495f4556454e545f54494d45525f5553455f54494d45524644202d4455575347495f4556454e545f46494c454d4f4e49544f525f5553455f494e4f5449465920202d4455575347495f50435245202d4455575347495f524f5554494e47202d4455575347495f434150202d4455575347495f55554944202d4455575347495f56455253494f4e3d225c22322e302e32305c2222202d4455575347495f56455253494f4e5f424153453d223222202d4455575347495f56455253494f4e5f4d414a4f523d223022202d4455575347495f56455253494f4e5f4d494e4f523d22323022202d4455575347495f56455253494f4e5f5245564953494f4e3d223022202d4455575347495f56455253494f4e5f435553544f4d3d225c225c2222202d4455575347495f59414d4c202d4455575347495f4c494259414d4c202d4455575347495f4a534f4e202d4455575347495f53534c202d492f7573722f696e636c7564652f6c6962786d6c32202d4455575347495f584d4c202d4455575347495f584d4c5f4c4942584d4c32202d4455575347495f504c5547494e5f4449523d225c222f7573722f6c696236342f75777367695c2222202d4455575347495f4445434c4152455f454d4245444445445f504c5547494e533d225544455028636f7265726f75746572293b55444550286563686f293b554445502870696e67293b22202d4455575347495f4c4f41445f454d4245444445445f504c5547494e533d22554c455028636f7265726f75746572293b554c4550286563686f293b554c45502870696e67293b22\" -DUWSGI_BUILD_DATE="\"23 January 2022 00:00:00\"" plugins/zergpool/zergpool.c build time: 0 seconds *** zergpool plugin built and available in zergpool_plugin.so *** *** uWSGI linking *** gcc -o uwsgi core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o lib/linux_ns.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/json.o core/ssl.o core/legion.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/echo/echo_plugin.o plugins/ping/ping_plugin.o -lpthread -lm -rdynamic -ldl -lz -lpcre -lcap -luuid -lyaml -ljansson -lssl -lcrypto -lxml2 -lz -llzma -lm ################# uWSGI configuration ################# kernel = Linux execinfo = False ifaddrs = True locking = pthread_mutex event = epoll timer = timerfd filemonitor = inotify pcre = True routing = True capabilities = True yaml = libyaml json = jansson ssl = True xml = libxml2 debug = False plugin_dir = /usr/lib64/uwsgi zlib = True ucontext = True malloc = libc ############## end of uWSGI configuration ############# total build time: 137 seconds *** uWSGI is ready, launch it with ./uwsgi *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/python fedora python3 using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/python *** gcc -fPIC -shared -o python3_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -I/usr/include/python3.10 -I/usr/include/python3.10 -Dpython_plugin=python3_plugin plugins/python/python_plugin.c plugins/python/pyutils.c plugins/python/pyloader.c plugins/python/wsgi_handlers.c plugins/python/wsgi_headers.c plugins/python/wsgi_subhandler.c plugins/python/web3_subhandler.c plugins/python/pump_subhandler.c plugins/python/gil.c plugins/python/uwsgi_pymodule.c plugins/python/profiler.c plugins/python/symimporter.c plugins/python/tracebacker.c plugins/python/raw.c -L/usr/lib64 -lcrypt -ldl -lm -lm -lpython3.10 build time: 16 seconds *** python3 plugin built and available in python3_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/gevent fedora python3_gevent using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/gevent *** gcc -fPIC -shared -o python3_gevent_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -I/usr/include/python3.10 -I/usr/include/python3.10 -Dgevent_plugin=python3_gevent_plugin plugins/gevent/gevent.c plugins/gevent/hooks.c build time: 2 seconds *** python3_gevent plugin built and available in python3_gevent_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/tornado fedora python3_tornado using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/tornado *** gcc -fPIC -shared -o python3_tornado_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -I/usr/include/python3.10 -I/usr/include/python3.10 -Dtornado_plugin=python3_tornado_plugin plugins/tornado/tornado.c build time: 1 seconds *** python3_tornado plugin built and available in python3_tornado_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/mono fedora Mono StrongName - version 6.12.0.122 StrongName utility for signing assemblies Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. A new 1024 bits strong name keypair has been generated in file 'plugins/mono/uwsgi.key'. using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/mono *** gcc -fPIC -shared -o mono_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -I/usr/lib64/pkgconfig/../../include/mono-2.0 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread plugins/mono/mono_plugin.c -L/usr/lib64/pkgconfig/../../lib64 -lmono-2.0 -lm -lpthread -lglib-2.0 *** uwsgi.dll available in /builddir/build/BUILD/uwsgi-2.0.20/plugins/mono/uwsgi.dll *** build time: 3 seconds *** mono plugin built and available in mono_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/php fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/php *** gcc -fPIC -shared -o php_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -Wno-sign-compare plugins/php/php_plugin.c plugins/php/session.c -lcrypt -lcrypt -lrt -lm -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lpcre2-8 -lz -lcrypt -lphp build time: 2 seconds *** php plugin built and available in php_plugin.so *** + CC=gccgo + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/gccgo fedora go1: warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for Go go1: warning: command-line option ‘-Wno-missing-field-initializers’ is valid for C/C++/ObjC/ObjC++ but not for Go plugins/gccgo/uwsgi.go:29:1: warning: type of ‘uwsgi_gccgo_helper_register_signal’ does not match original declaration [-Wlto-type-mismatch] 29 | func uwsgi_register_signal(uint8, *byte, func(uint8)) int | ^ plugins/gccgo/gccgo_plugin.c:146:5: note: return value type mismatch 146 | int uwsgi_gccgo_helper_register_signal(uint8_t signum, char *receiver, void *handler) { | ^ plugins/gccgo/gccgo_plugin.c:146:5: note: type ‘int’ should match type ‘long int’ plugins/gccgo/gccgo_plugin.c:146:5: note: ‘uwsgi_gccgo_helper_register_signal’ was previously declared here plugins/gccgo/gccgo_plugin.c:146:5: note: code may be misoptimized unless ‘-fno-strict-aliasing’ is used plugins/gccgo/uwsgi.go:27:1: warning: type of ‘uwsgi_gccgo_helper_request_body_read’ does not match original declaration [-Wlto-type-mismatch] 27 | func uwsgi_request_body_read(*interface{}, *byte, uint64) int | ^ plugins/gccgo/gccgo_plugin.c:133:5: note: return value type mismatch 133 | int uwsgi_gccgo_helper_request_body_read(struct wsgi_request *wsgi_req, char *p, uint64_t len) { | ^ plugins/gccgo/gccgo_plugin.c:133:5: note: type ‘int’ should match type ‘long int’ plugins/gccgo/gccgo_plugin.c:133:5: note: ‘uwsgi_gccgo_helper_request_body_read’ was previously declared here plugins/gccgo/gccgo_plugin.c:133:5: note: code may be misoptimized unless ‘-fno-strict-aliasing’ is used using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/gccgo *** gccgo -fPIC -shared -o gccgo_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -g -Wno-error plugins/gccgo/gccgo_plugin.c plugins/gccgo/uwsgi.go -lgo build time: 1 seconds *** gccgo plugin built and available in gccgo_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/fiber fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/fiber *** gcc -fPIC -shared -o fiber_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -O2 -fexceptions -g -grecord-gcc-switches -pipe -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DRUBY19 -I/usr/include -I/usr/lib64/ruby -I/usr/lib64/ruby/aarch64-linux -I/usr/include/aarch64-linux -I/usr/include plugins/fiber/fiber.c build time: 1 seconds *** fiber plugin built and available in fiber_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/rbthreads fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/rbthreads *** gcc -fPIC -shared -o rbthreads_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -O2 -fexceptions -g -grecord-gcc-switches -pipe -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DRUBY19 -I/usr/include -I/usr/lib64/ruby -I/usr/lib64/ruby/aarch64-linux -I/usr/include/aarch64-linux -I/usr/include plugins/rbthreads/rbthreads.c build time: 1 seconds *** rbthreads plugin built and available in rbthreads_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/tuntap fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/tuntap *** gcc -fPIC -shared -o tuntap_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" plugins/tuntap/common.c plugins/tuntap/firewall.c plugins/tuntap/tuntap.c build time: 2 seconds *** tuntap plugin built and available in tuntap_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/psgi fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/psgi *** gcc -fPIC -shared -o psgi_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE plugins/psgi/uwsgi_plmodule.c plugins/psgi/psgi_loader.c plugins/psgi/psgi_response.c plugins/psgi/psgi_plugin.c -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc build time: 11 seconds *** psgi plugin built and available in psgi_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/coroae fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/coroae *** gcc -fPIC -shared -o coroae_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -Wno-int-to-pointer-cast -Wno-error=format -Wno-error=int-to-pointer-cast -I/usr/lib64/perl5/Coro plugins/coroae/coroae.c build time: 2 seconds *** coroae plugin built and available in coroae_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/logzmq fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/logzmq *** gcc -fPIC -shared -o logzmq_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" plugins/logzmq/plugin.c -lzmq build time: 0 seconds *** logzmq plugin built and available in logzmq_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/mongrel2 fedora using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/mongrel2 *** gcc -fPIC -shared -o mongrel2_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" plugins/mongrel2/mongrel2.c -lzmq build time: 1 seconds *** mongrel2 plugin built and available in mongrel2_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/greenlet fedora python3_greenlet using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/greenlet *** gcc -fPIC -shared -o python3_greenlet_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -I/usr/include/python3.10 -I/usr/include/python3.10 -Dgreenlet_plugin=python3_greenlet_plugin plugins/greenlet/greenlet.c build time: 0 seconds *** python3_greenlet plugin built and available in python3_greenlet_plugin.so *** + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + /usr/bin/python3 uwsgiconfig.py --verbose --plugin plugins/glusterfs fedora plugins/glusterfs/glusterfs.c: In function ‘uwsgi_glusterfs_read_async’: plugins/glusterfs/glusterfs.c:72:55: warning: passing argument 5 of ‘glfs_read_async’ from incompatible pointer type [-Wincompatible-pointer-types] 72 | if (glfs_read_async(fd, buf, 8192, 0, uwsgi_glusterfs_read_async_cb, &aio)) goto end; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(glfs_fd_t *, ssize_t, void *) {aka void (*)(struct glfs_fd *, long int, void *)} In file included from plugins/glusterfs/glusterfs.c:2: /usr/include/glusterfs/api/glfs.h:682:29: note: expected ‘glfs_io_cbk’ {aka ‘void (*)(struct glfs_fd *, long int, struct glfs_stat *, struct glfs_stat *, void *)’} but argument is of type ‘void (*)(glfs_fd_t *, ssize_t, void *)’ {aka ‘void (*)(struct glfs_fd *, long int, void *)’} 682 | glfs_io_cbk fn, void *data) __THROW | ~~~~~~~~~~~~^~ using profile: buildconf/fedora.ini detected include path: ['/usr/lib/gcc/aarch64-redhat-linux/11/include', '/usr/local/include', '/usr/include'] *** uWSGI building and linking plugin plugins/glusterfs *** gcc -fPIC -shared -o glusterfs_plugin.so -I. -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\"/usr/lib64/uwsgi\"" -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D__USE_LARGEFILE64 -DUSE_POSIX_ACLS=1 -I/usr/include/uuid plugins/glusterfs/glusterfs.c -lacl -lgfapi -lglusterfs -lgfrpc -lgfxdr -luuid build time: 1 seconds *** glusterfs plugin built and available in glusterfs_plugin.so *** + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.I0jzo7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 ++ dirname /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 + cd uwsgi-2.0.20 + install -d /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/etc/uwsgi.d + install -d /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/src/uwsgi/2.0.20 + install -d /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/include/uwsgi + install -d /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi + install -d /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/mono/gac + mkdir docs + tar -C docs/ --strip-components=1 -xvzf /builddir/build/SOURCES/uwsgi-docs-9b4ef5f.tar.gz uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/.gitignore uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/API.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/AlarmSubsystem.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Apache.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Async.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/AttachingDaemons.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Broodlord.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/BuildSystem.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/CGI.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/CONTRIBUTORS uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/C_Api.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Caching.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Capabilities.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Carbon.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Cgroups.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.4.10.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.1.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.10.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.11.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.12.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.13.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.14.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.15.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.16.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.17.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.18.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.19.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.2.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.20.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.21.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.3.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.4.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.5.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.6.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.7.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.8.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.9.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-1.9.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.1.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.10.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.11.1.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.11.2.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.11.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.12.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.13.1.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.13.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.14.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.15.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.16.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.17.1.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.17.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.18.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.19.1.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.19.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.2.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.20.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.3.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.4.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.5.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.6.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.7.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.8.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.9.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Changelog-2.0.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Cheaper.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Cherokee.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Chunked.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Circus.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ConfigLogic.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Configuration.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Cron.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/CustomOptions.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Download.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/DynamicApps.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Embed.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Emperor.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/EmperorProtocol.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Erlang.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/FAQ.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/FallbackConfig.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Fastrouter.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ForkServer.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ForkptyRouter.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/FreeBSDJails.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/GCCGO.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/GeoIP.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Gevent.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Glossary.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/GlusterFS.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Go.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/GridFS.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/HTTP.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/HTTPS.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Hooks.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ImperialMonitors.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Inetd.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Install.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/InternalRouting.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/JVM.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/JWSGI.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/KSM.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/LDAP.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/LICENSE uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/LanguagesAndPlatforms.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Legion.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Lighttpd.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Locks.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/LogEncoders.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/LogFormat.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Logging.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Lua.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Makefile uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Management.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ManagementFlag.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/MasterFIFO.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Metrics.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Mongrel2.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Mono.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Mules.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Nagios.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Namespaces.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Nginx.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/OffloadSubsystem.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/OnDemandVassals.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/OpenBSDhttpd.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Options.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PHP.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PSGIquickstart.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ParsingOrder.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Perl.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Protocol.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Pty.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PushingStats.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PyPy.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Python.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PythonDecorators.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PythonModule.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PythonModuleAlias.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/PythonPump.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Queue.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/README.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/RPC.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/RackQuickstart.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Rados.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Ring.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Ruby.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/RubyAPI.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SNI.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SNMP.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SPDY.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SPNEGO.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SSI.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SSLScaling.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SharedArea.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Signals.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Snippets.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Spooler.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/StaticFiles.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/StatsServer.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SubscriptionServer.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/SupportedPlatforms.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Symcall.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Systemd.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ThingsToKnow.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/ThirdPartyPlugins.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Tornado.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Tracebacker.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Transformations.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/TunTapRouter.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/UpgradingTo2.0.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Upstart.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/V8.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Vars.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/WSGIquickstart.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/WebCaching.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/WebServers.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/WebSockets.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/WorkerOverride.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/XSLT.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/Zerg.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_options/ uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_options/generate.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_options/optdefs.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_options/optutil.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_options/parse_c.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_tools/ uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_tools/trac_miniparser.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/_tools/wikitool.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/ uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/FunWithPerlEyetoyRaspberrypi.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/MassiveHostingWithEmperorAndNamespaces.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/OffloadingWebsocketsAndSSE.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/SerializingAccept.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/TheArtOfGracefulReloading.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/articles/WSGIEnvBehaviour.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/asyncio.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/conf.py uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/examples/ uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/examples/CPythonForkServer.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/examples/README.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/generate_options.pl uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/index.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/optdefs.pl uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tips_and_tricks/ uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tips_and_tricks/README.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/ uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/CachingCookbook.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/ConfiguringFastRouterUsingACPPPlugin.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/Django_and_nginx.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/DynamicProxying.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/EmperorSubscriptions.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/GraphiteAndMetrics.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/README.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/ReliableFuse.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/WritingPlugins.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/dreamhost.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/heroku_python.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/tutorials/heroku_ruby.rst uwsgi-docs-9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7/uGreen.rst + tar -C /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/src/uwsgi/2.0.20 --strip-components=1 -xvzf /builddir/build/SOURCES/uwsgi-2.0.20.tar.gz uwsgi-2.0.20/.github/ uwsgi-2.0.20/.github/workflows/ uwsgi-2.0.20/.github/workflows/compile-test.yml uwsgi-2.0.20/.github/workflows/test.yml uwsgi-2.0.20/.gitignore uwsgi-2.0.20/CONTRIBUTORS uwsgi-2.0.20/INSTALL uwsgi-2.0.20/LICENSE uwsgi-2.0.20/Makefile uwsgi-2.0.20/PKG-INFO uwsgi-2.0.20/README uwsgi-2.0.20/apache2/ uwsgi-2.0.20/apache2/mod_Ruwsgi.c uwsgi-2.0.20/apache2/mod_proxy_uwsgi.c uwsgi-2.0.20/apache2/mod_uwsgi.c uwsgi-2.0.20/attach.py uwsgi-2.0.20/bin/ uwsgi-2.0.20/bin/uwsgi uwsgi-2.0.20/buildconf/ uwsgi-2.0.20/buildconf/all.ini uwsgi-2.0.20/buildconf/asyncio.ini uwsgi-2.0.20/buildconf/base.ini uwsgi-2.0.20/buildconf/cgi.ini uwsgi-2.0.20/buildconf/core.ini uwsgi-2.0.20/buildconf/coroae.ini uwsgi-2.0.20/buildconf/coverity.ini uwsgi-2.0.20/buildconf/default.ini uwsgi-2.0.20/buildconf/django.ini uwsgi-2.0.20/buildconf/embedded.ini uwsgi-2.0.20/buildconf/erlang.ini uwsgi-2.0.20/buildconf/gccgo.ini uwsgi-2.0.20/buildconf/gevent.ini uwsgi-2.0.20/buildconf/glusterfs.ini uwsgi-2.0.20/buildconf/gridfs.ini uwsgi-2.0.20/buildconf/jwsgi.ini uwsgi-2.0.20/buildconf/lib.ini uwsgi-2.0.20/buildconf/lua.ini uwsgi-2.0.20/buildconf/luap.ini uwsgi-2.0.20/buildconf/minimal.ini uwsgi-2.0.20/buildconf/modular.ini uwsgi-2.0.20/buildconf/mono.ini uwsgi-2.0.20/buildconf/nolang.ini uwsgi-2.0.20/buildconf/package.ini uwsgi-2.0.20/buildconf/php.ini uwsgi-2.0.20/buildconf/plonly.ini uwsgi-2.0.20/buildconf/ppa.ini uwsgi-2.0.20/buildconf/psgi.ini uwsgi-2.0.20/buildconf/pyerl.ini uwsgi-2.0.20/buildconf/pylua.ini uwsgi-2.0.20/buildconf/pyonly.ini uwsgi-2.0.20/buildconf/pypy.ini uwsgi-2.0.20/buildconf/pypyonly.ini uwsgi-2.0.20/buildconf/pyring.ini uwsgi-2.0.20/buildconf/pyuwsgi.ini uwsgi-2.0.20/buildconf/pyuwsginossl.ini uwsgi-2.0.20/buildconf/rack.ini uwsgi-2.0.20/buildconf/rados.ini uwsgi-2.0.20/buildconf/rbonly.ini uwsgi-2.0.20/buildconf/ring.ini uwsgi-2.0.20/buildconf/ruby2.ini uwsgi-2.0.20/buildconf/servlet.ini uwsgi-2.0.20/buildconf/travis.ini uwsgi-2.0.20/buildconf/unbit.ini uwsgi-2.0.20/buildconf/unbitstaff.ini uwsgi-2.0.20/buildconf/uwsgi.it.ini uwsgi-2.0.20/buildconf/v8.ini uwsgi-2.0.20/contrib/ uwsgi-2.0.20/contrib/Uwsgi.pm uwsgi-2.0.20/contrib/binder.pl uwsgi-2.0.20/contrib/centos_init_script uwsgi-2.0.20/contrib/cgi_python.c uwsgi-2.0.20/contrib/cryptologger.rb uwsgi-2.0.20/contrib/emperormon.ru uwsgi-2.0.20/contrib/fdconf.pl uwsgi-2.0.20/contrib/graphite_uwsgi.py uwsgi-2.0.20/contrib/launchd/ uwsgi-2.0.20/contrib/launchd/it.unbit.uwsgi.emperor.plist uwsgi-2.0.20/contrib/launchd/it.unbit.uwsgi.plist uwsgi-2.0.20/contrib/loadapp.pl uwsgi-2.0.20/contrib/pypy/ uwsgi-2.0.20/contrib/pypy/uwsgi_pypy_greenlets.py uwsgi-2.0.20/contrib/pyuwsgi.py uwsgi-2.0.20/contrib/runuwsgi.py uwsgi-2.0.20/contrib/securesubscribe.pl uwsgi-2.0.20/contrib/spoolqueue/ uwsgi-2.0.20/contrib/spoolqueue/producer.py uwsgi-2.0.20/contrib/spoolqueue/tasks.py uwsgi-2.0.20/contrib/spoolqueue/tasksconsumer.py uwsgi-2.0.20/contrib/subscribe.pl uwsgi-2.0.20/contrib/twuwsgi.py uwsgi-2.0.20/contrib/upstart/ uwsgi-2.0.20/contrib/upstart/emperor.conf uwsgi-2.0.20/contrib/upstart/uwsgi.conf uwsgi-2.0.20/contrib/upython uwsgi-2.0.20/contrib/urack.rb uwsgi-2.0.20/contrib/uwsgi-cache-monitor.py uwsgi-2.0.20/contrib/uwsgi.erl uwsgi-2.0.20/contrib/uwsgi.java uwsgi-2.0.20/contrib/uwsgi.rb uwsgi-2.0.20/contrib/uwsgi_client.c uwsgi-2.0.20/contrib/uwsgi_dynamic_client.c uwsgi-2.0.20/contrib/uwsgisubscribers.ru uwsgi-2.0.20/contrib/xinetd_uwsgi uwsgi-2.0.20/core/ uwsgi-2.0.20/core/alarm.c uwsgi-2.0.20/core/async.c uwsgi-2.0.20/core/buffer.c uwsgi-2.0.20/core/cache.c uwsgi-2.0.20/core/chunked.c uwsgi-2.0.20/core/clang_fake.c uwsgi-2.0.20/core/clock.c uwsgi-2.0.20/core/config.c uwsgi-2.0.20/core/cookie.c uwsgi-2.0.20/core/cron.c uwsgi-2.0.20/core/daemons.c uwsgi-2.0.20/core/emperor.c uwsgi-2.0.20/core/errors.c uwsgi-2.0.20/core/event.c uwsgi-2.0.20/core/exceptions.c uwsgi-2.0.20/core/fifo.c uwsgi-2.0.20/core/fsmon.c uwsgi-2.0.20/core/gateway.c uwsgi-2.0.20/core/hash.c uwsgi-2.0.20/core/hooks.c uwsgi-2.0.20/core/ini.c uwsgi-2.0.20/core/init.c uwsgi-2.0.20/core/io.c uwsgi-2.0.20/core/json.c uwsgi-2.0.20/core/legion.c uwsgi-2.0.20/core/lock.c uwsgi-2.0.20/core/logging. uwsgi-2.0.20/core/logging.c uwsgi-2.0.20/core/loop.c uwsgi-2.0.20/core/master.c uwsgi-2.0.20/core/master_checks.c uwsgi-2.0.20/core/master_events.c uwsgi-2.0.20/core/master_utils.c uwsgi-2.0.20/core/metrics.c uwsgi-2.0.20/core/mount.c uwsgi-2.0.20/core/mule.c uwsgi-2.0.20/core/notify.c uwsgi-2.0.20/core/offload.c uwsgi-2.0.20/core/plugins.c uwsgi-2.0.20/core/plugins_builder.c uwsgi-2.0.20/core/progress.c uwsgi-2.0.20/core/protocol.c uwsgi-2.0.20/core/querystring.c uwsgi-2.0.20/core/queue.c uwsgi-2.0.20/core/rb_timers.c uwsgi-2.0.20/core/reader.c uwsgi-2.0.20/core/regexp.c uwsgi-2.0.20/core/routing.c uwsgi-2.0.20/core/rpc.c uwsgi-2.0.20/core/sendfile.c uwsgi-2.0.20/core/setup_utils.c uwsgi-2.0.20/core/sharedarea.c uwsgi-2.0.20/core/signal.c uwsgi-2.0.20/core/skel.c uwsgi-2.0.20/core/snmp.c uwsgi-2.0.20/core/socket.c uwsgi-2.0.20/core/spooler.c uwsgi-2.0.20/core/ssl.c uwsgi-2.0.20/core/static.c uwsgi-2.0.20/core/stats.c uwsgi-2.0.20/core/storage.c uwsgi-2.0.20/core/strings.c uwsgi-2.0.20/core/subscription.c uwsgi-2.0.20/core/timebomb.c uwsgi-2.0.20/core/transformations.c uwsgi-2.0.20/core/utils.c uwsgi-2.0.20/core/uwsgi.c uwsgi-2.0.20/core/websockets.c uwsgi-2.0.20/core/writer.c uwsgi-2.0.20/core/xmlconf.c uwsgi-2.0.20/core/yaml.c uwsgi-2.0.20/core/zeus.c uwsgi-2.0.20/core/zlib.c uwsgi-2.0.20/examples/ uwsgi-2.0.20/examples/bootstrap.py uwsgi-2.0.20/examples/bootstrap2.py uwsgi-2.0.20/examples/bootstrap3.py uwsgi-2.0.20/examples/bootstrap4.py uwsgi-2.0.20/examples/bootstrap5.py uwsgi-2.0.20/examples/config.lua uwsgi-2.0.20/examples/config.ru uwsgi-2.0.20/examples/config17.ru uwsgi-2.0.20/examples/config2.lua uwsgi-2.0.20/examples/config2.ru uwsgi-2.0.20/examples/config30.ru uwsgi-2.0.20/examples/corostream.pl uwsgi-2.0.20/examples/debug.ini uwsgi-2.0.20/examples/fibers.ru uwsgi-2.0.20/examples/fibers.yml uwsgi-2.0.20/examples/flaskpost.py uwsgi-2.0.20/examples/heavytest.ini uwsgi-2.0.20/examples/heavytest.py uwsgi-2.0.20/examples/info_uwsgi.php uwsgi-2.0.20/examples/logic.ini uwsgi-2.0.20/examples/mega.xml uwsgi-2.0.20/examples/mjpeg_stream.py uwsgi-2.0.20/examples/mojoapp.pl uwsgi-2.0.20/examples/multi.ini uwsgi-2.0.20/examples/multi.xml uwsgi-2.0.20/examples/multiapp.py uwsgi-2.0.20/examples/protected.ini uwsgi-2.0.20/examples/router.lua uwsgi-2.0.20/examples/simple_app.py uwsgi-2.0.20/examples/simple_app_wsgi2.py uwsgi-2.0.20/examples/simple_logger.py uwsgi-2.0.20/examples/sites.xml uwsgi-2.0.20/examples/sputnik.ws uwsgi-2.0.20/examples/staticfilesnmp.py uwsgi-2.0.20/examples/taskqueue.py uwsgi-2.0.20/examples/uwsgi.xml uwsgi-2.0.20/examples/uwsgirouter.py uwsgi-2.0.20/examples/uwsgirouter2.py uwsgi-2.0.20/examples/uwsgirouter3.py uwsgi-2.0.20/examples/uwsgirouter4.py uwsgi-2.0.20/examples/uwsgirouter5.py uwsgi-2.0.20/examples/uwsgistatus.py uwsgi-2.0.20/examples/welcome.ini uwsgi-2.0.20/examples/welcome.py uwsgi-2.0.20/examples/welcome3.py uwsgi-2.0.20/examples/werkzeug.js uwsgi-2.0.20/examples/werkzeug.yml uwsgi-2.0.20/examples/werkzeug_strict.yml uwsgi-2.0.20/examples/xmlindex-html.xsl uwsgi-2.0.20/examples/xmlindex.ini uwsgi-2.0.20/examples/zmqgevent.ini uwsgi-2.0.20/ext/ uwsgi-2.0.20/ext/uwsgi/ uwsgi-2.0.20/ext/uwsgi/extconf.rb uwsgi-2.0.20/install.sh uwsgi-2.0.20/lib/ uwsgi-2.0.20/lib/linux_ns.c uwsgi-2.0.20/lib/netlink.c uwsgi-2.0.20/lib/sun_fixes.c uwsgi-2.0.20/logo_uWSGI.png uwsgi-2.0.20/logo_uWSGI.svg uwsgi-2.0.20/mongrel2-uwsgi.conf uwsgi-2.0.20/plugins/ uwsgi-2.0.20/plugins/airbrake/ uwsgi-2.0.20/plugins/airbrake/airbrake_plugin.c uwsgi-2.0.20/plugins/airbrake/uwsgiplugin.py uwsgi-2.0.20/plugins/alarm_curl/ uwsgi-2.0.20/plugins/alarm_curl/alarm_curl_plugin.c uwsgi-2.0.20/plugins/alarm_curl/uwsgiplugin.py uwsgi-2.0.20/plugins/alarm_speech/ uwsgi-2.0.20/plugins/alarm_speech/alarm_speech.m uwsgi-2.0.20/plugins/alarm_speech/uwsgiplugin.py uwsgi-2.0.20/plugins/alarm_xmpp/ uwsgi-2.0.20/plugins/alarm_xmpp/alarm_xmpp_plugin.c uwsgi-2.0.20/plugins/alarm_xmpp/gloox.cc uwsgi-2.0.20/plugins/alarm_xmpp/uwsgiplugin.py uwsgi-2.0.20/plugins/asyncio/ uwsgi-2.0.20/plugins/asyncio/asyncio.c uwsgi-2.0.20/plugins/asyncio/uwsgiplugin.py uwsgi-2.0.20/plugins/cache/ uwsgi-2.0.20/plugins/cache/cache.c uwsgi-2.0.20/plugins/cache/uwsgiplugin.py uwsgi-2.0.20/plugins/carbon/ uwsgi-2.0.20/plugins/carbon/carbon.c uwsgi-2.0.20/plugins/carbon/uwsgiplugin.py uwsgi-2.0.20/plugins/cgi/ uwsgi-2.0.20/plugins/cgi/cgi_plugin.c uwsgi-2.0.20/plugins/cgi/uwsgiplugin.py uwsgi-2.0.20/plugins/cheaper_backlog2/ uwsgi-2.0.20/plugins/cheaper_backlog2/cheaper_backlog2.c uwsgi-2.0.20/plugins/cheaper_backlog2/uwsgiplugin.py uwsgi-2.0.20/plugins/cheaper_busyness/ uwsgi-2.0.20/plugins/cheaper_busyness/cheaper_busyness.c uwsgi-2.0.20/plugins/cheaper_busyness/uwsgiplugin.py uwsgi-2.0.20/plugins/clock_monotonic/ uwsgi-2.0.20/plugins/clock_monotonic/clock_monotonic.c uwsgi-2.0.20/plugins/clock_monotonic/uwsgiplugin.py uwsgi-2.0.20/plugins/clock_realtime/ uwsgi-2.0.20/plugins/clock_realtime/clock_realtime.c uwsgi-2.0.20/plugins/clock_realtime/uwsgiplugin.py uwsgi-2.0.20/plugins/corerouter/ uwsgi-2.0.20/plugins/corerouter/corerouter.c uwsgi-2.0.20/plugins/corerouter/cr.h uwsgi-2.0.20/plugins/corerouter/cr_common.c uwsgi-2.0.20/plugins/corerouter/cr_map.c uwsgi-2.0.20/plugins/corerouter/uwsgiplugin.py uwsgi-2.0.20/plugins/coroae/ uwsgi-2.0.20/plugins/coroae/coroae.c uwsgi-2.0.20/plugins/coroae/uwsgiplugin.py uwsgi-2.0.20/plugins/cplusplus/ uwsgi-2.0.20/plugins/cplusplus/base.cc uwsgi-2.0.20/plugins/cplusplus/plugin.c uwsgi-2.0.20/plugins/cplusplus/uwsgiplugin.py uwsgi-2.0.20/plugins/curl_cron/ uwsgi-2.0.20/plugins/curl_cron/curl_cron.c uwsgi-2.0.20/plugins/curl_cron/uwsgiplugin.py uwsgi-2.0.20/plugins/dumbloop/ uwsgi-2.0.20/plugins/dumbloop/dumb.c uwsgi-2.0.20/plugins/dumbloop/uwsgiplugin.py uwsgi-2.0.20/plugins/dummy/ uwsgi-2.0.20/plugins/dummy/dummy.c uwsgi-2.0.20/plugins/dummy/uwsgiplugin.py uwsgi-2.0.20/plugins/echo/ uwsgi-2.0.20/plugins/echo/echo_plugin.c uwsgi-2.0.20/plugins/echo/uwsgiplugin.py uwsgi-2.0.20/plugins/emperor_amqp/ uwsgi-2.0.20/plugins/emperor_amqp/amqp.c uwsgi-2.0.20/plugins/emperor_amqp/emperor_amqp.c uwsgi-2.0.20/plugins/emperor_amqp/uwsgiplugin.py uwsgi-2.0.20/plugins/emperor_mongodb/ uwsgi-2.0.20/plugins/emperor_mongodb/emperor_mongodb.cc uwsgi-2.0.20/plugins/emperor_mongodb/plugin.c uwsgi-2.0.20/plugins/emperor_mongodb/uwsgiplugin.py uwsgi-2.0.20/plugins/emperor_pg/ uwsgi-2.0.20/plugins/emperor_pg/emperor_pg.c uwsgi-2.0.20/plugins/emperor_pg/uwsgiplugin.py uwsgi-2.0.20/plugins/emperor_zeromq/ uwsgi-2.0.20/plugins/emperor_zeromq/emperor_zeromq.c uwsgi-2.0.20/plugins/emperor_zeromq/uwsgiplugin.py uwsgi-2.0.20/plugins/example/ uwsgi-2.0.20/plugins/example/example_plugin.c uwsgi-2.0.20/plugins/example/uwsgiplugin.py uwsgi-2.0.20/plugins/exception_log/ uwsgi-2.0.20/plugins/exception_log/exception_log.c uwsgi-2.0.20/plugins/exception_log/uwsgiplugin.py uwsgi-2.0.20/plugins/fastrouter/ uwsgi-2.0.20/plugins/fastrouter/fastrouter.c uwsgi-2.0.20/plugins/fastrouter/uwsgiplugin.py uwsgi-2.0.20/plugins/fiber/ uwsgi-2.0.20/plugins/fiber/fiber.c uwsgi-2.0.20/plugins/fiber/uwsgiplugin.py uwsgi-2.0.20/plugins/forkptyrouter/ uwsgi-2.0.20/plugins/forkptyrouter/forkptyrouter.c uwsgi-2.0.20/plugins/forkptyrouter/uwsgiplugin.py uwsgi-2.0.20/plugins/gccgo/ uwsgi-2.0.20/plugins/gccgo/gccgo_plugin.c uwsgi-2.0.20/plugins/gccgo/uwsgi.go uwsgi-2.0.20/plugins/gccgo/uwsgiplugin.py uwsgi-2.0.20/plugins/geoip/ uwsgi-2.0.20/plugins/geoip/geoip.c uwsgi-2.0.20/plugins/geoip/uwsgiplugin.py uwsgi-2.0.20/plugins/gevent/ uwsgi-2.0.20/plugins/gevent/gevent.c uwsgi-2.0.20/plugins/gevent/gevent.h uwsgi-2.0.20/plugins/gevent/hooks.c uwsgi-2.0.20/plugins/gevent/uwsgiplugin.py uwsgi-2.0.20/plugins/glusterfs/ uwsgi-2.0.20/plugins/glusterfs/glusterfs.c uwsgi-2.0.20/plugins/glusterfs/uwsgiplugin.py uwsgi-2.0.20/plugins/graylog2/ uwsgi-2.0.20/plugins/graylog2/graylog2_plugin.c uwsgi-2.0.20/plugins/graylog2/uwsgiplugin.py uwsgi-2.0.20/plugins/greenlet/ uwsgi-2.0.20/plugins/greenlet/greenlet.c uwsgi-2.0.20/plugins/greenlet/uwsgiplugin.py uwsgi-2.0.20/plugins/gridfs/ uwsgi-2.0.20/plugins/gridfs/gridfs.cc uwsgi-2.0.20/plugins/gridfs/plugin.c uwsgi-2.0.20/plugins/gridfs/uwsgiplugin.py uwsgi-2.0.20/plugins/http/ uwsgi-2.0.20/plugins/http/common.h uwsgi-2.0.20/plugins/http/http.c uwsgi-2.0.20/plugins/http/https.c uwsgi-2.0.20/plugins/http/keepalive.c uwsgi-2.0.20/plugins/http/spdy3.c uwsgi-2.0.20/plugins/http/spdy3.h uwsgi-2.0.20/plugins/http/uwsgiplugin.py uwsgi-2.0.20/plugins/jvm/ uwsgi-2.0.20/plugins/jvm/jvm.h uwsgi-2.0.20/plugins/jvm/jvm_plugin.c uwsgi-2.0.20/plugins/jvm/uwsgi.java uwsgi-2.0.20/plugins/jvm/uwsgiplugin.py uwsgi-2.0.20/plugins/jwsgi/ uwsgi-2.0.20/plugins/jwsgi/jwsgi_plugin.c uwsgi-2.0.20/plugins/jwsgi/uwsgiplugin.py uwsgi-2.0.20/plugins/ldap/ uwsgi-2.0.20/plugins/ldap/ldap.c uwsgi-2.0.20/plugins/ldap/uwsgiplugin.py uwsgi-2.0.20/plugins/legion_cache_fetch/ uwsgi-2.0.20/plugins/legion_cache_fetch/legion_cache_fetch.c uwsgi-2.0.20/plugins/legion_cache_fetch/uwsgiplugin.py uwsgi-2.0.20/plugins/libffi/ uwsgi-2.0.20/plugins/libffi/libffi.c uwsgi-2.0.20/plugins/libffi/uwsgiplugin.py uwsgi-2.0.20/plugins/libtcc/ uwsgi-2.0.20/plugins/libtcc/libtcc.c uwsgi-2.0.20/plugins/libtcc/uwsgiplugin.py uwsgi-2.0.20/plugins/logcrypto/ uwsgi-2.0.20/plugins/logcrypto/logcrypto.c uwsgi-2.0.20/plugins/logcrypto/uwsgiplugin.py uwsgi-2.0.20/plugins/logfile/ uwsgi-2.0.20/plugins/logfile/logfile.c uwsgi-2.0.20/plugins/logfile/uwsgiplugin.py uwsgi-2.0.20/plugins/logpipe/ uwsgi-2.0.20/plugins/logpipe/logpipe.c uwsgi-2.0.20/plugins/logpipe/uwsgiplugin.py uwsgi-2.0.20/plugins/logsocket/ uwsgi-2.0.20/plugins/logsocket/logsocket_plugin.c uwsgi-2.0.20/plugins/logsocket/uwsgiplugin.py uwsgi-2.0.20/plugins/logzmq/ uwsgi-2.0.20/plugins/logzmq/plugin.c uwsgi-2.0.20/plugins/logzmq/uwsgiplugin.py uwsgi-2.0.20/plugins/lua/ uwsgi-2.0.20/plugins/lua/lua_plugin.c uwsgi-2.0.20/plugins/lua/uwsgiplugin.py uwsgi-2.0.20/plugins/matheval/ uwsgi-2.0.20/plugins/matheval/math.c uwsgi-2.0.20/plugins/matheval/uwsgiplugin.py uwsgi-2.0.20/plugins/mongodb/ uwsgi-2.0.20/plugins/mongodb/plugin.c uwsgi-2.0.20/plugins/mongodb/uwsgiplugin.py uwsgi-2.0.20/plugins/mongodblog/ uwsgi-2.0.20/plugins/mongodblog/mongodblog_plugin.c uwsgi-2.0.20/plugins/mongodblog/uwsgiplugin.py uwsgi-2.0.20/plugins/mongrel2/ uwsgi-2.0.20/plugins/mongrel2/mongrel2.c uwsgi-2.0.20/plugins/mongrel2/uwsgiplugin.py uwsgi-2.0.20/plugins/mono/ uwsgi-2.0.20/plugins/mono/mono_plugin.c uwsgi-2.0.20/plugins/mono/uwsgi.cs uwsgi-2.0.20/plugins/mono/uwsgiplugin.py uwsgi-2.0.20/plugins/msgpack/ uwsgi-2.0.20/plugins/msgpack/msgpack.c uwsgi-2.0.20/plugins/msgpack/uwsgiplugin.py uwsgi-2.0.20/plugins/nagios/ uwsgi-2.0.20/plugins/nagios/nagios.c uwsgi-2.0.20/plugins/nagios/uwsgiplugin.py uwsgi-2.0.20/plugins/notfound/ uwsgi-2.0.20/plugins/notfound/notfound.c uwsgi-2.0.20/plugins/notfound/uwsgiplugin.py uwsgi-2.0.20/plugins/objc_gc/ uwsgi-2.0.20/plugins/objc_gc/objc_gc.m uwsgi-2.0.20/plugins/objc_gc/uwsgiplugin.py uwsgi-2.0.20/plugins/pam/ uwsgi-2.0.20/plugins/pam/pam.c uwsgi-2.0.20/plugins/pam/uwsgiplugin.py uwsgi-2.0.20/plugins/php/ uwsgi-2.0.20/plugins/php/common.h uwsgi-2.0.20/plugins/php/php_plugin.c uwsgi-2.0.20/plugins/php/session.c uwsgi-2.0.20/plugins/php/uwsgiplugin.py uwsgi-2.0.20/plugins/ping/ uwsgi-2.0.20/plugins/ping/ping_plugin.c uwsgi-2.0.20/plugins/ping/uwsgiplugin.py uwsgi-2.0.20/plugins/psgi/ uwsgi-2.0.20/plugins/psgi/psgi.h uwsgi-2.0.20/plugins/psgi/psgi_loader.c uwsgi-2.0.20/plugins/psgi/psgi_plugin.c uwsgi-2.0.20/plugins/psgi/psgi_response.c uwsgi-2.0.20/plugins/psgi/uwsgi_plmodule.c uwsgi-2.0.20/plugins/psgi/uwsgiplugin.py uwsgi-2.0.20/plugins/pty/ uwsgi-2.0.20/plugins/pty/pty.c uwsgi-2.0.20/plugins/pty/uwsgiplugin.py uwsgi-2.0.20/plugins/pypy/ uwsgi-2.0.20/plugins/pypy/README uwsgi-2.0.20/plugins/pypy/pypy_plugin.c uwsgi-2.0.20/plugins/pypy/pypy_setup.py uwsgi-2.0.20/plugins/pypy/uwsgiplugin.py uwsgi-2.0.20/plugins/python/ uwsgi-2.0.20/plugins/python/gil.c uwsgi-2.0.20/plugins/python/profiler.c uwsgi-2.0.20/plugins/python/pump_subhandler.c uwsgi-2.0.20/plugins/python/pyloader.c uwsgi-2.0.20/plugins/python/python_plugin.c uwsgi-2.0.20/plugins/python/pyutils.c uwsgi-2.0.20/plugins/python/raw.c uwsgi-2.0.20/plugins/python/symimporter.c uwsgi-2.0.20/plugins/python/tracebacker.c uwsgi-2.0.20/plugins/python/uwsgi_pymodule.c uwsgi-2.0.20/plugins/python/uwsgi_python.h uwsgi-2.0.20/plugins/python/uwsgiplugin.py uwsgi-2.0.20/plugins/python/web3_subhandler.c uwsgi-2.0.20/plugins/python/wsgi_handlers.c uwsgi-2.0.20/plugins/python/wsgi_headers.c uwsgi-2.0.20/plugins/python/wsgi_subhandler.c uwsgi-2.0.20/plugins/pyuwsgi/ uwsgi-2.0.20/plugins/pyuwsgi/pyuwsgi.c uwsgi-2.0.20/plugins/pyuwsgi/uwsgiplugin.py uwsgi-2.0.20/plugins/rack/ uwsgi-2.0.20/plugins/rack/rack_api.c uwsgi-2.0.20/plugins/rack/rack_plugin.c uwsgi-2.0.20/plugins/rack/uwsgi_rack.h uwsgi-2.0.20/plugins/rack/uwsgiplugin.py uwsgi-2.0.20/plugins/rados/ uwsgi-2.0.20/plugins/rados/rados.c uwsgi-2.0.20/plugins/rados/uwsgiplugin.py uwsgi-2.0.20/plugins/rawrouter/ uwsgi-2.0.20/plugins/rawrouter/rawrouter.c uwsgi-2.0.20/plugins/rawrouter/uwsgiplugin.py uwsgi-2.0.20/plugins/rbthreads/ uwsgi-2.0.20/plugins/rbthreads/rbthreads.c uwsgi-2.0.20/plugins/rbthreads/uwsgiplugin.py uwsgi-2.0.20/plugins/redislog/ uwsgi-2.0.20/plugins/redislog/redislog_plugin.c uwsgi-2.0.20/plugins/redislog/uwsgiplugin.py uwsgi-2.0.20/plugins/ring/ uwsgi-2.0.20/plugins/ring/ring_plugin.c uwsgi-2.0.20/plugins/ring/uwsgiplugin.py uwsgi-2.0.20/plugins/router_access/ uwsgi-2.0.20/plugins/router_access/router_access.c uwsgi-2.0.20/plugins/router_access/uwsgiplugin.py uwsgi-2.0.20/plugins/router_basicauth/ uwsgi-2.0.20/plugins/router_basicauth/router_basicauth.c uwsgi-2.0.20/plugins/router_basicauth/uwsgiplugin.py uwsgi-2.0.20/plugins/router_cache/ uwsgi-2.0.20/plugins/router_cache/router_cache.c uwsgi-2.0.20/plugins/router_cache/uwsgiplugin.py uwsgi-2.0.20/plugins/router_expires/ uwsgi-2.0.20/plugins/router_expires/expires.c uwsgi-2.0.20/plugins/router_expires/uwsgiplugin.py uwsgi-2.0.20/plugins/router_hash/ uwsgi-2.0.20/plugins/router_hash/router_hash.c uwsgi-2.0.20/plugins/router_hash/uwsgiplugin.py uwsgi-2.0.20/plugins/router_http/ uwsgi-2.0.20/plugins/router_http/router_http.c uwsgi-2.0.20/plugins/router_http/uwsgiplugin.py uwsgi-2.0.20/plugins/router_memcached/ uwsgi-2.0.20/plugins/router_memcached/router_memcached.c uwsgi-2.0.20/plugins/router_memcached/uwsgiplugin.py uwsgi-2.0.20/plugins/router_metrics/ uwsgi-2.0.20/plugins/router_metrics/plugin.c uwsgi-2.0.20/plugins/router_metrics/uwsgiplugin.py uwsgi-2.0.20/plugins/router_radius/ uwsgi-2.0.20/plugins/router_radius/radius.c uwsgi-2.0.20/plugins/router_radius/uwsgiplugin.py uwsgi-2.0.20/plugins/router_redirect/ uwsgi-2.0.20/plugins/router_redirect/router_redirect.c uwsgi-2.0.20/plugins/router_redirect/uwsgiplugin.py uwsgi-2.0.20/plugins/router_redis/ uwsgi-2.0.20/plugins/router_redis/router_redis.c uwsgi-2.0.20/plugins/router_redis/uwsgiplugin.py uwsgi-2.0.20/plugins/router_rewrite/ uwsgi-2.0.20/plugins/router_rewrite/router_rewrite.c uwsgi-2.0.20/plugins/router_rewrite/uwsgiplugin.py uwsgi-2.0.20/plugins/router_spnego/ uwsgi-2.0.20/plugins/router_spnego/router_spnego.c uwsgi-2.0.20/plugins/router_spnego/uwsgiplugin.py uwsgi-2.0.20/plugins/router_static/ uwsgi-2.0.20/plugins/router_static/router_static.c uwsgi-2.0.20/plugins/router_static/uwsgiplugin.py uwsgi-2.0.20/plugins/router_uwsgi/ uwsgi-2.0.20/plugins/router_uwsgi/router_uwsgi.c uwsgi-2.0.20/plugins/router_uwsgi/uwsgiplugin.py uwsgi-2.0.20/plugins/router_xmldir/ uwsgi-2.0.20/plugins/router_xmldir/router_xmldir.c uwsgi-2.0.20/plugins/router_xmldir/uwsgiplugin.py uwsgi-2.0.20/plugins/rpc/ uwsgi-2.0.20/plugins/rpc/rpc_plugin.c uwsgi-2.0.20/plugins/rpc/uwsgiplugin.py uwsgi-2.0.20/plugins/rrdtool/ uwsgi-2.0.20/plugins/rrdtool/rrdtool.c uwsgi-2.0.20/plugins/rrdtool/uwsgiplugin.py uwsgi-2.0.20/plugins/rsyslog/ uwsgi-2.0.20/plugins/rsyslog/rsyslog_plugin.c uwsgi-2.0.20/plugins/rsyslog/uwsgiplugin.py uwsgi-2.0.20/plugins/ruby19/ uwsgi-2.0.20/plugins/ruby19/uwsgiplugin.py uwsgi-2.0.20/plugins/servlet/ uwsgi-2.0.20/plugins/servlet/servlet_plugin.c uwsgi-2.0.20/plugins/servlet/uwsgi_servlet.java uwsgi-2.0.20/plugins/servlet/uwsgiplugin.py uwsgi-2.0.20/plugins/signal/ uwsgi-2.0.20/plugins/signal/signal_plugin.c uwsgi-2.0.20/plugins/signal/uwsgiplugin.py uwsgi-2.0.20/plugins/spooler/ uwsgi-2.0.20/plugins/spooler/spooler_plugin.c uwsgi-2.0.20/plugins/spooler/uwsgiplugin.py uwsgi-2.0.20/plugins/sqlite3/ uwsgi-2.0.20/plugins/sqlite3/plugin.c uwsgi-2.0.20/plugins/sqlite3/uwsgiplugin.py uwsgi-2.0.20/plugins/ssi/ uwsgi-2.0.20/plugins/ssi/ssi.c uwsgi-2.0.20/plugins/ssi/uwsgiplugin.py uwsgi-2.0.20/plugins/sslrouter/ uwsgi-2.0.20/plugins/sslrouter/sslrouter.c uwsgi-2.0.20/plugins/sslrouter/uwsgiplugin.py uwsgi-2.0.20/plugins/stackless/ uwsgi-2.0.20/plugins/stackless/stackless.c uwsgi-2.0.20/plugins/stackless/uwsgiplugin.py uwsgi-2.0.20/plugins/stats_pusher_file/ uwsgi-2.0.20/plugins/stats_pusher_file/plugin.c uwsgi-2.0.20/plugins/stats_pusher_file/uwsgiplugin.py uwsgi-2.0.20/plugins/stats_pusher_mongodb/ uwsgi-2.0.20/plugins/stats_pusher_mongodb/plugin.c uwsgi-2.0.20/plugins/stats_pusher_mongodb/stats_pusher_mongodb.cc uwsgi-2.0.20/plugins/stats_pusher_mongodb/uwsgiplugin.py uwsgi-2.0.20/plugins/stats_pusher_socket/ uwsgi-2.0.20/plugins/stats_pusher_socket/plugin.c uwsgi-2.0.20/plugins/stats_pusher_socket/uwsgiplugin.py uwsgi-2.0.20/plugins/stats_pusher_statsd/ uwsgi-2.0.20/plugins/stats_pusher_statsd/plugin.c uwsgi-2.0.20/plugins/stats_pusher_statsd/uwsgiplugin.py uwsgi-2.0.20/plugins/symcall/ uwsgi-2.0.20/plugins/symcall/symcall_plugin.c uwsgi-2.0.20/plugins/symcall/uwsgiplugin.py uwsgi-2.0.20/plugins/syslog/ uwsgi-2.0.20/plugins/syslog/syslog_plugin.c uwsgi-2.0.20/plugins/syslog/uwsgiplugin.py uwsgi-2.0.20/plugins/systemd_logger/ uwsgi-2.0.20/plugins/systemd_logger/systemd_logger.c uwsgi-2.0.20/plugins/systemd_logger/uwsgiplugin.py uwsgi-2.0.20/plugins/tornado/ uwsgi-2.0.20/plugins/tornado/tornado.c uwsgi-2.0.20/plugins/tornado/uwsgiplugin.py uwsgi-2.0.20/plugins/transformation_chunked/ uwsgi-2.0.20/plugins/transformation_chunked/chunked.c uwsgi-2.0.20/plugins/transformation_chunked/uwsgiplugin.py uwsgi-2.0.20/plugins/transformation_gzip/ uwsgi-2.0.20/plugins/transformation_gzip/gzip.c uwsgi-2.0.20/plugins/transformation_gzip/uwsgiplugin.py uwsgi-2.0.20/plugins/transformation_offload/ uwsgi-2.0.20/plugins/transformation_offload/offload.c uwsgi-2.0.20/plugins/transformation_offload/uwsgiplugin.py uwsgi-2.0.20/plugins/transformation_template/ uwsgi-2.0.20/plugins/transformation_template/tt.c uwsgi-2.0.20/plugins/transformation_template/uwsgiplugin.py uwsgi-2.0.20/plugins/transformation_tofile/ uwsgi-2.0.20/plugins/transformation_tofile/tofile.c uwsgi-2.0.20/plugins/transformation_tofile/uwsgiplugin.py uwsgi-2.0.20/plugins/transformation_toupper/ uwsgi-2.0.20/plugins/transformation_toupper/toupper.c uwsgi-2.0.20/plugins/transformation_toupper/uwsgiplugin.py uwsgi-2.0.20/plugins/tuntap/ uwsgi-2.0.20/plugins/tuntap/common.c uwsgi-2.0.20/plugins/tuntap/common.h uwsgi-2.0.20/plugins/tuntap/firewall.c uwsgi-2.0.20/plugins/tuntap/tuntap.c uwsgi-2.0.20/plugins/tuntap/uwsgiplugin.py uwsgi-2.0.20/plugins/ugreen/ uwsgi-2.0.20/plugins/ugreen/ugreen.c uwsgi-2.0.20/plugins/ugreen/uwsgiplugin.py uwsgi-2.0.20/plugins/v8/ uwsgi-2.0.20/plugins/v8/plugin.c uwsgi-2.0.20/plugins/v8/uwsgiplugin.py uwsgi-2.0.20/plugins/v8/v8_commonjs.cc uwsgi-2.0.20/plugins/v8/v8_jsgi.cc uwsgi-2.0.20/plugins/v8/v8_uwsgi.cc uwsgi-2.0.20/plugins/v8/v8_uwsgi.h uwsgi-2.0.20/plugins/webdav/ uwsgi-2.0.20/plugins/webdav/uwsgiplugin.py uwsgi-2.0.20/plugins/webdav/webdav.c uwsgi-2.0.20/plugins/xattr/ uwsgi-2.0.20/plugins/xattr/uwsgiplugin.py uwsgi-2.0.20/plugins/xattr/xattr.c uwsgi-2.0.20/plugins/xslt/ uwsgi-2.0.20/plugins/xslt/uwsgiplugin.py uwsgi-2.0.20/plugins/xslt/xslt.c uwsgi-2.0.20/plugins/zabbix/ uwsgi-2.0.20/plugins/zabbix/plugin.c uwsgi-2.0.20/plugins/zabbix/uwsgiplugin.py uwsgi-2.0.20/plugins/zergpool/ uwsgi-2.0.20/plugins/zergpool/uwsgiplugin.py uwsgi-2.0.20/plugins/zergpool/zergpool.c uwsgi-2.0.20/proto/ uwsgi-2.0.20/proto/BUILD uwsgi-2.0.20/proto/base.c uwsgi-2.0.20/proto/fastcgi.c uwsgi-2.0.20/proto/http.c uwsgi-2.0.20/proto/puwsgi.c uwsgi-2.0.20/proto/scgi.c uwsgi-2.0.20/proto/uwsgi.c uwsgi-2.0.20/setup.cpyext.py uwsgi-2.0.20/setup.py uwsgi-2.0.20/setup.pyuwsgi.py uwsgi-2.0.20/t/ uwsgi-2.0.20/t/cachebitmap.ini uwsgi-2.0.20/t/cachebitmap.py uwsgi-2.0.20/t/cachetest.py uwsgi-2.0.20/t/clojure/ uwsgi-2.0.20/t/clojure/myapp.clj uwsgi-2.0.20/t/core/ uwsgi-2.0.20/t/core/apps/ uwsgi-2.0.20/t/core/apps/read_body_and_send.pl uwsgi-2.0.20/t/core/read_body_and_send.pl uwsgi-2.0.20/t/core/url_sanitize.pl uwsgi-2.0.20/t/go/ uwsgi-2.0.20/t/go/cachetest.go uwsgi-2.0.20/t/go/complextest.go uwsgi-2.0.20/t/go/uploadtest.go uwsgi-2.0.20/t/java/ uwsgi-2.0.20/t/java/rpc.java uwsgi-2.0.20/t/lua/ uwsgi-2.0.20/t/lua/basic.lua uwsgi-2.0.20/t/mono/ uwsgi-2.0.20/t/mono/cache.aspx uwsgi-2.0.20/t/mules/ uwsgi-2.0.20/t/mules/mulebrain.py uwsgi-2.0.20/t/mules/reload.py uwsgi-2.0.20/t/mules/signal_management.py uwsgi-2.0.20/t/perl/ uwsgi-2.0.20/t/perl/active_workers_signal.pl uwsgi-2.0.20/t/perl/apps/ uwsgi-2.0.20/t/perl/apps/input_with_offset.pl uwsgi-2.0.20/t/perl/test.psgi uwsgi-2.0.20/t/perl/test_benchmark.pl uwsgi-2.0.20/t/perl/test_harakiri.psgi uwsgi-2.0.20/t/perl/test_hello.psgi uwsgi-2.0.20/t/perl/test_input_with_offset.pl uwsgi-2.0.20/t/perl/test_post.psgi uwsgi-2.0.20/t/perl/test_sleepy.psgi uwsgi-2.0.20/t/perl/test_streaming.psgi uwsgi-2.0.20/t/pypy/ uwsgi-2.0.20/t/pypy/t_continulet1.py uwsgi-2.0.20/t/pypy/t_continulet2.py uwsgi-2.0.20/t/python/ uwsgi-2.0.20/t/python/forcecl.py uwsgi-2.0.20/t/python/manage_script_name/ uwsgi-2.0.20/t/python/manage_script_name/manage_script_name_test.ini uwsgi-2.0.20/t/python/manage_script_name/test_manage_script_name.py uwsgi-2.0.20/t/python/manage_script_name/useless_app.py uwsgi-2.0.20/t/python/spooler_decorators/ uwsgi-2.0.20/t/python/spooler_decorators/spooler_decorator_test.ini uwsgi-2.0.20/t/python/spooler_decorators/spooler_decorator_tests.py uwsgi-2.0.20/t/python/spooler_decorators/spooler_handlers.py uwsgi-2.0.20/t/python/testba.py uwsgi-2.0.20/t/ring/ uwsgi-2.0.20/t/ring/README.md uwsgi-2.0.20/t/ring/config.ini uwsgi-2.0.20/t/ring/project.clj uwsgi-2.0.20/t/ring/src/ uwsgi-2.0.20/t/ring/src/uwsgi/ uwsgi-2.0.20/t/ring/src/uwsgi/ring/ uwsgi-2.0.20/t/ring/src/uwsgi/ring/tests/ uwsgi-2.0.20/t/ring/src/uwsgi/ring/tests/app.clj uwsgi-2.0.20/t/ring/src/uwsgi/ring/tests/basic.clj uwsgi-2.0.20/t/ring/src/uwsgi/ring/tests/body.clj uwsgi-2.0.20/t/ring/src/uwsgi/ring/tests/simple.clj uwsgi-2.0.20/t/ring/src/uwsgi/ring/tests/upload.clj uwsgi-2.0.20/t/routing/ uwsgi-2.0.20/t/routing/auth.ini uwsgi-2.0.20/t/routing/errorlimiter.ini uwsgi-2.0.20/t/routing/limiter.ini uwsgi-2.0.20/t/sharedarea/ uwsgi-2.0.20/t/sharedarea/bigranges.ini uwsgi-2.0.20/t/sharedarea/bigranges.py uwsgi-2.0.20/t/sharedarea/sharedarea_incdec.ini uwsgi-2.0.20/t/sharedarea/sharedarea_incdec.py uwsgi-2.0.20/t/spooler/ uwsgi-2.0.20/t/spooler/read.py uwsgi-2.0.20/t/spooler/reload.py uwsgi-2.0.20/t/spooler/spooldir/ uwsgi-2.0.20/t/spooler/spooldir/.gitignore uwsgi-2.0.20/t/webdav/ uwsgi-2.0.20/t/webdav/carddav.ini uwsgi-2.0.20/t/xslt/ uwsgi-2.0.20/t/xslt/cd.xml uwsgi-2.0.20/t/xslt/cd.xml.xslt uwsgi-2.0.20/t/xslt/routex.ini uwsgi-2.0.20/tests/ uwsgi-2.0.20/tests/Responder.pm uwsgi-2.0.20/tests/__init__.py uwsgi-2.0.20/tests/badthread.py uwsgi-2.0.20/tests/badwrites.py uwsgi-2.0.20/tests/cpubound_async.py uwsgi-2.0.20/tests/cpubound_green.py uwsgi-2.0.20/tests/cpubound_stackless.py uwsgi-2.0.20/tests/decoratortest.py uwsgi-2.0.20/tests/fileserve_async.py uwsgi-2.0.20/tests/gevent_spool.py uwsgi-2.0.20/tests/grunter.py uwsgi-2.0.20/tests/iobound_async.py uwsgi-2.0.20/tests/iobound_async_unix.py uwsgi-2.0.20/tests/iobound_green.py uwsgi-2.0.20/tests/logger.py uwsgi-2.0.20/tests/mako_ugreen.py uwsgi-2.0.20/tests/mulefunc.py uwsgi-2.0.20/tests/multiapp.txt uwsgi-2.0.20/tests/myadmin.py uwsgi-2.0.20/tests/pgbound_async.py uwsgi-2.0.20/tests/picazzo.py uwsgi-2.0.20/tests/psycogreen_green.py uwsgi-2.0.20/tests/psycopg2_green.py uwsgi-2.0.20/tests/pump.py uwsgi-2.0.20/tests/queue.py uwsgi-2.0.20/tests/refcount.py uwsgi-2.0.20/tests/rpc.lua uwsgi-2.0.20/tests/rpc.py uwsgi-2.0.20/tests/runningthread.py uwsgi-2.0.20/tests/sendchunked.py uwsgi-2.0.20/tests/sharedarea.py uwsgi-2.0.20/tests/sig.lua uwsgi-2.0.20/tests/signals.py uwsgi-2.0.20/tests/sigwait.py uwsgi-2.0.20/tests/sleeping_async.py uwsgi-2.0.20/tests/sleeping_green.py uwsgi-2.0.20/tests/sleepthreadasync.py uwsgi-2.0.20/tests/slow.py uwsgi-2.0.20/tests/spoolme.py uwsgi-2.0.20/tests/static/ uwsgi-2.0.20/tests/static/test.txt uwsgi-2.0.20/tests/static/test2.txt uwsgi-2.0.20/tests/staticfile.py uwsgi-2.0.20/tests/streamer.psgi uwsgi-2.0.20/tests/t/ uwsgi-2.0.20/tests/t/static.pl uwsgi-2.0.20/tests/templates/ uwsgi-2.0.20/tests/templates/queue.html uwsgi-2.0.20/tests/testapp.py uwsgi-2.0.20/tests/testfilewrapper.py uwsgi-2.0.20/tests/testgevent.py uwsgi-2.0.20/tests/testpy3.py uwsgi-2.0.20/tests/testrpc.py uwsgi-2.0.20/tests/testsignals.py uwsgi-2.0.20/tests/testworkers.py uwsgi-2.0.20/tests/testyieldnone.py uwsgi-2.0.20/tests/threads.py uwsgi-2.0.20/tests/travis.sh uwsgi-2.0.20/tests/ugevent.py uwsgi-2.0.20/tests/web3.py uwsgi-2.0.20/tests/websockets.py uwsgi-2.0.20/tests/websockets_chat.pl uwsgi-2.0.20/tests/websockets_chat.py uwsgi-2.0.20/tests/websockets_chat_async.py uwsgi-2.0.20/tests/websockets_chat_asyncio.py uwsgi-2.0.20/tests/websockets_echo.lua uwsgi-2.0.20/tests/websockets_echo.pl uwsgi-2.0.20/tests/websockets_echo.py uwsgi-2.0.20/tests/websockets_echo.ru uwsgi-2.0.20/tests/werkzeug_app.py uwsgi-2.0.20/uwsgi.gemspec uwsgi-2.0.20/uwsgi.h uwsgi-2.0.20/uwsgi_main.c uwsgi-2.0.20/uwsgiconfig.py uwsgi-2.0.20/uwsgidecorators.py uwsgi-2.0.20/uwsgidsl.rb uwsgi-2.0.20/valgrind/ uwsgi-2.0.20/valgrind/README uwsgi-2.0.20/valgrind/valgrind-generate-sups.sh uwsgi-2.0.20/vassals/ uwsgi-2.0.20/vassals/broodlord.ini uwsgi-2.0.20/vassals/cc.ini uwsgi-2.0.20/vassals/multi.xml uwsgi-2.0.20/vhosttest/ uwsgi-2.0.20/vhosttest/flask001/ uwsgi-2.0.20/vhosttest/flask001/app1.py uwsgi-2.0.20/vhosttest/flask002/ uwsgi-2.0.20/vhosttest/flask002/app2.py uwsgi-2.0.20/vhosttest/flask003/ uwsgi-2.0.20/vhosttest/flask003/app3.py uwsgi-2.0.20/vhosttest/flask004/ uwsgi-2.0.20/vhosttest/flask004/app4.py uwsgi-2.0.20/vhosttest/flask005/ uwsgi-2.0.20/vhosttest/flask005/app5.py uwsgi-2.0.20/vhosttest/nginx.conf + cp /builddir/build/SOURCES/fedora.ini /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/src/uwsgi/2.0.20/buildconf/ + cp docs/Changelog-2.0.20.rst CHANGELOG + rm -f docs/.gitignore + echo '9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7, i.e. this:' + echo https://github.com/unbit/uwsgi-docs/tree/9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7 + install -D -p -m 0755 uwsgi /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/sbin/uwsgi + install -p -m 0644 uwsgi.h /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/include/uwsgi + install -p -m 0755 airbrake_plugin.so alarm_curl_plugin.so alarm_xmpp_plugin.so cache_plugin.so carbon_plugin.so cgi_plugin.so cheaper_busyness_plugin.so coroae_plugin.so cplusplus_plugin.so curl_cron_plugin.so dumbloop_plugin.so dummy_plugin.so fastrouter_plugin.so fiber_plugin.so forkptyrouter_plugin.so gccgo_plugin.so geoip_plugin.so glusterfs_plugin.so graylog2_plugin.so http_plugin.so ldap_plugin.so logcrypto_plugin.so logfile_plugin.so logpipe_plugin.so logsocket_plugin.so logzmq_plugin.so lua_plugin.so mongrel2_plugin.so mono_plugin.so msgpack_plugin.so nagios_plugin.so notfound_plugin.so pam_plugin.so php_plugin.so psgi_plugin.so pty_plugin.so python3_gevent_plugin.so python3_greenlet_plugin.so python3_plugin.so python3_tornado_plugin.so rack_plugin.so rawrouter_plugin.so rbthreads_plugin.so redislog_plugin.so router_basicauth_plugin.so router_cache_plugin.so router_expires_plugin.so router_hash_plugin.so router_http_plugin.so router_memcached_plugin.so router_metrics_plugin.so router_radius_plugin.so router_redirect_plugin.so router_redis_plugin.so router_rewrite_plugin.so router_spnego_plugin.so router_static_plugin.so router_uwsgi_plugin.so router_xmldir_plugin.so rpc_plugin.so rrdtool_plugin.so rsyslog_plugin.so ruby19_plugin.so spooler_plugin.so sqlite3_plugin.so ssi_plugin.so sslrouter_plugin.so stats_pusher_file_plugin.so stats_pusher_socket_plugin.so stats_pusher_statsd_plugin.so syslog_plugin.so systemd_logger_plugin.so transformation_chunked_plugin.so transformation_gzip_plugin.so transformation_offload_plugin.so transformation_template_plugin.so transformation_tofile_plugin.so transformation_toupper_plugin.so tuntap_plugin.so ugreen_plugin.so webdav_plugin.so xattr_plugin.so xslt_plugin.so zabbix_plugin.so zergpool_plugin.so /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi + install -D -p -m 0644 uwsgidecorators.py /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/python3.10/site-packages/uwsgidecorators.py + [[ /usr/bin/python3 =~ - ]] ++ /usr/bin/python3 -c 'import sys; sys.stdout.write('\''{0.major}{0.minor}'\''.format(sys.version_info))' + python_version=310 + '[' 310 -ge 39 ']' + py39_byte_compile /usr/bin/python3 /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/python3.10/site-packages/uwsgidecorators.py + python_binary='env PYTHONHASHSEED=0 /usr/bin/python3' + bytecode_compilation_path=/builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/python3.10/site-packages/uwsgidecorators.py + env PYTHONHASHSEED=0 /usr/bin/python3 -s -B -m compileall -o 0 -o 1 -s /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 -p / /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/python3.10/site-packages/uwsgidecorators.py Compiling '/builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/python3.10/site-packages/uwsgidecorators.py'... + gacutil -i plugins/mono/uwsgi.dll -f -package uwsgi -root /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib Package exported to: /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/mono/uwsgi/uwsgi.dll -> ../gac/uwsgi/0.0.0.1__5b2f626cd0e17cb2/uwsgi.dll Installed plugins/mono/uwsgi.dll into the gac (/builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/mono/gac) + install -D -p -m 0644 /builddir/build/SOURCES/emperor.ini /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/etc/uwsgi.ini + install -D -p -m 0644 /builddir/build/SOURCES/uwsgi.service /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/systemd/system/uwsgi.service + install -D -p -m 0644 /builddir/build/SOURCES/uwsgi.tmpfiles /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib/tmpfiles.d/uwsgi.conf + /usr/bin/find-debuginfo -j5 --strict-build-id -m -i --build-id-seed 2.0.20-1.fc35 --unique-debug-suffix -2.0.20-1.fc35.aarch64 --unique-debug-src-base uwsgi-2.0.20-1.fc35.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/uwsgi-2.0.20 extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/alarm_curl_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/alarm_xmpp_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/airbrake_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/cache_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/carbon_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/cgi_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/cheaper_busyness_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/coroae_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/cplusplus_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/curl_cron_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/dumbloop_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/dummy_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/fastrouter_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/fiber_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/forkptyrouter_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/gccgo_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/geoip_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/glusterfs_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/graylog2_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/http_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/ldap_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/logcrypto_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/logfile_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/logpipe_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/logsocket_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/logzmq_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/mongrel2_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/lua_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/mono_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/msgpack_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/nagios_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/notfound_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/pam_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/php_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/psgi_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/pty_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/python3_gevent_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/python3_greenlet_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/python3_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/python3_tornado_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/rack_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/rawrouter_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/rbthreads_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/redislog_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_basicauth_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_cache_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_expires_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_hash_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_http_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_memcached_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_metrics_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_radius_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_redirect_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_redis_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_rewrite_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_spnego_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_uwsgi_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_static_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/router_xmldir_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/rpc_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/rsyslog_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/ruby19_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/rrdtool_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/spooler_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/sqlite3_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/ssi_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/sslrouter_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/stats_pusher_file_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/stats_pusher_socket_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/stats_pusher_statsd_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/syslog_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/systemd_logger_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/transformation_chunked_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/transformation_gzip_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/transformation_offload_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/transformation_template_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/transformation_tofile_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/transformation_toupper_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/tuntap_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/ugreen_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/webdav_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/xattr_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/xslt_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/zabbix_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/lib64/uwsgi/zergpool_plugin.so extracting debug info from /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/sbin/uwsgi original debug info size: 13760kB, size after compression: 7260kB /usr/bin/sepdebugcrcfix: Updated 86 CRC32s, 0 CRC32s did match. 5864 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/src/uwsgi/2.0.20/bin/uwsgi from /usr/bin/env ruby to #!/usr/bin/ruby mangling shebang in /usr/src/uwsgi/2.0.20/tests/travis.sh from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/src/uwsgi/2.0.20/valgrind/valgrind-generate-sups.sh from /bin/bash to #!/usr/bin/bash + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: uwsgi-2.0.20-1.fc35.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xReitf + umask 022 + cd /builddir/build/BUILD + cd uwsgi-2.0.20 + DOCDIR=/builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi + cp -pr README /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi + cp -pr README.Fedora /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi + cp -pr CHANGELOG /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4tz6mw + umask 022 + cd /builddir/build/BUILD + cd uwsgi-2.0.20 + LICENSEDIR=/builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/licenses/uwsgi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/licenses/uwsgi + cp -pr LICENSE /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/licenses/uwsgi + RPM_EC=0 ++ jobs -p + exit 0 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: config(uwsgi) = 2.0.20-1.fc35 uwsgi = 2.0.20-1.fc35 uwsgi(aarch-64) = 2.0.20-1.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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcap.so.2()(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libjansson.so.4()(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.29)(64bit) libpcre.so.1()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libyaml-0.so.2()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-loggers <= 1.9.8-1 uwsgi-plugin-admin <= 2.0.6 uwsgi-plugin-erlang <= 1.9.20-1 uwsgi-router-access <= 2.0.16 uwsgi-routers <= 2.0.6 Processing files: uwsgi-devel-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-devel = 2.0.20-1.fc35 uwsgi-devel(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-uwsgidecorators-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: python3-uwsgidecorators = 2.0.20-1.fc35 python3-uwsgidecorators(aarch-64) = 2.0.20-1.fc35 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: python(abi) = 3.10 Processing files: uwsgi-docs-2.0.20-1.fc35.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TA097F + umask 022 + cd /builddir/build/BUILD + cd uwsgi-2.0.20 + DOCDIR=/builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi-docs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi-docs + cp -pr docs /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64/usr/share/doc/uwsgi-docs + RPM_EC=0 ++ jobs -p + exit 0 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-docs = 2.0.20-1.fc35 uwsgi-docs(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: uwsgi-plugin-common-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-common = 2.0.20-1.fc35 uwsgi-plugin-common(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-stats-pusher-file-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-stats-pusher-file = 2.0.20-1.fc35 uwsgi-stats-pusher-file(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-stats-pusher-socket-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-stats-pusher-socket = 2.0.20-1.fc35 uwsgi-stats-pusher-socket(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-stats-pusher-statsd-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-stats-pusher-statsd = 2.0.20-1.fc35 uwsgi-stats-pusher-statsd(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-stats-pusher-zabbix-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-stats-pusher-zabbix = 2.0.20-1.fc35 uwsgi-stats-pusher-zabbix(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-alarm-curl-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-alarm-curl = 2.0.20-1.fc35 uwsgi-alarm-curl(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcurl.so.4()(64bit) rtld(GNU_HASH) Processing files: uwsgi-alarm-xmpp-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-alarm-xmpp = 2.0.20-1.fc35 uwsgi-alarm-xmpp(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgloox.so.17()(64bit) rtld(GNU_HASH) Processing files: uwsgi-transformation-chunked-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-transformation-chunked = 2.0.20-1.fc35 uwsgi-transformation-chunked(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-transformation-gzip-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-transformation-gzip = 2.0.20-1.fc35 uwsgi-transformation-gzip(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-transformation-offload-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-transformation-offload = 2.0.20-1.fc35 uwsgi-transformation-offload(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-transformation-template-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-transformation-template = 2.0.20-1.fc35 uwsgi-transformation-template(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-transformation-tofile-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-transformation-tofile = 2.0.20-1.fc35 uwsgi-transformation-tofile(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-transformation-toupper-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-transformation-toupper = 2.0.20-1.fc35 uwsgi-transformation-toupper(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-log-encoder-msgpack-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-log-encoder-msgpack = 2.0.20-1.fc35 uwsgi-log-encoder-msgpack(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-logger-crypto-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-crypto = 2.0.20-1.fc35 uwsgi-logger-crypto(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-logger-file-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-file = 2.0.20-1.fc35 uwsgi-logger-file(aarch-64) = 2.0.20-1.fc35 uwsgi-loggers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-loggers <= 1.9.8-1 Processing files: uwsgi-logger-graylog2-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-graylog2 = 2.0.20-1.fc35 uwsgi-logger-graylog2(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) Processing files: uwsgi-logger-pipe-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-pipe = 2.0.20-1.fc35 uwsgi-logger-pipe(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-logger-redis-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-redis = 2.0.20-1.fc35 uwsgi-logger-redis(aarch-64) = 2.0.20-1.fc35 uwsgi-loggers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-loggers <= 1.9.8-1 Processing files: uwsgi-logger-rsyslog-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-rsyslog = 2.0.20-1.fc35 uwsgi-logger-rsyslog(aarch-64) = 2.0.20-1.fc35 uwsgi-plugin-rsyslog = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-plugin-rsyslog <= 1.9.8-1 Processing files: uwsgi-logger-socket-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-socket = 2.0.20-1.fc35 uwsgi-logger-socket(aarch-64) = 2.0.20-1.fc35 uwsgi-loggers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-loggers <= 1.9.8-1 Processing files: uwsgi-logger-syslog-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-syslog = 2.0.20-1.fc35 uwsgi-logger-syslog(aarch-64) = 2.0.20-1.fc35 uwsgi-plugin-syslog = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-plugin-syslog <= 1.9.8-1 Processing files: uwsgi-logger-systemd-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-systemd = 2.0.20-1.fc35 uwsgi-logger-systemd(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Processing files: uwsgi-logger-zeromq-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-logger-zeromq = 2.0.20-1.fc35 uwsgi-logger-zeromq(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libzmq.so.5()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-airbrake-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-airbrake = 2.0.20-1.fc35 uwsgi-plugin-airbrake(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcurl.so.4()(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-cache-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-cache = 2.0.20-1.fc35 uwsgi-plugin-cache(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-carbon-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-carbon = 2.0.20-1.fc35 uwsgi-plugin-carbon(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-psgi-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-psgi = 2.0.20-1.fc35 uwsgi-plugin-psgi(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libperl.so.5.34()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-coroae-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-coroae = 2.0.20-1.fc35 uwsgi-plugin-coroae(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-cheaper-busyness-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-cheaper-busyness = 2.0.20-1.fc35 uwsgi-plugin-cheaper-busyness(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-cplusplus-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-cplusplus = 2.0.20-1.fc35 uwsgi-plugin-cplusplus(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-curl-cron-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-curl-cron = 2.0.20-1.fc35 uwsgi-plugin-curl-cron(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcurl.so.4()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-dumbloop-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-dumbloop = 2.0.20-1.fc35 uwsgi-plugin-dumbloop(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-dummy-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-dummy = 2.0.20-1.fc35 uwsgi-plugin-dummy(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-fiber-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-fiber = 2.0.20-1.fc35 uwsgi-plugin-fiber(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-gccgo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-gccgo = 2.0.20-1.fc35 uwsgi-plugin-gccgo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libgcc_s.so.1()(64bit) libgo.so.19()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-geoip-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-geoip = 2.0.20-1.fc35 uwsgi-plugin-geoip(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libGeoIP.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-python3-gevent-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-python3-gevent = 2.0.20-1.fc35 uwsgi-plugin-python3-gevent(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-glusterfs-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-glusterfs = 2.0.20-1.fc35 uwsgi-plugin-glusterfs(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libacl.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_3.4.0)(64bit) libgfapi.so.0(GFAPI_6.0)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libuuid.so.1()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-python3-greenlet-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-python3-greenlet = 2.0.20-1.fc35 uwsgi-plugin-python3-greenlet(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-ldap-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-ldap = 2.0.20-1.fc35 uwsgi-plugin-ldap(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libldap_r-2.4.so.2()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-lua-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-lua = 2.0.20-1.fc35 uwsgi-plugin-lua(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) liblua-5.4.so()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-mongrel2-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-mongrel2 = 2.0.20-1.fc35 uwsgi-plugin-mongrel2(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libzmq.so.5()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-mono-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: mono(uwsgi) = 0.0.0.1 uwsgi-plugin-mono = 2.0.20-1.fc35 uwsgi-plugin-mono(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libglib-2.0.so.0()(64bit) libm.so.6()(64bit) libmonosgen-2.0.so.1()(64bit) mono(System.Web) = 4.0.0.0 mono(mscorlib) = 4.0.0.0 rtld(GNU_HASH) Processing files: uwsgi-plugin-nagios-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-nagios = 2.0.20-1.fc35 uwsgi-plugin-nagios(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-notfound-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-notfound = 2.0.20-1.fc35 uwsgi-plugin-notfound(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-pam-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-pam = 2.0.20-1.fc35 uwsgi-plugin-pam(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-php-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-php = 2.0.20-1.fc35 uwsgi-plugin-php(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libcom_err.so.2()(64bit) libcrypt.so.2()(64bit) libcrypto.so.1.1()(64bit) libgssapi_krb5.so.2()(64bit) libk5crypto.so.3()(64bit) libkrb5.so.3()(64bit) libm.so.6()(64bit) libpcre2-8.so.0()(64bit) libphp-8.0.so()(64bit) libssl.so.1.1()(64bit) libxml2.so.2()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-pty-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-pty = 2.0.20-1.fc35 uwsgi-plugin-pty(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-python3-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-python3 = 2.0.20-1.fc35 uwsgi-plugin-python3(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypt.so.2()(64bit) libm.so.6()(64bit) libpython3.10.so.1.0()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-rack-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-rack = 2.0.20-1.fc35 uwsgi-plugin-rack(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libruby.so.3.0()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-rbthreads-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-rbthreads = 2.0.20-1.fc35 uwsgi-plugin-rbthreads(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-rpc-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-rpc = 2.0.20-1.fc35 uwsgi-plugin-rpc(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-rrdtool-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-rrdtool = 2.0.20-1.fc35 uwsgi-plugin-rrdtool(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-ruby-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-ruby = 2.0.20-1.fc35 uwsgi-plugin-ruby(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libruby.so.3.0()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-spooler-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-spooler = 2.0.20-1.fc35 uwsgi-plugin-spooler(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-sqlite3-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-sqlite3 = 2.0.20-1.fc35 uwsgi-plugin-sqlite3(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libsqlite3.so.0()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-ssi-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-ssi = 2.0.20-1.fc35 uwsgi-plugin-ssi(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-python3-tornado-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-python3-tornado = 2.0.20-1.fc35 uwsgi-plugin-python3-tornado(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-ugreen-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-ugreen = 2.0.20-1.fc35 uwsgi-plugin-ugreen(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-webdav-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-webdav = 2.0.20-1.fc35 uwsgi-plugin-webdav(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-xattr-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-xattr = 2.0.20-1.fc35 uwsgi-plugin-xattr(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-xslt-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-xslt = 2.0.20-1.fc35 uwsgi-plugin-xslt(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libm.so.6()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.18)(64bit) rtld(GNU_HASH) Processing files: uwsgi-plugin-zergpool-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-zergpool = 2.0.20-1.fc35 uwsgi-plugin-zergpool(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-basicauth-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-basicauth = 2.0.20-1.fc35 uwsgi-router-basicauth(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-cache-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-cache = 2.0.20-1.fc35 uwsgi-router-cache(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-expires-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-expires = 2.0.20-1.fc35 uwsgi-router-expires(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-fast-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-fastrouter = 2.0.20-1.fc35 uwsgi-router-fast = 2.0.20-1.fc35 uwsgi-router-fast(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-plugin-fastrouter <= 2.0.6 Processing files: uwsgi-router-forkpty-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-forkpty = 2.0.20-1.fc35 uwsgi-router-forkpty(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-hash-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-hash = 2.0.20-1.fc35 uwsgi-router-hash(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-http-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-http = 2.0.20-1.fc35 uwsgi-router-http(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-memcached-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-memcached = 2.0.20-1.fc35 uwsgi-router-memcached(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-metrics-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-metrics = 2.0.20-1.fc35 uwsgi-router-metrics(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-radius-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-radius = 2.0.20-1.fc35 uwsgi-router-radius(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-raw-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-rawrouter = 2.0.20-1.fc35 uwsgi-router-raw = 2.0.20-1.fc35 uwsgi-router-raw(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-plugin-rawrouter <= 2.0.6 Processing files: uwsgi-router-redirect-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-redirect = 2.0.20-1.fc35 uwsgi-router-redirect(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-redis-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-redis = 2.0.20-1.fc35 uwsgi-router-redis(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-rewrite-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-rewrite = 2.0.20-1.fc35 uwsgi-router-rewrite(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-spnego-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-spnego = 2.0.20-1.fc35 uwsgi-router-spnego(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgssapi_krb5.so.2()(64bit) libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-ssl-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-plugin-sslrouter = 2.0.20-1.fc35 uwsgi-router-ssl = 2.0.20-1.fc35 uwsgi-router-ssl(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Obsoletes: uwsgi-plugin-sslrouter <= 2.0.6 Processing files: uwsgi-router-static-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-static = 2.0.20-1.fc35 uwsgi-router-static(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-tuntap-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-tuntap = 2.0.20-1.fc35 uwsgi-router-tuntap(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-uwsgi-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-uwsgi = 2.0.20-1.fc35 uwsgi-router-uwsgi(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: uwsgi-router-xmldir-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " /usr/bin/grep -v '/usr/src' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Finding OrderWithRequires: Provides: uwsgi-router-xmldir = 2.0.20-1.fc35 uwsgi-router-xmldir(aarch-64) = 2.0.20-1.fc35 uwsgi-routers = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) rtld(GNU_HASH) Processing files: uwsgi-debugsource-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Provides: uwsgi-debugsource = 2.0.20-1.fc35 uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: uwsgi-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 14830a741fe4f224729b4a0172d8e331fda0387e uwsgi-debuginfo = 2.0.20-1.fc35 uwsgi-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-common-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 4d681560065e3a929e60f8b2b174954fc18682f4 debuginfo(build-id) = 52ef996099bff3472aad4eeda7b5c3576d03ea0a uwsgi-plugin-common-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-common-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-stats-pusher-file-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 5101914298e2023b30c06996f8ee67ae7519de74 uwsgi-stats-pusher-file-debuginfo = 2.0.20-1.fc35 uwsgi-stats-pusher-file-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-stats-pusher-socket-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 1a62f57b7b087adabb4a132ce01a7ed6d211f7e4 uwsgi-stats-pusher-socket-debuginfo = 2.0.20-1.fc35 uwsgi-stats-pusher-socket-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-stats-pusher-statsd-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = fe439cc545ef388d7851635bb920e9e6ba3342a0 uwsgi-stats-pusher-statsd-debuginfo = 2.0.20-1.fc35 uwsgi-stats-pusher-statsd-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-stats-pusher-zabbix-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 235ef9c65bd7ae491486e0983f2ff64814e0c33c uwsgi-stats-pusher-zabbix-debuginfo = 2.0.20-1.fc35 uwsgi-stats-pusher-zabbix-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-alarm-curl-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = df735f6c506277f483e5e7e8f38d8ff50a8aaf9a uwsgi-alarm-curl-debuginfo = 2.0.20-1.fc35 uwsgi-alarm-curl-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-alarm-xmpp-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 6d9efba7ca937069124e387da16ebdc23cfae0f1 uwsgi-alarm-xmpp-debuginfo = 2.0.20-1.fc35 uwsgi-alarm-xmpp-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-transformation-chunked-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = a02e5a53ea237e1741e6aeca0bfd3b04d8d1861a uwsgi-transformation-chunked-debuginfo = 2.0.20-1.fc35 uwsgi-transformation-chunked-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-transformation-gzip-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = fe342b673b12f1ad6eefe6400651c3d4d5cad411 uwsgi-transformation-gzip-debuginfo = 2.0.20-1.fc35 uwsgi-transformation-gzip-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-transformation-offload-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = d7235998c0944dd13e264d012183ffd8d42754fc uwsgi-transformation-offload-debuginfo = 2.0.20-1.fc35 uwsgi-transformation-offload-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-transformation-template-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = bd8fe8643f1ebc43cc07aaf702fedbb9e7273b9f uwsgi-transformation-template-debuginfo = 2.0.20-1.fc35 uwsgi-transformation-template-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-transformation-tofile-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = d3bef9e01e1ee0d08fb7007582af60c54320e0cd uwsgi-transformation-tofile-debuginfo = 2.0.20-1.fc35 uwsgi-transformation-tofile-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-transformation-toupper-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 04c34aba6f0fa67d8263d2f8cf02e6ba84567057 uwsgi-transformation-toupper-debuginfo = 2.0.20-1.fc35 uwsgi-transformation-toupper-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-log-encoder-msgpack-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 5319e3dd9d9b1996d389bc1e198310226a7ce304 uwsgi-log-encoder-msgpack-debuginfo = 2.0.20-1.fc35 uwsgi-log-encoder-msgpack-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-crypto-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = b3f745acd6caeb50245254aa41701aae9e37570a uwsgi-logger-crypto-debuginfo = 2.0.20-1.fc35 uwsgi-logger-crypto-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-file-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = e4a421757b8105952d5c2fc59714f6b093dadca9 uwsgi-logger-file-debuginfo = 2.0.20-1.fc35 uwsgi-logger-file-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-graylog2-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 2ff2aed1e0ef6cacfdcd11117d10cdc09c96fcb5 uwsgi-logger-graylog2-debuginfo = 2.0.20-1.fc35 uwsgi-logger-graylog2-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-pipe-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = d4779228ede28596bb3a65805ebd965dd8904719 uwsgi-logger-pipe-debuginfo = 2.0.20-1.fc35 uwsgi-logger-pipe-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-redis-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 866055ea4725ac349a45f37e21ed33554b0340d5 uwsgi-logger-redis-debuginfo = 2.0.20-1.fc35 uwsgi-logger-redis-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-rsyslog-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = be66e6f05a29aeddafc86f784f151fd540a99240 uwsgi-logger-rsyslog-debuginfo = 2.0.20-1.fc35 uwsgi-logger-rsyslog-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-socket-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = ad940c4f0954b1d140f14a59716ddebd722277b3 uwsgi-logger-socket-debuginfo = 2.0.20-1.fc35 uwsgi-logger-socket-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-syslog-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 987a0d303902e6697d84e247a93d3dd9aceb5122 uwsgi-logger-syslog-debuginfo = 2.0.20-1.fc35 uwsgi-logger-syslog-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-systemd-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 9993d11172ef8f9e54da520c4e02e2cf483d0b19 uwsgi-logger-systemd-debuginfo = 2.0.20-1.fc35 uwsgi-logger-systemd-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-logger-zeromq-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = aa5a0b3ab81e7f012b6f17c6ae26bb9835ef0a86 uwsgi-logger-zeromq-debuginfo = 2.0.20-1.fc35 uwsgi-logger-zeromq-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-airbrake-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = fcee1f81048451f4bc4384ead28427a2b429bb26 uwsgi-plugin-airbrake-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-airbrake-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-cache-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 41c929195f03f103cd649b8827477210198ae7a0 uwsgi-plugin-cache-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-cache-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-carbon-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 0f005717e6dd85c71a3597716c69f7b0bf74f4f5 uwsgi-plugin-carbon-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-carbon-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-psgi-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 90b255622d14fb297152297c3b3abe6c5db46d42 uwsgi-plugin-psgi-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-psgi-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-coroae-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = a3ebea5f73b57f57a3fb2fef48d46cf5d0377bfe uwsgi-plugin-coroae-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-coroae-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-cheaper-busyness-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = c280602d8bb7be75f7f3e9cbfe7df95ea260416f uwsgi-plugin-cheaper-busyness-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-cheaper-busyness-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-cplusplus-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 5112c0b37bb29fda3c44ba16db22a9275067ef23 uwsgi-plugin-cplusplus-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-cplusplus-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-curl-cron-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = ba3a31f9282e5836c3d3100629a4754b24c508a2 uwsgi-plugin-curl-cron-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-curl-cron-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-dumbloop-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = ed434a70c15f5647624abf195421057bd8abe836 uwsgi-plugin-dumbloop-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-dumbloop-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-dummy-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = c5d88fde61642109eb77a0ffa1650e098dbfc290 uwsgi-plugin-dummy-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-dummy-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-fiber-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 9281f27abb6fc30bdeecab3a65bb0bbab5f2695c uwsgi-plugin-fiber-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-fiber-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-gccgo-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 90e6f3571bae3df976401f21ffc1c308c3aba2b8 uwsgi-plugin-gccgo-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-gccgo-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-geoip-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 118a0c74cc0f9fb4871d61f851529495beac5653 uwsgi-plugin-geoip-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-geoip-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-python3-gevent-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 089daf8701b9acf754f55ca12fab78a0402d2a36 uwsgi-plugin-python3-gevent-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-python3-gevent-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-glusterfs-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 8d5a7d7a00cbd6a2c1e9c83ce9b6a8c8380d9a4e uwsgi-plugin-glusterfs-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-glusterfs-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-python3-greenlet-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 2448b22fd7fb898ad62649aa1f162f8187d9c53a uwsgi-plugin-python3-greenlet-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-python3-greenlet-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-ldap-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 1aeda82a00b6af7465bd4d1fd5d8e2782d358dc5 uwsgi-plugin-ldap-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-ldap-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-lua-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = d5dbc825c94375d0845b49b69181ef511815c6aa uwsgi-plugin-lua-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-lua-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-mongrel2-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 2b8c15e2436a867b3029be0480e78dc5b4255544 uwsgi-plugin-mongrel2-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-mongrel2-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-mono-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 73757a4d9cbccb2e27a4a67e412b3b88b30fd4ae uwsgi-plugin-mono-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-mono-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-nagios-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 5249722e6dbe5d53ba40c102b66fb66bed4c397e uwsgi-plugin-nagios-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-nagios-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-notfound-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = be1866d10ab4f68078c31b07cc0eacff70585fe8 uwsgi-plugin-notfound-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-notfound-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-pam-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 75d99a52360e480110e72de5f36cc364ce82a9ca uwsgi-plugin-pam-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-pam-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-php-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = d234ac7047c2dffc9d3cf2a906979c4f3cf1eb15 uwsgi-plugin-php-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-php-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-pty-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 4b5bcca5b579d67d96407500c09e0613fba5638d uwsgi-plugin-pty-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-pty-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-python3-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = e2874f5428dfdf108745f843511a12a4b52502d2 uwsgi-plugin-python3-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-python3-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-rack-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 78c04963a006f4b7a6b9c913dd37ba92f088d75e uwsgi-plugin-rack-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-rack-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-rbthreads-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = c60b77bf448ac3c6a9d70d2f46d2b41c04779d6b uwsgi-plugin-rbthreads-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-rbthreads-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-rpc-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 6ea6e143ff4e9a0df04c8d94a55212e54bff513b uwsgi-plugin-rpc-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-rpc-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-rrdtool-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 363444f1c9be3cda7aebd188e5e319cfa74da417 uwsgi-plugin-rrdtool-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-rrdtool-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-ruby-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 8b0fb70e308d861f78f8d12eef057fd52118e5e9 uwsgi-plugin-ruby-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-ruby-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-spooler-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = e7b890d3a694008315b429e0cf85b211a85e8482 uwsgi-plugin-spooler-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-spooler-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-sqlite3-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 54a3f6c51f6c862bdae3a55fe7c4486a79f1cb4a uwsgi-plugin-sqlite3-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-sqlite3-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-ssi-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 62475f9ddc5ab367ba34380155f17d132f5cd2b6 uwsgi-plugin-ssi-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-ssi-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-python3-tornado-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 8785c4badac5e9cb209c397709a0c1d45ec2501b uwsgi-plugin-python3-tornado-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-python3-tornado-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-ugreen-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 3a0df9451833035b7b15d53b39f3491be8f1cbe2 uwsgi-plugin-ugreen-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-ugreen-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-webdav-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 7139bb230ee996c013a5af2d54fb35c112190eb9 uwsgi-plugin-webdav-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-webdav-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-xattr-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = c30a54c40524f876424577e3f9a09912b4386970 uwsgi-plugin-xattr-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-xattr-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-xslt-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = ac77c5d188d386df6a11ba58bde8c18eeba424c5 uwsgi-plugin-xslt-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-xslt-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-plugin-zergpool-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 29fc3ce8195c0cabfd5797e112213d3530b84079 uwsgi-plugin-zergpool-debuginfo = 2.0.20-1.fc35 uwsgi-plugin-zergpool-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-basicauth-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 1d4fd3c01212c9a5dd587efe72aecbc5a3461555 uwsgi-router-basicauth-debuginfo = 2.0.20-1.fc35 uwsgi-router-basicauth-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-cache-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 87e96d87f466377b2909cfacb85932e12b80f622 uwsgi-router-cache-debuginfo = 2.0.20-1.fc35 uwsgi-router-cache-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-expires-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = acbbb56922ebc01eefb9489691cb5e07bfffedd4 uwsgi-router-expires-debuginfo = 2.0.20-1.fc35 uwsgi-router-expires-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-fast-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 8ee038a329bc587f20139de41599a6c260f997fa uwsgi-router-fast-debuginfo = 2.0.20-1.fc35 uwsgi-router-fast-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-forkpty-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 3d6f8613be8a2caf98afb3a0d145d1cf9c515623 uwsgi-router-forkpty-debuginfo = 2.0.20-1.fc35 uwsgi-router-forkpty-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-hash-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 34b6004cfed748b71760a34c95aca17a2596a147 uwsgi-router-hash-debuginfo = 2.0.20-1.fc35 uwsgi-router-hash-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-http-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = a807ddb13a15a44244746cfb3a1260d2168714c7 uwsgi-router-http-debuginfo = 2.0.20-1.fc35 uwsgi-router-http-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-memcached-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 3b2484f6c535dc8b5a940635f49db016b8140ccc uwsgi-router-memcached-debuginfo = 2.0.20-1.fc35 uwsgi-router-memcached-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-metrics-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 396d61cf825512f442213f731a9d707ed86d070f uwsgi-router-metrics-debuginfo = 2.0.20-1.fc35 uwsgi-router-metrics-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-radius-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 1744af679699a3e554f487511f6a32e640f78759 uwsgi-router-radius-debuginfo = 2.0.20-1.fc35 uwsgi-router-radius-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-raw-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = a72066c75f738fe2df35b59e0820bbe15f20d088 uwsgi-router-raw-debuginfo = 2.0.20-1.fc35 uwsgi-router-raw-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-redirect-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 301599c879a688d2cdadebd9141f13671f9ac54d uwsgi-router-redirect-debuginfo = 2.0.20-1.fc35 uwsgi-router-redirect-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-redis-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = fad2bc53535b22f86468fa85a0e8935aeb24a4eb uwsgi-router-redis-debuginfo = 2.0.20-1.fc35 uwsgi-router-redis-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-rewrite-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = f55339da486ae55db5db25981d787bd83aaf2d05 uwsgi-router-rewrite-debuginfo = 2.0.20-1.fc35 uwsgi-router-rewrite-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-spnego-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = a49b00ab1eeb6ab06c4b40c310afdde1f593d84d uwsgi-router-spnego-debuginfo = 2.0.20-1.fc35 uwsgi-router-spnego-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-ssl-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 1c12209e244f5b24ab06f741c646642b95143113 uwsgi-router-ssl-debuginfo = 2.0.20-1.fc35 uwsgi-router-ssl-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-static-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 185999560319c9ddcf2efefe01e0c25d61c679ed uwsgi-router-static-debuginfo = 2.0.20-1.fc35 uwsgi-router-static-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-tuntap-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = ec6999195f7026a72afe7b5a5fba2d5b9bdde010 uwsgi-router-tuntap-debuginfo = 2.0.20-1.fc35 uwsgi-router-tuntap-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-uwsgi-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 49cfe3a427e7bf8491859a2e009fa842ce105590 uwsgi-router-uwsgi-debuginfo = 2.0.20-1.fc35 uwsgi-router-uwsgi-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Processing files: uwsgi-router-xmldir-debuginfo-2.0.20-1.fc35.aarch64 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/src' | /usr/bin/grep -v '/usr/lib64/uwsgi/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 254ac3658250f0cad9ee5b9ca305fcd28449462a uwsgi-router-xmldir-debuginfo = 2.0.20-1.fc35 uwsgi-router-xmldir-debuginfo(aarch-64) = 2.0.20-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uwsgi-debugsource(aarch-64) = 2.0.20-1.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 Wrote: /builddir/build/RPMS/uwsgi-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ruby-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-docs-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rack-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-psgi-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-common-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-common-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ruby-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-alarm-xmpp-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rack-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-gccgo-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-psgi-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-mono-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-webdav-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-php-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-tuntap-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-php-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-webdav-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-ssl-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-fast-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-gccgo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-raw-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-lua-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-forkpty-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-gevent-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-tuntap-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-carbon-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-alarm-curl-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-airbrake-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-pty-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-alarm-xmpp-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-mongrel2-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-debugsource-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-xslt-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ldap-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-coroae-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-cheaper-busyness-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rbthreads-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-glusterfs-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-tornado-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-curl-cron-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-syslog-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-cache-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rpc-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-xmldir-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-greenlet-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rrdtool-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ssi-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-geoip-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-zergpool-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-memcached-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-redis-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-dumbloop-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-radius-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-zabbix-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-log-encoder-msgpack-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-devel-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-rsyslog-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-basicauth-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-static-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-sqlite3-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-crypto-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ugreen-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-zeromq-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-fiber-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-pam-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-tofile-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-offload-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-uwsgi-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-cache-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-http-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-redis-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-statsd-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-socket-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-metrics-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-expires-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-rewrite-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-gzip-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-notfound-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-file-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-file-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-graylog2-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-pipe-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-redirect-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-hash-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-template-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-chunked-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-socket-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-toupper-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-xattr-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-cplusplus-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-nagios-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-systemd-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-spooler-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-spnego-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-dummy-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-lua-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-mono-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-gevent-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-coroae-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-alarm-curl-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-airbrake-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-zergpool-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-rsyslog-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-graylog2-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-xslt-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-pam-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-socket-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-nagios-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-dumbloop-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rpc-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-mongrel2-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-raw-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ldap-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-xmldir-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-tornado-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-ssl-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-cache-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ssi-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-fast-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-memcached-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-glusterfs-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-static-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-log-encoder-msgpack-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-ugreen-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-pty-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-redis-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-curl-cron-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-carbon-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-forkpty-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-python3-greenlet-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rbthreads-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-cheaper-busyness-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-spnego-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-radius-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-zabbix-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-cplusplus-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-cache-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-uwsgi-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-redis-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-fiber-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-syslog-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-crypto-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-http-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-geoip-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-metrics-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-rrdtool-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-basicauth-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-systemd-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-statsd-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-sqlite3-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-file-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-offload-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-tofile-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-socket-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-zeromq-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-redirect-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-expires-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-hash-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-router-rewrite-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-gzip-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-xattr-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-stats-pusher-file-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/python3-uwsgidecorators-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-spooler-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-logger-pipe-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-chunked-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-toupper-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-transformation-template-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-notfound-debuginfo-2.0.20-1.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/uwsgi-plugin-dummy-debuginfo-2.0.20-1.fc35.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.j4GzMF + umask 022 + cd /builddir/build/BUILD + cd uwsgi-2.0.20 + /usr/bin/rm -rf /builddir/build/BUILDROOT/uwsgi-2.0.20-1.fc35.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0