Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-lark-parser.spec'], chrootPath='/var/lib/mock/alma+epel-9-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-lark-parser.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1626998400 Wrote: /builddir/build/SRPMS/python-lark-parser-0.9.0-4.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-lark-parser.spec'], chrootPath='/var/lib/mock/alma+epel-9-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-lark-parser.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1626998400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gZ7pRp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lark-parser-0.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/lark-parser-0.9.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lark-parser-0.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wQobfy + umask 022 + cd /builddir/build/BUILD + cd lark-parser-0.9.0 + CFLAGS='-O2 -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 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/lark copying lark/grammar.py -> build/lib/lark copying lark/parse_tree_builder.py -> build/lib/lark copying lark/reconstruct2.py -> build/lib/lark copying lark/utils.py -> build/lib/lark copying lark/common.py -> build/lib/lark copying lark/indenter.py -> build/lib/lark copying lark/visitors.py -> build/lib/lark copying lark/lexer.py -> build/lib/lark copying lark/__init__.py -> build/lib/lark copying lark/exceptions.py -> build/lib/lark copying lark/tree.py -> build/lib/lark copying lark/parser_frontends.py -> build/lib/lark copying lark/lark.py -> build/lib/lark copying lark/load_grammar.py -> build/lib/lark copying lark/reconstruct.py -> build/lib/lark creating build/lib/lark/parsers copying lark/parsers/cyk.py -> build/lib/lark/parsers copying lark/parsers/lalr_analysis.py -> build/lib/lark/parsers copying lark/parsers/earley_common.py -> build/lib/lark/parsers copying lark/parsers/grammar_analysis.py -> build/lib/lark/parsers copying lark/parsers/__init__.py -> build/lib/lark/parsers copying lark/parsers/xearley.py -> build/lib/lark/parsers copying lark/parsers/lalr_puppet.py -> build/lib/lark/parsers copying lark/parsers/earley.py -> build/lib/lark/parsers copying lark/parsers/earley_forest.py -> build/lib/lark/parsers copying lark/parsers/lalr_parser.py -> build/lib/lark/parsers creating build/lib/lark/tools copying lark/tools/serialize.py -> build/lib/lark/tools copying lark/tools/nearley.py -> build/lib/lark/tools copying lark/tools/__init__.py -> build/lib/lark/tools copying lark/tools/standalone.py -> build/lib/lark/tools package init file 'lark/grammars/__init__.py' not found (or not a regular file) creating build/lib/lark/__pyinstaller copying lark/__pyinstaller/__init__.py -> build/lib/lark/__pyinstaller copying lark/__pyinstaller/hook-lark.py -> build/lib/lark/__pyinstaller package init file 'lark-stubs/__init__.py' not found (or not a regular file) creating build/lib/lark/grammars copying lark/grammars/common.lark -> build/lib/lark/grammars creating build/lib/lark-stubs copying lark-stubs/visitors.pyi -> build/lib/lark-stubs copying lark-stubs/reconstruct.pyi -> build/lib/lark-stubs copying lark-stubs/lark.pyi -> build/lib/lark-stubs copying lark-stubs/indenter.pyi -> build/lib/lark-stubs copying lark-stubs/__init__.pyi -> build/lib/lark-stubs copying lark-stubs/lexer.pyi -> build/lib/lark-stubs copying lark-stubs/exceptions.pyi -> build/lib/lark-stubs copying lark-stubs/tree.pyi -> build/lib/lark-stubs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Br3qwj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 + cd lark-parser-0.9.0 + CFLAGS='-O2 -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 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools copying build/lib/lark/tools/serialize.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools copying build/lib/lark/tools/nearley.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools copying build/lib/lark/tools/__init__.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools copying build/lib/lark/tools/standalone.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools copying build/lib/lark/grammar.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/parse_tree_builder.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/reconstruct2.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/utils.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/common.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/__pyinstaller copying build/lib/lark/__pyinstaller/__init__.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/__pyinstaller copying build/lib/lark/__pyinstaller/hook-lark.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/__pyinstaller copying build/lib/lark/indenter.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/visitors.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/lexer.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/__init__.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/grammars copying build/lib/lark/grammars/common.lark -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/grammars copying build/lib/lark/exceptions.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/tree.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/parser_frontends.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/lark.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/load_grammar.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark copying build/lib/lark/reconstruct.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/cyk.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/lalr_analysis.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/earley_common.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/grammar_analysis.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/__init__.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/xearley.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/lalr_puppet.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/earley.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/earley_forest.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers copying build/lib/lark/parsers/lalr_parser.py -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers creating /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/visitors.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/reconstruct.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/lark.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/indenter.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/__init__.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/lexer.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/exceptions.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs copying build/lib/lark-stubs/tree.pyi -> /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark-stubs byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools/serialize.py to serialize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools/nearley.py to nearley.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tools/standalone.py to standalone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/grammar.py to grammar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parse_tree_builder.py to parse_tree_builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/reconstruct2.py to reconstruct2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/__pyinstaller/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/__pyinstaller/hook-lark.py to hook-lark.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/indenter.py to indenter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/visitors.py to visitors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/lexer.py to lexer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/tree.py to tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parser_frontends.py to parser_frontends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/lark.py to lark.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/load_grammar.py to load_grammar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/reconstruct.py to reconstruct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/cyk.py to cyk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/lalr_analysis.py to lalr_analysis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/earley_common.py to earley_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/grammar_analysis.py to grammar_analysis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/xearley.py to xearley.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/lalr_puppet.py to lalr_puppet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/earley.py to earley.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/earley_forest.py to earley_forest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark/parsers/lalr_parser.py to lalr_parser.cpython-39.pyc writing byte-compilation script '/tmp/tmp65e__g4s.py' /usr/bin/python3 /tmp/tmp65e__g4s.py removing /tmp/tmp65e__g4s.py running install_egg_info running egg_info writing lark_parser.egg-info/PKG-INFO writing dependency_links to lark_parser.egg-info/dependency_links.txt writing entry points to lark_parser.egg-info/entry_points.txt writing requirements to lark_parser.egg-info/requires.txt writing top-level names to lark_parser.egg-info/top_level.txt package init file 'lark/grammars/__init__.py' not found (or not a regular file) package init file 'lark-stubs/__init__.py' not found (or not a regular file) reading manifest file 'lark_parser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'lark_parser.egg-info/SOURCES.txt' Copying lark_parser.egg-info to /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9/site-packages/lark_parser-0.9.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/bin/__pycache__ + rm -rfv /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/ removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/visitors.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/reconstruct.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/lark.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/indenter.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/__init__.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/lexer.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/exceptions.pyi' removed '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/tree.pyi' removed directory '/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64//usr/lib/python3.9/site-packages/lark-stubs/' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Y8G5AN + umask 022 + cd /builddir/build/BUILD + cd lark-parser-0.9.0 + /usr/bin/python3 -m tests WARNING:root:Nearley not installed. Skipping Nearley tests! WARNING:root:Warning: Skipping tests for Nearley grammar imports (js2py required) .........sssssss.......s.........ss...s...s.................ss.s.s...............s......s.s.............................s........ss..s.................ss...s......................s.s......................................ss..s.................ss...s......................s.s......s...s......................ss..................s........s...s..................s...s......................s.s.........ss..................s........s...s.................ss...s......................s.s.........ss...........................s...s..................s...s......................s.s................................ ---------------------------------------------------------------------- Ran 602 tests in 29.161s OK (skipped=65) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-lark-parser-0.9.0-4.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.be6zBE + umask 022 + cd /builddir/build/BUILD + cd lark-parser-0.9.0 + DOCDIR=/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/doc/python3-lark-parser + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/doc/python3-lark-parser + cp -pr README.md /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/doc/python3-lark-parser + cp -pr examples /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/doc/python3-lark-parser + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GxQlWE + umask 022 + cd /builddir/build/BUILD + cd lark-parser-0.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/licenses/python3-lark-parser + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/licenses/python3-lark-parser + cp -pr LICENSE /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64/usr/share/licenses/python3-lark-parser + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-lark-parser = 0.9.0-4.el9 python3-lark-parser = 0.9.0-4.el9 python3.9-lark-parser = 0.9.0-4.el9 python3.9dist(lark-parser) = 0.9 python3dist(lark-parser) = 0.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 Obsoletes: python-lark-parser < 0.9.0-4.el9 python39-lark-parser < 0.9.0-4.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 Wrote: /builddir/build/RPMS/python3-lark-parser-0.9.0-4.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8eHPpT + umask 022 + cd /builddir/build/BUILD + cd lark-parser-0.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-lark-parser-0.9.0-4.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0 Mock Version: 3.0