Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-igraph.spec'], chrootPath='/var/lib/mock/f31-build-63789-29422/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': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --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': 'en_US.UTF-8'} and shell False BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python3: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/python-igraph-0.7.1.post6-14.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-igraph.spec'], chrootPath='/var/lib/mock/f31-build-63789-29422/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': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7FCfTs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-igraph-0.7.1.post6 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-igraph-0.7.1.post6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-igraph-0.7.1.post6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FjWlBp + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.7.1.post6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/igraph copying igraph/summary.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/__init__.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/configuration.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/matching.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/statistics.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/formula.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/layout.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/datatypes.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/utils.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/compat.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/clustering.py -> build/lib.linux-riscv64-3.7/igraph copying igraph/cut.py -> build/lib.linux-riscv64-3.7/igraph creating build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/layouts.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/iterators.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/foreign.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/basic.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/rng.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/structural.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/spectral.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/__init__.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/indexing.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/generators.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/flow.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/matching.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/conversion.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/cliques.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/separators.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/games.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/utils.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/edgeseq.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/homepage.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/vertexseq.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/atlas.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/operators.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/isomorphism.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/decomposition.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/attributes.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/bipartite.py -> build/lib.linux-riscv64-3.7/igraph/test copying igraph/test/colortests.py -> build/lib.linux-riscv64-3.7/igraph/test creating build/lib.linux-riscv64-3.7/igraph/app copying igraph/app/shell.py -> build/lib.linux-riscv64-3.7/igraph/app copying igraph/app/__init__.py -> build/lib.linux-riscv64-3.7/igraph/app creating build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/baseclasses.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/text.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/graph.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/shapes.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/__init__.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/metamagic.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/vertex.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/colors.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/edge.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/utils.py -> build/lib.linux-riscv64-3.7/igraph/drawing copying igraph/drawing/coord.py -> build/lib.linux-riscv64-3.7/igraph/drawing creating build/lib.linux-riscv64-3.7/igraph/remote copying igraph/remote/nexus.py -> build/lib.linux-riscv64-3.7/igraph/remote copying igraph/remote/__init__.py -> build/lib.linux-riscv64-3.7/igraph/remote copying igraph/remote/gephi.py -> build/lib.linux-riscv64-3.7/igraph/remote creating build/lib.linux-riscv64-3.7/igraph/vendor copying igraph/vendor/__init__.py -> build/lib.linux-riscv64-3.7/igraph/vendor copying igraph/vendor/texttable.py -> build/lib.linux-riscv64-3.7/igraph/vendor Fixing build/lib.linux-riscv64-3.7/igraph/summary.py build/lib.linux-riscv64-3.7/igraph/__init__.py build/lib.linux-riscv64-3.7/igraph/configuration.py build/lib.linux-riscv64-3.7/igraph/matching.py build/lib.linux-riscv64-3.7/igraph/statistics.py build/lib.linux-riscv64-3.7/igraph/formula.py build/lib.linux-riscv64-3.7/igraph/layout.py build/lib.linux-riscv64-3.7/igraph/datatypes.py build/lib.linux-riscv64-3.7/igraph/utils.py build/lib.linux-riscv64-3.7/igraph/compat.py build/lib.linux-riscv64-3.7/igraph/clustering.py build/lib.linux-riscv64-3.7/igraph/cut.py build/lib.linux-riscv64-3.7/igraph/test/layouts.py build/lib.linux-riscv64-3.7/igraph/test/iterators.py build/lib.linux-riscv64-3.7/igraph/test/foreign.py build/lib.linux-riscv64-3.7/igraph/test/basic.py build/lib.linux-riscv64-3.7/igraph/test/rng.py build/lib.linux-riscv64-3.7/igraph/test/structural.py build/lib.linux-riscv64-3.7/igraph/test/spectral.py build/lib.linux-riscv64-3.7/igraph/test/__init__.py build/lib.linux-riscv64-3.7/igraph/test/indexing.py build/lib.linux-riscv64-3.7/igraph/test/generators.py build/lib.linux-riscv64-3.7/igraph/test/flow.py build/lib.linux-riscv64-3.7/igraph/test/matching.py build/lib.linux-riscv64-3.7/igraph/test/conversion.py build/lib.linux-riscv64-3.7/igraph/test/cliques.py build/lib.linux-riscv64-3.7/igraph/test/separators.py build/lib.linux-riscv64-3.7/igraph/test/games.py build/lib.linux-riscv64-3.7/igraph/test/utils.py build/lib.linux-riscv64-3.7/igraph/test/edgeseq.py build/lib.linux-riscv64-3.7/igraph/test/homepage.py build/lib.linux-riscv64-3.7/igraph/test/vertexseq.py build/lib.linux-riscv64-3.7/igraph/test/atlas.py build/lib.linux-riscv64-3.7/igraph/test/operators.py build/lib.linux-riscv64-3.7/igraph/test/isomorphism.py build/lib.linux-riscv64-3.7/igraph/test/decomposition.py build/lib.linux-riscv64-3.7/igraph/test/attributes.py build/lib.linux-riscv64-3.7/igraph/test/bipartite.py build/lib.linux-riscv64-3.7/igraph/test/colortests.py build/lib.linux-riscv64-3.7/igraph/app/shell.py build/lib.linux-riscv64-3.7/igraph/app/__init__.py build/lib.linux-riscv64-3.7/igraph/drawing/baseclasses.py build/lib.linux-riscv64-3.7/igraph/drawing/text.py build/lib.linux-riscv64-3.7/igraph/drawing/graph.py build/lib.linux-riscv64-3.7/igraph/drawing/shapes.py build/lib.linux-riscv64-3.7/igraph/drawing/__init__.py build/lib.linux-riscv64-3.7/igraph/drawing/metamagic.py build/lib.linux-riscv64-3.7/igraph/drawing/vertex.py build/lib.linux-riscv64-3.7/igraph/drawing/colors.py build/lib.linux-riscv64-3.7/igraph/drawing/edge.py build/lib.linux-riscv64-3.7/igraph/drawing/utils.py build/lib.linux-riscv64-3.7/igraph/drawing/coord.py build/lib.linux-riscv64-3.7/igraph/remote/nexus.py build/lib.linux-riscv64-3.7/igraph/remote/__init__.py build/lib.linux-riscv64-3.7/igraph/remote/gephi.py build/lib.linux-riscv64-3.7/igraph/vendor/__init__.py build/lib.linux-riscv64-3.7/igraph/vendor/texttable.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib.linux-riscv64-3.7/igraph/summary.py build/lib.linux-riscv64-3.7/igraph/__init__.py build/lib.linux-riscv64-3.7/igraph/configuration.py build/lib.linux-riscv64-3.7/igraph/matching.py build/lib.linux-riscv64-3.7/igraph/statistics.py build/lib.linux-riscv64-3.7/igraph/formula.py build/lib.linux-riscv64-3.7/igraph/layout.py build/lib.linux-riscv64-3.7/igraph/datatypes.py build/lib.linux-riscv64-3.7/igraph/utils.py build/lib.linux-riscv64-3.7/igraph/compat.py build/lib.linux-riscv64-3.7/igraph/clustering.py build/lib.linux-riscv64-3.7/igraph/cut.py build/lib.linux-riscv64-3.7/igraph/test/layouts.py build/lib.linux-riscv64-3.7/igraph/test/iterators.py build/lib.linux-riscv64-3.7/igraph/test/foreign.py build/lib.linux-riscv64-3.7/igraph/test/basic.py build/lib.linux-riscv64-3.7/igraph/test/rng.py build/lib.linux-riscv64-3.7/igraph/test/structural.py build/lib.linux-riscv64-3.7/igraph/test/spectral.py build/lib.linux-riscv64-3.7/igraph/test/__init__.py build/lib.linux-riscv64-3.7/igraph/test/indexing.py build/lib.linux-riscv64-3.7/igraph/test/generators.py build/lib.linux-riscv64-3.7/igraph/test/flow.py build/lib.linux-riscv64-3.7/igraph/test/matching.py build/lib.linux-riscv64-3.7/igraph/test/conversion.py build/lib.linux-riscv64-3.7/igraph/test/cliques.py build/lib.linux-riscv64-3.7/igraph/test/separators.py build/lib.linux-riscv64-3.7/igraph/test/games.py build/lib.linux-riscv64-3.7/igraph/test/utils.py build/lib.linux-riscv64-3.7/igraph/test/edgeseq.py build/lib.linux-riscv64-3.7/igraph/test/homepage.py build/lib.linux-riscv64-3.7/igraph/test/vertexseq.py build/lib.linux-riscv64-3.7/igraph/test/atlas.py build/lib.linux-riscv64-3.7/igraph/test/operators.py build/lib.linux-riscv64-3.7/igraph/test/isomorphism.py build/lib.linux-riscv64-3.7/igraph/test/decomposition.py build/lib.linux-riscv64-3.7/igraph/test/attributes.py build/lib.linux-riscv64-3.7/igraph/test/bipartite.py build/lib.linux-riscv64-3.7/igraph/test/colortests.py build/lib.linux-riscv64-3.7/igraph/app/shell.py build/lib.linux-riscv64-3.7/igraph/app/__init__.py build/lib.linux-riscv64-3.7/igraph/drawing/baseclasses.py build/lib.linux-riscv64-3.7/igraph/drawing/text.py build/lib.linux-riscv64-3.7/igraph/drawing/graph.py build/lib.linux-riscv64-3.7/igraph/drawing/shapes.py build/lib.linux-riscv64-3.7/igraph/drawing/__init__.py build/lib.linux-riscv64-3.7/igraph/drawing/metamagic.py build/lib.linux-riscv64-3.7/igraph/drawing/vertex.py build/lib.linux-riscv64-3.7/igraph/drawing/colors.py build/lib.linux-riscv64-3.7/igraph/drawing/edge.py build/lib.linux-riscv64-3.7/igraph/drawing/utils.py build/lib.linux-riscv64-3.7/igraph/drawing/coord.py build/lib.linux-riscv64-3.7/igraph/remote/nexus.py build/lib.linux-riscv64-3.7/igraph/remote/__init__.py build/lib.linux-riscv64-3.7/igraph/remote/gephi.py build/lib.linux-riscv64-3.7/igraph/vendor/__init__.py build/lib.linux-riscv64-3.7/igraph/vendor/texttable.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma 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-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/py2compat.c -o build/temp.linux-riscv64-3.7/src/py2compat.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/common.c -o build/temp.linux-riscv64-3.7/src/common.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/igraphmodule.c -o build/temp.linux-riscv64-3.7/src/igraphmodule.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/attributes.c -o build/temp.linux-riscv64-3.7/src/attributes.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/edgeseqobject.c -o build/temp.linux-riscv64-3.7/src/edgeseqobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/convert.c -o build/temp.linux-riscv64-3.7/src/convert.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/pyhelpers.c -o build/temp.linux-riscv64-3.7/src/pyhelpers.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/graphobject.c -o build/temp.linux-riscv64-3.7/src/graphobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/edgeobject.c -o build/temp.linux-riscv64-3.7/src/edgeobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/vertexobject.c -o build/temp.linux-riscv64-3.7/src/vertexobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/vertexseqobject.c -o build/temp.linux-riscv64-3.7/src/vertexseqobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/indexing.c -o build/temp.linux-riscv64-3.7/src/indexing.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/arpackobject.c -o build/temp.linux-riscv64-3.7/src/arpackobject.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/filehandle.c -o build/temp.linux-riscv64-3.7/src/filehandle.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/bfsiter.c -o build/temp.linux-riscv64-3.7/src/bfsiter.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/error.c -o build/temp.linux-riscv64-3.7/src/error.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python3.7m -c src/random.c -o build/temp.linux-riscv64-3.7/src/random.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/py2compat.o build/temp.linux-riscv64-3.7/src/common.o build/temp.linux-riscv64-3.7/src/igraphmodule.o build/temp.linux-riscv64-3.7/src/attributes.o build/temp.linux-riscv64-3.7/src/edgeseqobject.o build/temp.linux-riscv64-3.7/src/convert.o build/temp.linux-riscv64-3.7/src/pyhelpers.o build/temp.linux-riscv64-3.7/src/graphobject.o build/temp.linux-riscv64-3.7/src/edgeobject.o build/temp.linux-riscv64-3.7/src/vertexobject.o build/temp.linux-riscv64-3.7/src/vertexseqobject.o build/temp.linux-riscv64-3.7/src/indexing.o build/temp.linux-riscv64-3.7/src/arpackobject.o build/temp.linux-riscv64-3.7/src/filehandle.o build/temp.linux-riscv64-3.7/src/bfsiter.o build/temp.linux-riscv64-3.7/src/error.o build/temp.linux-riscv64-3.7/src/random.o -L/usr/lib64 -ligraph -lpython3.7m -o build/lib.linux-riscv64-3.7/igraph/_igraph.cpython-37m-riscv64-linux-gnu.so running build_scripts creating build/scripts-3.7 BUILDSTDERR: copying and adjusting scripts/i+ sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' graph -> build/scripts-3.7 changing mode of build/scripts-3.7/igraph from 644 to 755 running build running build_py creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/igraph copying igraph/summary.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/__init__.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/configuration.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/matching.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/statistics.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/formula.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/layout.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/datatypes.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/utils.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/compat.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/clustering.py -> build/lib.linux-riscv64-2.7/igraph copying igraph/cut.py -> build/lib.linux-riscv64-2.7/igraph creating build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/layouts.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/iterators.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/foreign.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/basic.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/rng.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/structural.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/spectral.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/__init__.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/indexing.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/generators.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/flow.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/matching.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/conversion.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/cliques.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/separators.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/games.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/utils.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/edgeseq.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/homepage.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/vertexseq.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/atlas.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/operators.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/isomorphism.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/decomposition.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/attributes.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/bipartite.py -> build/lib.linux-riscv64-2.7/igraph/test copying igraph/test/colortests.py -> build/lib.linux-riscv64-2.7/igraph/test creating build/lib.linux-riscv64-2.7/igraph/app copying igraph/app/shell.py -> build/lib.linux-riscv64-2.7/igraph/app copying igraph/app/__init__.py -> build/lib.linux-riscv64-2.7/igraph/app creating build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/baseclasses.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/text.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/graph.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/shapes.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/__init__.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/metamagic.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/vertex.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/colors.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/edge.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/utils.py -> build/lib.linux-riscv64-2.7/igraph/drawing copying igraph/drawing/coord.py -> build/lib.linux-riscv64-2.7/igraph/drawing creating build/lib.linux-riscv64-2.7/igraph/remote copying igraph/remote/nexus.py -> build/lib.linux-riscv64-2.7/igraph/remote copying igraph/remote/__init__.py -> build/lib.linux-riscv64-2.7/igraph/remote copying igraph/remote/gephi.py -> build/lib.linux-riscv64-2.7/igraph/remote creating build/lib.linux-riscv64-2.7/igraph/vendor copying igraph/vendor/__init__.py -> build/lib.linux-riscv64-2.7/igraph/vendor copying igraph/vendor/texttable.py -> build/lib.linux-riscv64-2.7/igraph/vendor 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-riscv64-2.7 creating build/temp.linux-riscv64-2.7/src gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/py2compat.c -o build/temp.linux-riscv64-2.7/src/py2compat.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/common.c -o build/temp.linux-riscv64-2.7/src/common.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/igraphmodule.c -o build/temp.linux-riscv64-2.7/src/igraphmodule.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/attributes.c -o build/temp.linux-riscv64-2.7/src/attributes.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/edgeseqobject.c -o build/temp.linux-riscv64-2.7/src/edgeseqobject.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/convert.c -o build/temp.linux-riscv64-2.7/src/convert.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/pyhelpers.c -o build/temp.linux-riscv64-2.7/src/pyhelpers.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/graphobject.c -o build/temp.linux-riscv64-2.7/src/graphobject.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/edgeobject.c -o build/temp.linux-riscv64-2.7/src/edgeobject.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/vertexobject.c -o build/temp.linux-riscv64-2.7/src/vertexobject.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/vertexseqobject.c -o build/temp.linux-riscv64-2.7/src/vertexseqobject.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/indexing.c -o build/temp.linux-riscv64-2.7/src/indexing.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/arpackobject.c -o build/temp.linux-riscv64-2.7/src/arpackobject.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/filehandle.c -o build/temp.linux-riscv64-2.7/src/filehandle.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/bfsiter.c -o build/temp.linux-riscv64-2.7/src/bfsiter.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/error.c -o build/temp.linux-riscv64-2.7/src/error.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/igraph -I/usr/include/python2.7 -c src/random.c -o build/temp.linux-riscv64-2.7/src/random.o BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/src/py2compat.o b+ sleep 1 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 uild/temp.linux-riscv64-2.7/src/common.o build/temp.linux-riscv64-2.7/src/igraphmodule.o build/temp.linux-riscv64-2.7/src/attributes.o build/temp.linux-riscv64-2.7/src/edgeseqobject.o build/temp.linux-riscv64-2.7/src/convert.o build/temp.linux-riscv64-2.7/src/pyhelpers.o build/temp.linux-riscv64-2.7/src/graphobject.o build/temp.linux-riscv64-2.7/src/edgeobject.o build/temp.linux-riscv64-2.7/src/vertexobject.o build/temp.linux-riscv64-2.7/src/vertexseqobject.o build/temp.linux-riscv64-2.7/src/indexing.o build/temp.linux-riscv64-2.7/src/arpackobject.o build/temp.linux-riscv64-2.7/src/filehandle.o build/temp.linux-riscv64-2.7/src/bfsiter.o build/temp.linux-riscv64-2.7/src/error.o build/temp.linux-riscv64-2.7/src/random.o -L/usr/lib64 -ligraph -lpython2.7 -o build/lib.linux-riscv64-2.7/igraph/_igraph.so running build_scripts creating build/scripts-2.7 copying and adjusting scripts/igraph -> build/scripts-2.7 changing mode of build/scripts-2.7/igraph from 644 to 755 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.t1boTr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 + cd python-igraph-0.7.1.post6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/vendor copying build/lib.linux-riscv64-3.7/igraph/vendor/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/vendor copying build/lib.linux-riscv64-3.7/igraph/vendor/texttable.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/vendor creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/baseclasses.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/text.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/graph.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/shapes.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/metamagic.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/vertex.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/colors.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/edge.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-3.7/igraph/drawing/coord.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/app copying build/lib.linux-riscv64-3.7/igraph/app/shell.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/app copying build/lib.linux-riscv64-3.7/igraph/app/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/app copying build/lib.linux-riscv64-3.7/igraph/summary.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/configuration.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/_igraph.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/matching.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/statistics.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/formula.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/layout.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/datatypes.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote copying build/lib.linux-riscv64-3.7/igraph/remote/nexus.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote copying build/lib.linux-riscv64-3.7/igraph/remote/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote copying build/lib.linux-riscv64-3.7/igraph/remote/gephi.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote copying build/lib.linux-riscv64-3.7/igraph/compat.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/clustering.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph copying build/lib.linux-riscv64-3.7/igraph/cut.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/layouts.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/iterators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/foreign.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/basic.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/rng.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/structural.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/spectral.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/indexing.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/generators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/flow.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/matching.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/conversion.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/cliques.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/separators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/games.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/edgeseq.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/homepage.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/vertexseq.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/atlas.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/operators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/isomorphism.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/decomposition.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/attributes.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/bipartite.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test copying build/lib.linux-riscv64-3.7/igraph/test/colortests.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/vendor/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/vendor/texttable.py to texttable.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/baseclasses.py to baseclasses.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/text.py to text.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/graph.py to graph.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/shapes.py to shapes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/metamagic.py to metamagic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/vertex.py to vertex.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/colors.py to colors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/edge.py to edge.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/drawing/coord.py to coord.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/app/shell.py to shell.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/app/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/summary.py to summary.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/configuration.py to configuration.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/matching.py to matching.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/statistics.py to statistics.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/formula.py to formula.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/layout.py to layout.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/datatypes.py to datatypes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote/nexus.py to nexus.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/remote/gephi.py to gephi.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/compat.py to compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/clustering.py to clustering.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/cut.py to cut.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/layouts.py to layouts.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/iterators.py to iterators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/foreign.py to foreign.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/basic.py to basic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/rng.py to rng.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/structural.py to structural.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/spectral.py to spectral.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/indexing.py to indexing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/generators.py to generators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/flow.py to flow.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/matching.py to matching.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/conversion.py to conversion.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/cliques.py to cliques.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/separators.py to separators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/games.py to games.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/edgeseq.py to edgeseq.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/homepage.py to homepage.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/vertexseq.py to vertexseq.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/atlas.py to atlas.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/operators.py to operators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/isomorphism.py to isomorphism.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/decomposition.py to decomposition.cpython-37.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/attrib+ mv /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin/igraph /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin/igraph-3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 utes.py to attributes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/bipartite.py to bipartite.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/test/colortests.py to colortests.cpython-37.pyc writing byte-compilation script '/tmp/tmpqt3aj762.py' /usr/bin/python3 /tmp/tmpqt3aj762.py removing /tmp/tmpqt3aj762.py running install_headers creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include/python3.7m creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include/python3.7m/python-igraph copying src/igraphmodule_api.h -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include/python3.7m/python-igraph running install_egg_info running egg_info writing python_igraph.egg-info/PKG-INFO writing dependency_links to python_igraph.egg-info/dependency_links.txt writing top-level names to python_igraph.egg-info/top_level.txt reading manifest file 'python_igraph.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_igraph.egg-info/SOURCES.txt' Copying python_igraph.egg-info to /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/python_igraph-0.7.1.post6-py3.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin copying build/scripts-3.7/igraph -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin/igraph to 755 running install running install_lib creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/vendor copying build/lib.linux-riscv64-2.7/igraph/vendor/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/vendor copying build/lib.linux-riscv64-2.7/igraph/vendor/texttable.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/vendor creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/baseclasses.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/text.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/graph.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/shapes.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/metamagic.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/vertex.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/colors.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/edge.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing copying build/lib.linux-riscv64-2.7/igraph/drawing/coord.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/app copying build/lib.linux-riscv64-2.7/igraph/app/shell.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/app copying build/lib.linux-riscv64-2.7/igraph/app/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/app copying build/lib.linux-riscv64-2.7/igraph/summary.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/configuration.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/_igraph.so -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/matching.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/statistics.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/formula.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/layout.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/datatypes.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote copying build/lib.linux-riscv64-2.7/igraph/remote/nexus.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote copying build/lib.linux-riscv64-2.7/igraph/remote/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote copying build/lib.linux-riscv64-2.7/igraph/remote/gephi.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote copying build/lib.linux-riscv64-2.7/igraph/compat.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/clustering.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph copying build/lib.linux-riscv64-2.7/igraph/cut.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/layouts.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/iterators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/foreign.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/basic.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/rng.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/structural.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/spectral.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/__init__.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/indexing.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/generators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/flow.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/matching.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/conversion.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/cliques.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/separators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/games.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/utils.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/edgeseq.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/homepage.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/vertexseq.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/atlas.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/operators.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/isomorphism.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/decomposition.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/attributes.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/bipartite.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test copying build/lib.linux-riscv64-2.7/igraph/test/colortests.py -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/vendor/texttable.py to texttable.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/baseclasses.py to baseclasses.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/text.py to text.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/shapes.py to shapes.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/metamagic.py to metamagic.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/vertex.py to vertex.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/colors.py to colors.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/edge.py to edge.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/drawing/coord.py to coord.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/app/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/app/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/summary.py to summary.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/matching.py to matching.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/statistics.py to statistics.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/formula.py to formula.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/layout.py to layout.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/datatypes.py to datatypes.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote/nexus.py to nexus.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/remote/gephi.py to gephi.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/clustering.py to clustering.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/cut.py to cut.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/layouts.py to layouts.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/iterators.py to iterators.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/foreign.py to foreign.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/basic.py to basic.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/rng.py to rng.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/structural.py to structural.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/spectral.py to spectral.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/indexing.py to indexing.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/generators.py to generators.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/matching.py to matching.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/conversion.py to conversion.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/cliques.py to cliques.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/separators.py to separators.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/games.py to games.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/edgeseq.py to edgeseq.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDR+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.7.1.post6-14.fc31 --unique-debug-suffix -0.7.1.post6-14.fc31.riscv64 --unique-debug-src-base python-igraph-0.7.1.post6-14.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-igraph-0.7.1.post6 BUILDSTDERR: 1913 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 OOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/homepage.py to homepage.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/vertexseq.py to vertexseq.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/atlas.py to atlas.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/operators.py to operators.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/isomorphism.py to isomorphism.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/decomposition.py to decomposition.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/attributes.py to attributes.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/bipartite.py to bipartite.pyc byte-compiling /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/test/colortests.py to colortests.pyc writing byte-compilation script '/tmp/tmpKBiea4.py' /usr/bin/python2 -O /tmp/tmpKBiea4.py removing /tmp/tmpKBiea4.py running install_headers creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include/python2.7 creating /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include/python2.7/python-igraph copying src/igraphmodule_api.h -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/include/python2.7/python-igraph running install_egg_info running egg_info writing python_igraph.egg-info/PKG-INFO writing top-level names to python_igraph.egg-info/top_level.txt writing dependency_links to python_igraph.egg-info/dependency_links.txt reading manifest file 'python_igraph.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_igraph.egg-info/SOURCES.txt' Copying python_igraph.egg-info to /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/python_igraph-0.7.1.post6-py2.7.egg-info running install_scripts copying build/scripts-2.7/igraph -> /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/bin/igraph to 755 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/_igraph.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/_igraph.so extracting debug info from /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7/site-packages/igraph/_igraph.so extracting debug info from /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python3.7/site-packages/igraph/_igraph.cpython-37m-riscv64-linux-gnu.so original debug info size: 2460kB, size after compression: 2048kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 BUILDSTDERR: Bytecompiling .py files below /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/lib64/+ /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs python3.7 using /usr/bin/python3.7 Processing files: python2-igraph-0.7.1.post6-14.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ICh4xq + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.7.1.post6 + LICENSEDIR=/builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/share/licenses/python2-igraph + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/share/licenses/python2-igraph + cp -pr COPYING /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/share/licenses/python2-igraph + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python2-igraph = 0.7.1.post6-14.fc31 python2-igraph(riscv-64) = 0.7.1.post6-14.fc31 python2.7dist(python-igraph) = 0.7.1.post6 python2dist(python-igraph) = 0.7.1.post6 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/python2 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libigraph.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python2-igraph-devel-0.7.1.post6-14.fc31.riscv64 Provides: python2-igraph-devel = 0.7.1.post6-14.fc31 python2-igraph-devel(riscv-64) = 0.7.1.post6-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-igraph-0.7.1.post6-14.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.I9jOPr + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.7.1.post6 + LICENSEDIR=/builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/share/licenses/python3-igraph + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/share/licenses/python3-igraph + cp -pr COPYING /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64/usr/share/licenses/python3-igraph + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-igraph = 0.7.1.post6-14.fc31 python3-igraph = 0.7.1.post6-14.fc31 python3-igraph(riscv-64) = 0.7.1.post6-14.fc31 python3.7dist(python-igraph) = 0.7.1.post6 python3dist(python-igraph) = 0.7.1.post6 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 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libigraph.so.0()(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python-igraph < 0.7.1.post6-14.fc31 Processing files: python3-igraph-devel-0.7.1.post6-14.fc31.riscv64 Provides: python3-igraph-devel = 0.7.1.post6-14.fc31 python3-igraph-devel(riscv-64) = 0.7.1.post6-14.fc31 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.7.1.post6-14.fc31.riscv64 Provides: python-igraph-debugsource = 0.7.1.post6-14.fc31 python-igraph-debugsource(riscv-64) = 0.7.1.post6-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-igraph-debuginfo-0.7.1.post6-14.fc31.riscv64 Provides: python-igraph-debuginfo = 0.7.1.post6-14.fc31 python-igraph-debuginfo(riscv-64) = 0.7.1.post6-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-igraph-debugsource(riscv-64) = 0.7.1.post6-14.fc31 Processing files: python2-igraph-debuginfo-0.7.1.post6-14.fc31.riscv64 Provides: debuginfo(build-id) = 5a5e372addc581514cd16a2cec77bd550a8ec32e python2-igraph-debuginfo = 0.7.1.post6-14.fc31 python2-igraph-debuginfo(riscv-64) = 0.7.1.post6-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-igraph-debugsource(riscv-64) = 0.7.1.post6-14.fc31 Processing files: python3-igraph-debuginfo-0.7.1.post6-14.fc31.riscv64 Provides: debuginfo(build-id) = 5568ba2d1a0fe540522d5f08c4a5f62c9a990fc1 python3-igraph-debuginfo = 0.7.1.post6-14.fc31 python3-igraph-debuginfo(riscv-64) = 0.7.1.post6-14.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-igraph-debugsource(riscv-64) = 0.7.1.post6-14.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-igraph-devel-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-igraph-devel-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-igraph-debuginfo-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-igraph-debuginfo-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-igraph-debugsource-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-igraph-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-igraph-debuginfo-0.7.1.post6-14.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-igraph-0.7.1.post6-14.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.11NT7q + umask 022 + cd /builddir/build/BUILD + cd python-igraph-0.7.1.post6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-igraph-0.7.1.post6-14.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0