+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-pygraphviz.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fXoL7G + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pygraphviz-1.3rc2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pygraphviz-1.3rc2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pygraphviz-1.3rc2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 1d pygraphviz/tests/test.py + rm doc/source/static/empty.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iDkx9t + umask 022 + cd /builddir/build/BUILD + cd pygraphviz-1.3rc2 + 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 ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' Trying pkg-config library_dirs= include_dirs=/usr/include/graphviz running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/pygraphviz copying pygraphviz/version.py -> build/lib.linux-riscv64-2.7/pygraphviz copying pygraphviz/graphviz.py -> build/lib.linux-riscv64-2.7/pygraphviz copying pygraphviz/release.py -> build/lib.linux-riscv64-2.7/pygraphviz copying pygraphviz/agraph.py -> build/lib.linux-riscv64-2.7/pygraphviz copying pygraphviz/__init__.py -> build/lib.linux-riscv64-2.7/pygraphviz creating build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_drawing.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_graph.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_subgraph.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_edge_attributes.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_string.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_readwrite.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_layout.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_attribute_defaults.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_attributes.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_node_attributes.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_unicode.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/test_html.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests copying pygraphviz/tests/__init__.py -> build/lib.linux-riscv64-2.7/pygraphviz/tests running build_ext building 'pygraphviz._graphviz' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/pygraphviz 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 -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 -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 -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 -fPIC -I/usr/include/graphviz -I/usr/include/python2.7 -c pygraphviz/graphviz_wrap.c -o build/temp.linux-riscv64-2.7/pygraphviz/graphviz_wrap.o pygraphviz/graphviz_wrap.c: In function 'agattr_label': pygraphviz/graphviz_wrap.c:3321:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return agattr(g, kind, name, val); ^~~~~~~~~~~~~~~~~~~~~~~~~~ pygraphviz/graphviz_wrap.c: In function '_wrap_agread': pygraphviz/graphviz_wrap.c:3408:9: warning: unused variable 'mode1' [-Wunused-variable] char *mode1 ; ^~~~~ pygraphviz/graphviz_wrap.c:3407:13: warning: unused variable 'mode_byte_obj1' [-Wunused-variable] PyObject *mode_byte_obj1 ; ^~~~~~~~~~~~~~ pygraphviz/graphviz_wrap.c:3406:13: warning: unused variable 'mode_obj1' [-Wunused-variable] PyObject *mode_obj1 ; ^~~~~~~~~ pygraphviz/graphviz_wrap.c:3405:7: warning: unused variable 'fd1' [-Wunused-variable] int fd1 ; ^~~ pygraphviz/graphviz_wrap.c: In function '_wrap_agwrite': pygraphviz/graphviz_wrap.c:3460:9: warning: unused variable 'mode2' [-Wunused-variable] char *mode2 ; ^~~~~ pygraphviz/graphviz_wrap.c:3459:13: warning: unused variable 'mode_byte_obj2' [-Wunused-variable] PyObject *mode_byte_obj2 ; ^~~~~~~~~~~~~~ pygraphviz/graphviz_wrap.c:3458:13: warning: unused variable 'mode_obj2' [-Wunused-variable] PyObject *mode_obj2 ; ^~~~~~~~~ pygraphviz/graphviz_wrap.c:3457:7: warning: unused variable 'fd2' [-Wunused-variable] int fd2 ; ^~~ gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/pygraphviz/graphviz_wrap.o -L/usr/lib64 -lcgraph -lcdt -lpython2.7 -o build/lib.linux-riscv64-2.7/pygraphviz/_graphviz.so + 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 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Trying pkg-config library_dirs=b'' include_dirs=b'/usr/include/graphviz' running build running build_py creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/pygraphviz copying pygraphviz/version.py -> build/lib.linux-riscv64-3.6/pygraphviz copying pygraphviz/graphviz.py -> build/lib.linux-riscv64-3.6/pygraphviz copying pygraphviz/release.py -> build/lib.linux-riscv64-3.6/pygraphviz copying pygraphviz/agraph.py -> build/lib.linux-riscv64-3.6/pygraphviz copying pygraphviz/__init__.py -> build/lib.linux-riscv64-3.6/pygraphviz creating build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_drawing.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_graph.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_subgraph.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_edge_attributes.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_string.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_readwrite.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_layout.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_attribute_defaults.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_attributes.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_node_attributes.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_unicode.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/test_html.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests copying pygraphviz/tests/__init__.py -> build/lib.linux-riscv64-3.6/pygraphviz/tests running build_ext building 'pygraphviz._graphviz' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/pygraphviz gcc -pthread -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 -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 -fPIC -Ib'/usr/include/graphviz' -I/usr/include/python3.6m -c pygraphviz/graphviz_wrap.c -o build/temp.linux-riscv64-3.6/pygraphviz/graphviz_wrap.o pygraphviz/graphviz_wrap.c: In function ‘agattr_label’: pygraphviz/graphviz_wrap.c:3321:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return agattr(g, kind, name, val); ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/pygraphviz/graphviz_wrap.o -L/usr/lib64 -lcgraph -lcdt -lpython3.6m -o build/lib.linux-riscv64-3.6/pygraphviz/_graphviz.cpython-36m-riscv64-linux-gnu.so + sleep 1 + /usr/bin/python2 setup.py build_ext -i Trying pkg-config library_dirs= include_dirs=/usr/include/graphviz running build_ext building 'pygraphviz._graphviz' extension 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 -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 -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 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/graphviz -I/usr/include/python2.7 -c pygraphviz/graphviz_wrap.c -o build/temp.linux-riscv64-2.7/pygraphviz/graphviz_wrap.o pygraphviz/graphviz_wrap.c: In function 'agattr_label': pygraphviz/graphviz_wrap.c:3321:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return agattr(g, kind, name, val); ^~~~~~~~~~~~~~~~~~~~~~~~~~ pygraphviz/graphviz_wrap.c: In function '_wrap_agread': pygraphviz/graphviz_wrap.c:3408:9: warning: unused variable 'mode1' [-Wunused-variable] char *mode1 ; ^~~~~ pygraphviz/graphviz_wrap.c:3407:13: warning: unused variable 'mode_byte_obj1' [-Wunused-variable] PyObject *mode_byte_obj1 ; ^~~~~~~~~~~~~~ pygraphviz/graphviz_wrap.c:3406:13: warning: unused variable 'mode_obj1' [-Wunused-variable] PyObject *mode_obj1 ; ^~~~~~~~~ pygraphviz/graphviz_wrap.c:3405:7: warning: unused variable 'fd1' [-Wunused-variable] int fd1 ; ^~~ pygraphviz/graphviz_wrap.c: In function '_wrap_agwrite': pygraphviz/graphviz_wrap.c:3460:9: warning: unused variable 'mode2' [-Wunused-variable] char *mode2 ; ^~~~~ pygraphviz/graphviz_wrap.c:3459:13: warning: unused variable 'mode_byte_obj2' [-Wunused-variable] PyObject *mode_byte_obj2 ; ^~~~~~~~~~~~~~ pygraphviz/graphviz_wrap.c:3458:13: warning: unused variable 'mode_obj2' [-Wunused-variable] PyObject *mode_obj2 ; ^~~~~~~~~ pygraphviz/graphviz_wrap.c:3457:7: warning: unused variable 'fd2' [-Wunused-variable] int fd2 ; ^~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld build/temp.linux-riscv64-2.7/pygraphviz/graphviz_wrap.o -L/usr/lib64 -lcgraph -lcdt -lpython2.7 -o /builddir/build/BUILD/pygraphviz-1.3rc2/pygraphviz/_graphviz.so + /usr/bin/make -O -j4 -C doc html PYTHONPATH=.. make: Entering directory '/builddir/build/BUILD/pygraphviz-1.3rc2/doc' mkdir -p build touch build/generate-stamp make: Leaving directory '/builddir/build/BUILD/pygraphviz-1.3rc2/doc' make: Entering directory '/builddir/build/BUILD/pygraphviz-1.3rc2/doc' touch source/pygraphviz.pdf touch source/pygraphviz-documentation.zip sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.6.6 making output directory... WARNING: sphinx.ext.pngmath has been deprecated. Please use sphinx.ext.imgmath instead. loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 14 source files that are out of date updating environment: 14 added, 0 changed, 0 removed reading sources... [ 7%] download reading sources... [ 14%] examples reading sources... [ 21%] index reading sources... [ 28%] install reading sources... [ 35%] reference/agraph reading sources... [ 42%] reference/api_notes reading sources... [ 50%] reference/credits reading sources... [ 57%] reference/faq reading sources... [ 64%] reference/history reading sources... [ 71%] reference/index reading sources... [ 78%] reference/legal reading sources... [ 85%] reference/news reading sources... [ 92%] reference/related reading sources... [100%] tutorial looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/pygraphviz-1.3rc2/doc/source/download.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 7%] download writing output... [ 14%] examples writing output... [ 21%] index writing output... [ 28%] install writing output... [ 35%] reference/agraph writing output... [ 42%] reference/api_notes writing output... [ 50%] reference/credits writing output... [ 57%] reference/faq writing output... [ 64%] reference/history writing output... [ 71%] reference/index writing output... [ 78%] reference/legal writing output... [ 85%] reference/news writing output... [ 92%] reference/related writing output... [100%] tutorial generating indices... genindex writing additional pages... search opensearch copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 2 warnings. Build finished. The HTML pages are in build/html. make: Leaving directory '/builddir/build/BUILD/pygraphviz-1.3rc2/doc' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tdgbWF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 ++ dirname /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 + cd pygraphviz-1.3rc2 + 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 ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 Trying pkg-config library_dirs= include_dirs=/usr/include/graphviz running install running install_lib creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_drawing.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_graph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_subgraph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_edge_attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_string.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_readwrite.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_layout.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_attribute_defaults.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_node_attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_unicode.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/test_html.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/tests/__init__.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-2.7/pygraphviz/version.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz copying build/lib.linux-riscv64-2.7/pygraphviz/graphviz.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz copying build/lib.linux-riscv64-2.7/pygraphviz/_graphviz.so -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz copying build/lib.linux-riscv64-2.7/pygraphviz/release.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz copying build/lib.linux-riscv64-2.7/pygraphviz/agraph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz copying build/lib.linux-riscv64-2.7/pygraphviz/__init__.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_drawing.py to test_drawing.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_graph.py to test_graph.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_subgraph.py to test_subgraph.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_edge_attributes.py to test_edge_attributes.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_string.py to test_string.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_readwrite.py to test_readwrite.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_layout.py to test_layout.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_attribute_defaults.py to test_attribute_defaults.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_attributes.py to test_attributes.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_node_attributes.py to test_node_attributes.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_unicode.py to test_unicode.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/test_html.py to test_html.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/graphviz.py to graphviz.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/release.py to release.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/agraph.py to agraph.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpBVQxmi.py' /usr/bin/python2 -O /tmp/tmpBVQxmi.py removing /tmp/tmpBVQxmi.py running install_data creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2 copying README.txt -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2 copying INSTALL.txt -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2 creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/star.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/subgraph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/django_simple.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/miles.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/utf8_encoding.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples copying examples/simple.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2/examples running install_egg_info Writing /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz-1.3rc2-py2.7.egg-info + 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 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 Trying pkg-config library_dirs=b'' include_dirs=b'/usr/include/graphviz' running install running install_lib creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz creating /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_drawing.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_graph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_subgraph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_edge_attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_string.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_readwrite.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_layout.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_attribute_defaults.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_node_attributes.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_unicode.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/test_html.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/tests/__init__.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests copying build/lib.linux-riscv64-3.6/pygraphviz/_graphviz.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz copying build/lib.linux-riscv64-3.6/pygraphviz/version.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz copying build/lib.linux-riscv64-3.6/pygraphviz/graphviz.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz copying build/lib.linux-riscv64-3.6/pygraphviz/release.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz copying build/lib.linux-riscv64-3.6/pygraphviz/agraph.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz copying build/lib.linux-riscv64-3.6/pygraphviz/__init__.py -> /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test.py to test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_drawing.py to test_drawing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_graph.py to test_graph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_subgraph.py to test_subgraph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_edge_attributes.py to test_edge_attributes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_string.py to test_string.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_readwrite.py to test_readwrite.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_layout.py to test_layout.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_attribute_defaults.py to test_attribute_defaults.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_attributes.py to test_attributes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_node_attributes.py to test_node_attributes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_unicode.py to test_unicode.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/test_html.py to test_html.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/graphviz.py to graphviz.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/release.py to release.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/agraph.py to agraph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpl2ymkeu9.py' /usr/bin/python3 /tmp/tmpl2ymkeu9.py removing /tmp/tmpl2ymkeu9.py running install_data running install_egg_info Writing /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz-1.3rc2-py3.6.egg-info + mv /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/pygraphviz-1.3rc2 /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz + rm /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/INSTALL.txt + rm doc/build/html/.buildinfo + cp -av doc/build/html /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/ 'doc/build/html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html' 'doc/build/html/download.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/download.html' 'doc/build/html/examples.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/examples.html' 'doc/build/html/index.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/index.html' 'doc/build/html/install.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/install.html' 'doc/build/html/reference' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference' 'doc/build/html/reference/agraph.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/agraph.html' 'doc/build/html/reference/api_notes.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/api_notes.html' 'doc/build/html/reference/credits.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/credits.html' 'doc/build/html/reference/faq.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/faq.html' 'doc/build/html/reference/history.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/history.html' 'doc/build/html/reference/index.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/index.html' 'doc/build/html/reference/legal.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/legal.html' 'doc/build/html/reference/news.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/news.html' 'doc/build/html/reference/related.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/reference/related.html' 'doc/build/html/tutorial.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/tutorial.html' 'doc/build/html/genindex.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/genindex.html' 'doc/build/html/search.html' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/search.html' 'doc/build/html/_static' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static' 'doc/build/html/_static/opensearch.xml' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/opensearch.xml' 'doc/build/html/_static/pygments.css' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/pygments.css' 'doc/build/html/_static/up-pressed.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/up-pressed.png' 'doc/build/html/_static/searchtools.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/searchtools.js' 'doc/build/html/_static/down.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/down.png' 'doc/build/html/_static/comment.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/comment.png' 'doc/build/html/_static/comment-bright.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/comment-bright.png' 'doc/build/html/_static/jquery.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/jquery.js' 'doc/build/html/_static/minus.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/minus.png' 'doc/build/html/_static/underscore.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/underscore.js' 'doc/build/html/_static/jquery-3.1.0.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/jquery-3.1.0.js' 'doc/build/html/_static/down-pressed.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/down-pressed.png' 'doc/build/html/_static/basic.css' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/basic.css' 'doc/build/html/_static/plus.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/plus.png' 'doc/build/html/_static/websupport.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/websupport.js' 'doc/build/html/_static/underscore-1.3.1.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/underscore-1.3.1.js' 'doc/build/html/_static/file.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/file.png' 'doc/build/html/_static/up.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/up.png' 'doc/build/html/_static/ajax-loader.gif' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/ajax-loader.gif' 'doc/build/html/_static/comment-close.png' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/comment-close.png' 'doc/build/html/_static/doctools.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/doctools.js' 'doc/build/html/_static/alabaster.css' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/alabaster.css' 'doc/build/html/_static/custom.css' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/_static/custom.css' 'doc/build/html/searchindex.js' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/searchindex.js' 'doc/build/html/objects.inv' -> '/builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/share/doc/python-pygraphviz/html/objects.inv' + chmod g-w /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7/site-packages/pygraphviz/_graphviz.so /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6/site-packages/pygraphviz/_graphviz.cpython-36m-riscv64-linux-gnu.so + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-pygraphviz-1.3-3.rc2.fc28.5.riscv64 Provides: python-pygraphviz = 1.3-3.rc2.fc28.5 python-pygraphviz(riscv-64) = 1.3-3.rc2.fc28.5 python2-pygraphviz = 1.3-3.rc2.fc28.5 python2-pygraphviz(riscv-64) = 1.3-3.rc2.fc28.5 python2.7dist(pygraphviz) = 1.3rc2 python2dist(pygraphviz) = 1.3rc2 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: 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) libcdt.so.5()(64bit) libcgraph.so.6()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-pygraphviz < 1.3-3.rc2 python-pygraphviz < 1.3-3.rc2.fc28.5 Processing files: python3-pygraphviz-1.3-3.rc2.fc28.5.riscv64 Provides: python3-pygraphviz = 1.3-3.rc2.fc28.5 python3-pygraphviz(riscv-64) = 1.3-3.rc2.fc28.5 python3.6dist(pygraphviz) = 1.3rc2 python3dist(pygraphviz) = 1.3rc2 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: 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) libcdt.so.5()(64bit) libcgraph.so.6()(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-pygraphviz-doc-1.3-3.rc2.fc28.5.noarch Provides: bundled(jquery) python-pygraphviz-doc = 1.3-3.rc2.fc28.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 Wrote: /builddir/build/SRPMS/python-pygraphviz-1.3-3.rc2.fc28.5.src.rpm Wrote: /builddir/build/RPMS/riscv64/python2-pygraphviz-1.3-3.rc2.fc28.5.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-pygraphviz-1.3-3.rc2.fc28.5.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/python-pygraphviz-doc-1.3-3.rc2.fc28.5.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cpWxFT + umask 022 + cd /builddir/build/BUILD + cd pygraphviz-1.3rc2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pygraphviz-1.3-3.rc2.fc28.5.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff