Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-fuzzingbook.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687267493.716237/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=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-fuzzingbook.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-fuzzingbook-1.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-fuzzingbook.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687267493.716237/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=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-fuzzingbook.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-fuzzingbook-1.1-1.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-fuzzingbook.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687267493.716237/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=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-fuzzingbook.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jhu4ES + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fuzzingbook-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/fuzzingbook-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fuzzingbook-1.1 + /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.ZVQ4Zv + umask 022 + cd /builddir/build/BUILD + cd fuzzingbook-1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/fuzzingbook copying fuzzingbook/ConcolicFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/WhenToStopFuzzing.py -> build/lib/fuzzingbook copying fuzzingbook/RailroadDiagrams.py -> build/lib/fuzzingbook copying fuzzingbook/99_Appendices.py -> build/lib/fuzzingbook copying fuzzingbook/ControlFlow.py -> build/lib/fuzzingbook copying fuzzingbook/ExpectError.py -> build/lib/fuzzingbook copying fuzzingbook/GrammarMiner.py -> build/lib/fuzzingbook copying fuzzingbook/Carver.py -> build/lib/fuzzingbook copying fuzzingbook/Timeout.py -> build/lib/fuzzingbook copying fuzzingbook/Parser.py -> build/lib/fuzzingbook copying fuzzingbook/ProbabilisticGrammarFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/GrammarFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/GreyboxGrammarFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/04_Semantical_Fuzzing.py -> build/lib/fuzzingbook copying fuzzingbook/Intro_Testing.py -> build/lib/fuzzingbook copying fuzzingbook/01_Intro.py -> build/lib/fuzzingbook copying fuzzingbook/APIFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/03_Syntactical_Fuzzing.py -> build/lib/fuzzingbook copying fuzzingbook/Reducer.py -> build/lib/fuzzingbook copying fuzzingbook/05_Domain-Specific_Fuzzing.py -> build/lib/fuzzingbook copying fuzzingbook/GreyboxFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/GeneratorGrammarFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/02_Lexical_Fuzzing.py -> build/lib/fuzzingbook copying fuzzingbook/DynamicInvariants.py -> build/lib/fuzzingbook copying fuzzingbook/SearchBasedFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/InformationFlow.py -> build/lib/fuzzingbook copying fuzzingbook/Tours.py -> build/lib/fuzzingbook copying fuzzingbook/06_Managing_Fuzzing.py -> build/lib/fuzzingbook copying fuzzingbook/Fuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/MutationAnalysis.py -> build/lib/fuzzingbook copying fuzzingbook/GUIFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/Coverage.py -> build/lib/fuzzingbook copying fuzzingbook/PrototypingWithPython.py -> build/lib/fuzzingbook copying fuzzingbook/LangFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/SymbolicFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/Timer.py -> build/lib/fuzzingbook copying fuzzingbook/FuzzingInTheLarge.py -> build/lib/fuzzingbook copying fuzzingbook/WebFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/MutationFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/GrammarCoverageFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/ConfigurationFuzzer.py -> build/lib/fuzzingbook copying fuzzingbook/Grammars.py -> build/lib/fuzzingbook copying fuzzingbook/__init__.py -> build/lib/fuzzingbook copying fuzzingbook/ClassDiagram.py -> build/lib/fuzzingbook creating build/lib/fuzzingbook/bookutils copying fuzzingbook/bookutils/import_notebooks.py -> build/lib/fuzzingbook/bookutils copying fuzzingbook/bookutils/set_fixed_seed.py -> build/lib/fuzzingbook/bookutils copying fuzzingbook/bookutils/PrettyTable.py -> build/lib/fuzzingbook/bookutils copying fuzzingbook/bookutils/__init__.py -> build/lib/fuzzingbook/bookutils + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0J9uOK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 + cd fuzzingbook-1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/ConcolicFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/WhenToStopFuzzing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/RailroadDiagrams.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/99_Appendices.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/ControlFlow.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook creating /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils copying build/lib/fuzzingbook/bookutils/import_notebooks.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils copying build/lib/fuzzingbook/bookutils/set_fixed_seed.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils copying build/lib/fuzzingbook/bookutils/PrettyTable.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils copying build/lib/fuzzingbook/bookutils/__init__.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils copying build/lib/fuzzingbook/ExpectError.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GrammarMiner.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Carver.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Timeout.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Parser.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/ProbabilisticGrammarFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GrammarFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GreyboxGrammarFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/04_Semantical_Fuzzing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Intro_Testing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/01_Intro.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/APIFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/03_Syntactical_Fuzzing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Reducer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/05_Domain-Specific_Fuzzing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GreyboxFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GeneratorGrammarFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/02_Lexical_Fuzzing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/DynamicInvariants.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/SearchBasedFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/InformationFlow.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Tours.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/06_Managing_Fuzzing.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Fuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/MutationAnalysis.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GUIFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Coverage.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/PrototypingWithPython.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/LangFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/SymbolicFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Timer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/FuzzingInTheLarge.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/WebFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/MutationFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/GrammarCoverageFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/ConfigurationFuzzer.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/Grammars.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/__init__.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook copying build/lib/fuzzingbook/ClassDiagram.py -> /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/ConcolicFuzzer.py to ConcolicFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/WhenToStopFuzzing.py to WhenToStopFuzzing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/RailroadDiagrams.py to RailroadDiagrams.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/99_Appendices.py to 99_Appendices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/ControlFlow.py to ControlFlow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils/import_notebooks.py to import_notebooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils/set_fixed_seed.py to set_fixed_seed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils/PrettyTable.py to PrettyTable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/bookutils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/ExpectError.py to ExpectError.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GrammarMiner.py to GrammarMiner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Carver.py to Carver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Timeout.py to Timeout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Parser.py to Parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/ProbabilisticGrammarFuzzer.py to ProbabilisticGrammarFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GrammarFuzzer.py to GrammarFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GreyboxGrammarFuzzer.py to GreyboxGrammarFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/04_Semantical_Fuzzing.py to 04_Semantical_Fuzzing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Intro_Testing.py to Intro_Testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/01_Intro.py to 01_Intro.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/APIFuzzer.py to APIFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/03_Syntactical_Fuzzing.py to 03_Syntactical_Fuzzing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Reducer.py to Reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/05_Domain-Specific_Fuzzing.py to 05_Domain-Specific_Fuzzing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GreyboxFuzzer.py to GreyboxFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GeneratorGrammarFuzzer.py to GeneratorGrammarFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/02_Lexical_Fuzzing.py to 02_Lexical_Fuzzing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/DynamicInvariants.py to DynamicInvariants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/SearchBasedFuzzer.py to SearchBasedFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/InformationFlow.py to InformationFlow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Tours.py to Tours.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/06_Managing_Fuzzing.py to 06_Managing_Fuzzing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Fuzzer.py to Fuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/MutationAnalysis.py to MutationAnalysis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GUIFuzzer.py to GUIFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Coverage.py to Coverage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/PrototypingWithPython.py to PrototypingWithPython.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/LangFuzzer.py to LangFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/SymbolicFuzzer.py to SymbolicFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Timer.py to Timer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/FuzzingInTheLarge.py to FuzzingInTheLarge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/WebFuzzer.py to WebFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/MutationFuzzer.py to MutationFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/GrammarCoverageFuzzer.py to GrammarCoverageFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/ConfigurationFuzzer.py to ConfigurationFuzzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/Grammars.py to Grammars.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook/ClassDiagram.py to ClassDiagram.cpython-39.pyc writing byte-compilation script '/tmp/tmpgrtixwc_.py' /usr/bin/python3 /tmp/tmpgrtixwc_.py removing /tmp/tmpgrtixwc_.py running install_egg_info running egg_info writing fuzzingbook.egg-info/PKG-INFO writing dependency_links to fuzzingbook.egg-info/dependency_links.txt writing requirements to fuzzingbook.egg-info/requires.txt writing top-level names to fuzzingbook.egg-info/top_level.txt reading manifest file 'fuzzingbook.egg-info/SOURCES.txt' writing manifest file 'fuzzingbook.egg-info/SOURCES.txt' Copying fuzzingbook.egg-info to /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9/site-packages/fuzzingbook-1.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64//usr/share/doc/python-fuzzingbook + '[' -d doc ']' ~/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 ~/build/BUILD/fuzzingbook-1.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/fuzzingbook-1.1 + mv /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.1-1 --unique-debug-suffix -1.1-1.x86_64 --unique-debug-src-base python-fuzzingbook-1.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/fuzzingbook-1.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-fuzzingbook-1.1-1.noarch Provides: python-fuzzingbook python3-fuzzingbook = 1.1-1 python3.9dist(fuzzingbook) = 1.1 python3dist(fuzzingbook) = 1.1 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 python3.9dist(beautifulsoup4) >= 4.9.3 python3.9dist(cargo) >= 0.3 python3.9dist(diff-match-patch) >= 20200713 python3.9dist(easyplotly) >= 0.1.3 python3.9dist(enforce) >= 0.3.4 python3.9dist(graphviz) >= 0.14.2 python3.9dist(ipython) >= 7.16.1 python3.9dist(lxml) >= 4.5.1 python3.9dist(markdown) >= 3.3.4 python3.9dist(matplotlib) >= 3.3.2 python3.9dist(multiprocess) >= 0.70.12.2 python3.9dist(nbconvert) >= 6.0.7 python3.9dist(nbformat) >= 5.0.8 python3.9dist(networkx) >= 2.5 python3.9dist(notedown) >= 1.5.1 python3.9dist(numpy) >= 1.16.5 python3.9dist(pandas) >= 1.3.3 python3.9dist(pydot) >= 1.4.2 python3.9dist(pygments) >= 2.7.1 python3.9dist(pyparsing) = 2.4.7 python3.9dist(python-magic) >= 0.4.18 python3.9dist(scikit-learn) >= 0.23.2 python3.9dist(scipy) >= 1.7.1 python3.9dist(selenium) >= 3.141 python3.9dist(showast) >= 0.2.4 python3.9dist(svglib) >= 1.1 python3.9dist(types-markdown) >= 3 python3.9dist(yapf) >= 0.31 python3.9dist(z3-solver) >= 4.8.13 Processing files: python-fuzzingbook-help-1.1-1.noarch warning: Empty %files file /builddir/build/BUILD/fuzzingbook-1.1/doclist.lst Provides: python-fuzzingbook-help = 1.1-1 python3-fuzzingbook-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 Wrote: /builddir/build/RPMS/python-fuzzingbook-help-1.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-fuzzingbook-1.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OAWOmw + umask 022 + cd /builddir/build/BUILD + cd fuzzingbook-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-fuzzingbook-1.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0