Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cmarkgfm.spec'], chrootPath='/var/lib/mock/f33-build-348552-59695/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cmarkgfm.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=1593734400 Wrote: /builddir/build/SRPMS/python-cmarkgfm-0.4.2-2.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cmarkgfm.spec'], chrootPath='/var/lib/mock/f33-build-348552-59695/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cmarkgfm.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=1593734400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ufEs9m + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cmarkgfm-0.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/cmarkgfm-0.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cmarkgfm-0.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf cmarkgfm.egg-info + chmod -x README.rst LICENSE.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mEXGrm + umask 022 + cd /builddir/build/BUILD + cd cmarkgfm-0.4.2 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -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.9 creating build/lib.linux-riscv64-3.9/cmarkgfm copying src/cmarkgfm/build_cmark.py -> build/lib.linux-riscv64-3.9/cmarkgfm copying src/cmarkgfm/__init__.py -> build/lib.linux-riscv64-3.9/cmarkgfm copying src/cmarkgfm/cmark.py -> build/lib.linux-riscv64-3.9/cmarkgfm running egg_info writing src/cmarkgfm.egg-info/PKG-INFO writing dependency_links to src/cmarkgfm.egg-info/dependency_links.txt writing requirements to src/cmarkgfm.egg-info/requires.txt writing top-level names to src/cmarkgfm.egg-info/top_level.txt reading manifest file 'src/cmarkgfm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.inc' under directory 'third_party/cmark/extensions' writing manifest file 'src/cmarkgfm.egg-info/SOURCES.txt' copying src/cmarkgfm/cmark.cffi.h -> build/lib.linux-riscv64-3.9/cmarkgfm copying src/cmarkgfm/cmark_module.h -> build/lib.linux-riscv64-3.9/cmarkgfm running build_ext generating cffi module 'build/temp.linux-riscv64-3.9/cmarkgfm._cmark.c' creating build/temp.linux-riscv64-3.9 building 'cmarkgfm._cmark' extension creating build/temp.linux-riscv64-3.9/build creating build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/third_party creating build/temp.linux-riscv64-3.9/third_party/cmark creating build/temp.linux-riscv64-3.9/third_party/cmark/extensions creating build/temp.linux-riscv64-3.9/third_party/cmark/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c build/temp.linux-riscv64-3.9/cmarkgfm._cmark.c -o build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9/cmarkgfm._cmark.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/extensions/autolink.c -o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/autolink.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/extensions/core-extensions.c -o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/core-extensions.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/extensions/ext_scanners.c -o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/ext_scanners.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/extensions/strikethrough.c -o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/strikethrough.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/extensions/table.c -o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/table.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/extensions/tagfilter.c -o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/tagfilter.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/arena.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/arena.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/blocks.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/blocks.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/buffer.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/buffer.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/cmark.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/cmark.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/cmark_ctype.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/cmark_ctype.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/commonmark.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/commonmark.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/footnotes.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/footnotes.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/houdini_href_e.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/houdini_href_e.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/houdini_html_e.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/houdini_html_e.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/houdini_html_u.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/houdini_html_u.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/html.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/html.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/inlines.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/inlines.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/iterator.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/iterator.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/latex.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/latex.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/linked_list.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/linked_list.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/man.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/man.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/map.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/map.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/node.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/node.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/plaintext.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/plaintext.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/plugin.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/plugin.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/references.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/references.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/registry.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/registry.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/render.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/render.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/scanners.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/scanners.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/syntax_extension.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/syntax_extension.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/utf8.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/utf8.o -std=c99 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/src -I/builddir/build/BUILD/cmarkgfm-0.4.2/third_party/cmark/extensions -I/builddir/build/BUILD/cmarkgfm-0.4.2/generated/unix -I/usr/include/python3.9 -c third_party/cmark/src/xml.c -o build/temp.linux-riscv64-3.9/third_party/cmark/src/xml.o -std=c99 gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9/cmarkgfm._cmark.o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/autolink.o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/core-extensions.o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/ext_scanners.o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/strikethrough.o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/table.o build/temp.linux-riscv64-3.9/third_party/cmark/extensions/tagfilter.o build/temp.linux-riscv64-3.9/third_party/cmark/src/arena.o build/temp.linux-riscv64-3.9/third_party/cmark/src/blocks.o build/temp.linux-riscv64-3.9/third_party/cmark/src/buffer.o build/temp.linux-riscv64-3.9/third_party/cmark/src/cmark.o build/temp.linux-riscv64-3.9/third_party/cmark/src/cmark_ctype.o build/temp.linux-riscv64-3.9/third_party/cmark/src/commonmark.o build/temp.linux-riscv64-3.9/third_party/cmark/src/footnotes.o build/temp.linux-riscv64-3.9/third_party/cmark/src/houdini_href_e.o build/temp.linux-riscv64-3.9/third_party/cmark/src/houdini_html_e.o build/temp.linux-riscv64-3.9/third_party/cmark/src/houdini_html_u.o build/temp.linux-riscv64-3.9/third_party/cmark/src/html.o build/temp.linux-riscv64-3.9/third_party/cmark/src/inlines.o build/temp.linux-riscv64-3.9/third_party/cmark/src/iterator.o build/temp.linux-riscv64-3.9/third_party/cmark/src/latex.o build/temp.linux-riscv64-3.9/third_party/cmark/src/linked_list.o build/temp.linux-riscv64-3.9/third_party/cmark/src/man.o build/temp.linux-riscv64-3.9/third_party/cmark/src/map.o build/temp.linux-riscv64-3.9/third_party/cmark/src/node.o build/temp.linux-riscv64-3.9/third_party/cmark/src/plaintext.o build/temp.linux-riscv64-3.9/third_party/cmark/src/plugin.o build/temp.linux-riscv64-3.9/third_party/cmark/src/references.o build/temp.linux-riscv64-3.9/third_party/cmark/src/registry.o build/temp.linux-riscv64-3.9/third_party/cmark/src/render.o build/temp.linux-riscv64-3.9/third_party/cmark/src/scanners.o build/temp.linux-riscv64-3.9/third_party/cmark/src/syntax_extension.o build/temp.linux-riscv64-3.9/third_party/cmark/src/utf8.o build/temp.linux-riscv64-3.9/third_party/cmark/src/xml.o -L/usr/lib64 -o build/lib.linux-riscv64-3.9/cmarkgfm/_cmark.abi3.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7ttWcj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64 + cd cmarkgfm-0.4.2 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -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-cmarkgfm-0.4.2-2.fc33.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm copying build/lib.linux-riscv64-3.9/cmarkgfm/cmark_module.h -> /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm copying build/lib.linux-riscv64-3.9/cmarkgfm/build_cmark.py -> /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm copying build/lib.linux-riscv64-3.9/cmarkgfm/cmark.cffi.h -> /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm copying build/lib.linux-riscv64-3.9/cmarkgfm/_cmark.abi3.so -> /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm copying build/lib.linux-riscv64-3.9/cmarkgfm/__init__.py -> /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm copying build/lib.linux-riscv64-3.9/cmarkgfm/cmark.py -> /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm byte-compiling /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm/build_cmark.py to build_cmark.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm/cmark.py to cmark.cpython-39.pyc writing byte-compilation script '/tmp/tmp1k1tt5zk.py' /usr/bin/python3 /tmp/tmp1k1tt5zk.py removing /tmp/tmp1k1tt5zk.py running install_egg_info running egg_info writing src/cmarkgfm.egg-info/PKG-INFO writing dependency_links to src/cmarkgfm.egg-info/dependency_links.txt writing requirements to src/cmarkgfm.egg-info/requires.txt writing top-level names to src/cmarkgfm.egg-info/top_level.txt reading manifest file 'src/cmarkgfm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.inc' under directory 'third_party/cmark/extensions' writing manifest file 'src/cmarkgfm.egg-info/SOURCES.txt' Copying src/cmarkgfm.egg-info to /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm-0.4.2-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.4.2-2.fc33 --unique-debug-suffix -0.4.2-2.fc33.riscv64 --unique-debug-src-base python-cmarkgfm-0.4.2-2.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cmarkgfm-0.4.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm/_cmark.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cmarkgfm/_cmark.abi3.so original debug info size: 2936kB, size after compression: 2860kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1907 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/autolink.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/tagfilter.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/strikethrough.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/strikethrough.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/core-extensions.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/tagfilter.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/core-extensions.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/autolink.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/table.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/table.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/ext_scanners.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/extensions/ext_scanners.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/parser.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/entities.inc is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/iterator.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/syntax_extension.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/xml.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/map.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/syntax_extension.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/cmark_ctype.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/cmark.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/case_fold_switch.inc is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/inlines.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/footnotes.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/cmark_ctype.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/render.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/houdini_html_e.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/render.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/plugin.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/arena.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/html.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/buffer.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/references.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/buffer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/houdini_html_u.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/latex.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/chunk.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/linked_list.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/map.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/references.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/houdini.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/iterator.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/node.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/utf8.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/cmark_extension_api.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/utf8.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/node.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/commonmark.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/blocks.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/html.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/plugin.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/scanners.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/inlines.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/man.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/scanners.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/plaintext.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/houdini_href_e.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/cmark.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/registry.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/footnotes.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/python-cmarkgfm-0.4.2-2.fc33.riscv64/third_party/cmark/src/registry.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/python3.9/site-packages/cmarkgfm-0.4.2-py3.9.egg-info/requires.txt is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/python3.9/site-packages/cmarkgfm-0.4.2-py3.9.egg-info/SOURCES.txt is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/python3.9/site-packages/cmarkgfm-0.4.2-py3.9.egg-info/PKG-INFO is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/python3.9/site-packages/cmarkgfm-0.4.2-py3.9.egg-info/top_level.txt is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/python3.9/site-packages/cmarkgfm/cmark_module.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/python3.9/site-packages/cmarkgfm/cmark.cffi.h is executable but has no shebang, removing executable bit Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.buY41j + umask 022 + cd /builddir/build/BUILD + cd cmarkgfm-0.4.2 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + PATH=/builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + /usr/bin/pytest -v tests ============================= test session starts ============================== platform linux -- Python 3.9.0, pytest-6.0.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/cmarkgfm-0.4.2 collecting ... collected 10 items tests/test_cmark.py::test_markdown_to_html PASSED [ 10%] tests/test_cmark.py::test_render_html_with_extensions PASSED [ 20%] tests/test_cmark.py::test_github_flavored_markdown_to_html PASSED [ 30%] tests/test_cmark.py::test_github_flavored_markdown_to_html_pre_tag PASSED [ 40%] tests/test_cmark.py::test_parse_document PASSED [ 50%] tests/test_cmark.py::test_render_html PASSED [ 60%] tests/test_cmark.py::test_parser_interface PASSED [ 70%] tests/test_cmark.py::test_core_extensions_ensure_registered PASSED [ 80%] tests/test_cmark.py::test_find_syntax_extension PASSED [ 90%] tests/test_cmark.py::test_find_syntax_extension_doesnt_exist PASSED [100%] ============================== 10 passed in 1.33s ============================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-cmarkgfm-0.4.2-2.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EI4aMi + umask 022 + cd /builddir/build/BUILD + cd cmarkgfm-0.4.2 + DOCDIR=/builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/share/doc/python3-cmarkgfm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/share/doc/python3-cmarkgfm + cp -pr README.rst /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/share/doc/python3-cmarkgfm + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.g7wlSi + umask 022 + cd /builddir/build/BUILD + cd cmarkgfm-0.4.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/share/licenses/python3-cmarkgfm + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/share/licenses/python3-cmarkgfm + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64/usr/share/licenses/python3-cmarkgfm + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-cmarkgfm = 0.4.2-2.fc33 python3-cmarkgfm = 0.4.2-2.fc33 python3-cmarkgfm(riscv-64) = 0.4.2-2.fc33 python3.9-cmarkgfm = 0.4.2-2.fc33 python3.9dist(cmarkgfm) = 0.4.2 python3dist(cmarkgfm) = 0.4.2 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) python(abi) = 3.9 python3.9dist(cffi) >= 1 rtld(GNU_HASH) Obsoletes: python-cmarkgfm < 0.4.2-2.fc33 Processing files: python-cmarkgfm-debugsource-0.4.2-2.fc33.riscv64 Provides: python-cmarkgfm-debugsource = 0.4.2-2.fc33 python-cmarkgfm-debugsource(riscv-64) = 0.4.2-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-cmarkgfm-debuginfo-0.4.2-2.fc33.riscv64 Provides: debuginfo(build-id) = 6081c49212a27e379ccd7f7793ae475b9992b49b python-cmarkgfm-debuginfo = 0.4.2-2.fc33 python3-cmarkgfm-debuginfo = 0.4.2-2.fc33 python3-cmarkgfm-debuginfo(riscv-64) = 0.4.2-2.fc33 python3.9-cmarkgfm-debuginfo = 0.4.2-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cmarkgfm-debugsource(riscv-64) = 0.4.2-2.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-cmarkgfm-0.4.2-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cmarkgfm-debuginfo-0.4.2-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-cmarkgfm-debugsource-0.4.2-2.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.py8jYl + umask 022 + cd /builddir/build/BUILD + cd cmarkgfm-0.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cmarkgfm-0.4.2-2.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0