Mock Version: 2.12 Mock Version: 2.12 Mock Version: 2.12 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-igraph.spec'], chrootPath='/var/lib/mock/f35-build-30537834-4184250/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 i686 --nodeps /builddir/build/SPECS/python-igraph.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 sh: line 1: /usr/bin/python3: No such file or directory Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1634256000 Wrote: /builddir/build/SRPMS/python-igraph-0.9.7-1.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-igraph.spec'], chrootPath='/var/lib/mock/f35-build-30537834-4184250/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 i686 --nodeps /builddir/build/SPECS/python-igraph.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 :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1634256000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6Xmz6T + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-igraph-0.9.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-igraph-0.9.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-igraph-0.9.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dQRfqt + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.9.7 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-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 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' --use-pkg-config running build running build_py creating build creating build/lib.linux-i686-3.10 creating build/lib.linux-i686-3.10/igraph copying src/igraph/__init__.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/clustering.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/configuration.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/cut.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/datatypes.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/formula.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/layout.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/matching.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/operators.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/sparse_matrix.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/statistics.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/summary.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/utils.py -> build/lib.linux-i686-3.10/igraph copying src/igraph/version.py -> build/lib.linux-i686-3.10/igraph creating build/lib.linux-i686-3.10/igraph/app copying src/igraph/app/__init__.py -> build/lib.linux-i686-3.10/igraph/app copying src/igraph/app/shell.py -> build/lib.linux-i686-3.10/igraph/app creating build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/__init__.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/baseclasses.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/colors.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/coord.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/edge.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/graph.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/metamagic.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/shapes.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/text.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/utils.py -> build/lib.linux-i686-3.10/igraph/drawing copying src/igraph/drawing/vertex.py -> build/lib.linux-i686-3.10/igraph/drawing creating build/lib.linux-i686-3.10/igraph/remote copying src/igraph/remote/__init__.py -> build/lib.linux-i686-3.10/igraph/remote copying src/igraph/remote/gephi.py -> build/lib.linux-i686-3.10/igraph/remote running build_ext Build type: dynamic extension Include path: /usr/include/igraph Library path: Runtime library path: Linked dynamic libraries: igraph Linked static libraries: Extra compiler options: Extra linker options: building 'igraph._igraph' extension creating build/temp.linux-i686-3.10 creating build/temp.linux-i686-3.10/src creating build/temp.linux-i686-3.10/src/_igraph gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/arpackobject.c -o build/temp.linux-i686-3.10/src/_igraph/arpackobject.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/attributes.c -o build/temp.linux-i686-3.10/src/_igraph/attributes.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/bfsiter.c -o build/temp.linux-i686-3.10/src/_igraph/bfsiter.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/common.c -o build/temp.linux-i686-3.10/src/_igraph/common.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/convert.c -o build/temp.linux-i686-3.10/src/_igraph/convert.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/dfsiter.c -o build/temp.linux-i686-3.10/src/_igraph/dfsiter.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/edgeobject.c -o build/temp.linux-i686-3.10/src/_igraph/edgeobject.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/edgeseqobject.c -o build/temp.linux-i686-3.10/src/_igraph/edgeseqobject.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/error.c -o build/temp.linux-i686-3.10/src/_igraph/error.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/filehandle.c -o build/temp.linux-i686-3.10/src/_igraph/filehandle.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/force_cpp_linker.cpp -o build/temp.linux-i686-3.10/src/_igraph/force_cpp_linker.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/graphobject.c -o build/temp.linux-i686-3.10/src/_igraph/graphobject.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/igraphmodule.c -o build/temp.linux-i686-3.10/src/_igraph/igraphmodule.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/indexing.c -o build/temp.linux-i686-3.10/src/_igraph/indexing.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/operators.c -o build/temp.linux-i686-3.10/src/_igraph/operators.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/pyhelpers.c -o build/temp.linux-i686-3.10/src/_igraph/pyhelpers.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/random.c -o build/temp.linux-i686-3.10/src/_igraph/random.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/vertexobject.c -o build/temp.linux-i686-3.10/src/_igraph/vertexobject.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.10 -c src/_igraph/vertexseqobject.c -o build/temp.linux-i686-3.10/src/_igraph/vertexseqobject.o g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-i686-3.10/src/_igraph/arpackobject.o build/temp.linux-i686-3.10/src/_igraph/attributes.o build/temp.linux-i686-3.10/src/_igraph/bfsiter.o build/temp.linux-i686-3.10/src/_igraph/common.o build/temp.linux-i686-3.10/src/_igraph/convert.o build/temp.linux-i686-3.10/src/_igraph/dfsiter.o build/temp.linux-i686-3.10/src/_igraph/edgeobject.o build/temp.linux-i686-3.10/src/_igraph/edgeseqobject.o build/temp.linux-i686-3.10/src/_igraph/error.o build/temp.linux-i686-3.10/src/_igraph/filehandle.o build/temp.linux-i686-3.10/src/_igraph/force_cpp_linker.o build/temp.linux-i686-3.10/src/_igraph/graphobject.o build/temp.linux-i686-3.10/src/_igraph/igraphmodule.o build/temp.linux-i686-3.10/src/_igraph/indexing.o build/temp.linux-i686-3.10/src/_igraph/operators.o build/temp.linux-i686-3.10/src/_igraph/pyhelpers.o build/temp.linux-i686-3.10/src/_igraph/random.o build/temp.linux-i686-3.10/src/_igraph/vertexobject.o build/temp.linux-i686-3.10/src/_igraph/vertexseqobject.o -L/usr/lib -ligraph -o build/lib.linux-i686-3.10/igraph/_igraph.cpython-310-i386-linux-gnu.so running build_scripts creating build/scripts-3.10 copying and adjusting scripts/igraph -> build/scripts-3.10 changing mode of build/scripts-3.10/igraph from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1oHhI5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 ++ dirname /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 + cd python-igraph-0.9.7 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-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 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 running install running install_lib creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10 creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/clustering.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/configuration.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/cut.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/datatypes.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/formula.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/layout.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/matching.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/operators.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/sparse_matrix.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/statistics.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/summary.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph copying build/lib.linux-i686-3.10/igraph/version.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/app copying build/lib.linux-i686-3.10/igraph/app/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/app copying build/lib.linux-i686-3.10/igraph/app/shell.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/app creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/baseclasses.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/colors.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/coord.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/edge.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/graph.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/metamagic.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/shapes.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/text.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing copying build/lib.linux-i686-3.10/igraph/drawing/vertex.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/remote copying build/lib.linux-i686-3.10/igraph/remote/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/remote copying build/lib.linux-i686-3.10/igraph/remote/gephi.py -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/remote copying build/lib.linux-i686-3.10/igraph/_igraph.cpython-310-i386-linux-gnu.so -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/clustering.py to clustering.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/configuration.py to configuration.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/cut.py to cut.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/datatypes.py to datatypes.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/formula.py to formula.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/layout.py to layout.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/matching.py to matching.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/operators.py to operators.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/sparse_matrix.py to sparse_matrix.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/statistics.py to statistics.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/summary.py to summary.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/utils.py to utils.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/version.py to version.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/app/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/app/shell.py to shell.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/baseclasses.py to baseclasses.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/colors.py to colors.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/coord.py to coord.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/edge.py to edge.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/graph.py to graph.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/metamagic.py to metamagic.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/shapes.py to shapes.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/text.py to text.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/utils.py to utils.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/drawing/vertex.py to vertex.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/remote/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/remote/gephi.py to gephi.cpython-310.pyc writing byte-compilation script '/tmp/tmpb89f8315.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpb89f8315.py removing /tmp/tmpb89f8315.py running install_headers creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/include creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/include/python3.10 creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/include/python3.10/python-igraph copying src/_igraph/igraphmodule_api.h -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/include/python3.10/python-igraph running install_egg_info running egg_info creating python_igraph.egg-info writing python_igraph.egg-info/PKG-INFO writing dependency_links to python_igraph.egg-info/dependency_links.txt writing requirements to python_igraph.egg-info/requires.txt writing top-level names to python_igraph.egg-info/top_level.txt writing manifest file 'python_igraph.egg-info/SOURCES.txt' reading manifest file 'python_igraph.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'vendor/source/igraph' no previously-included directories found matching 'vendor/source/igraph/interfaces' adding license file 'LICENSE' writing manifest file 'python_igraph.egg-info/SOURCES.txt' Copying python_igraph.egg-info to /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/python_igraph-0.9.7-py3.10.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/bin copying build/scripts-3.10/igraph -> /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/bin changing mode of /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/bin/igraph to 755 + rm -rfv /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j6 --strict-build-id -m -i --build-id-seed 0.9.7-1.fc35 --unique-debug-suffix -0.9.7-1.fc35.i386 --unique-debug-src-base python-igraph-0.9.7-1.fc35.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-igraph-0.9.7 extracting debug info from /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10/site-packages/igraph/_igraph.cpython-310-i386-linux-gnu.so original debug info size: 840kB, size after compression: 760kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 2082 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/python3.10 using python3.10 Bytecompiling .py files below /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/lib/debug/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python3-igraph-0.9.7-1.fc35.i686 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.M9G9ER + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.9.7 + LICENSEDIR=/builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/share/licenses/python3-igraph + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/share/licenses/python3-igraph + cp -pr LICENSE /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386/usr/share/licenses/python3-igraph + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-igraph = 0.9.7-1.fc35 python3-igraph = 0.9.7-1.fc35 python3-igraph(x86-32) = 0.9.7-1.fc35 python3.10-igraph = 0.9.7-1.fc35 python3.10dist(python-igraph) = 0.9.7 python3dist(python-igraph) = 0.9.7 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: /usr/bin/python3 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libigraph.so.0 libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.29) python(abi) = 3.10 python3.10dist(texttable) >= 1.6.2 rtld(GNU_HASH) Obsoletes: python-igraph < 0.9.7-1.fc35 Processing files: python3-igraph-devel-0.9.7-1.fc35.i686 Provides: python-igraph-devel = 0.9.7-1.fc35 python3-igraph-devel = 0.9.7-1.fc35 python3-igraph-devel(x86-32) = 0.9.7-1.fc35 python3.10-igraph-devel = 0.9.7-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-igraph-debugsource-0.9.7-1.fc35.i686 Provides: python-igraph-debugsource = 0.9.7-1.fc35 python-igraph-debugsource(x86-32) = 0.9.7-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-igraph-debuginfo-0.9.7-1.fc35.i686 Provides: debuginfo(build-id) = 412e161d9a668aacf8f41f379ab16f55727fd9cd python-igraph-debuginfo = 0.9.7-1.fc35 python3-igraph-debuginfo = 0.9.7-1.fc35 python3-igraph-debuginfo(x86-32) = 0.9.7-1.fc35 python3.10-igraph-debuginfo = 0.9.7-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-igraph-debugsource(x86-32) = 0.9.7-1.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 Wrote: /builddir/build/RPMS/python3-igraph-devel-0.9.7-1.fc35.i686.rpm Wrote: /builddir/build/RPMS/python3-igraph-debuginfo-0.9.7-1.fc35.i686.rpm Wrote: /builddir/build/RPMS/python-igraph-debugsource-0.9.7-1.fc35.i686.rpm Wrote: /builddir/build/RPMS/python3-igraph-0.9.7-1.fc35.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HJ4qlM + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.9.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-igraph-0.9.7-1.fc35.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0