Mock Version: 1.4.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/code-review.spec'], chrootPath='/var/lib/mock/683115-fedora-rawhide-x86_64-1512138233.482065/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/code-review.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 warning: Macro expanded in comment on line 10: %{pypi_name}/archive/%{version}.tar.gz Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/CodeReview-0.3.6-1.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/code-review.spec'], chrootPath='/var/lib/mock/683115-fedora-rawhide-x86_64-1512138233.482065/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/code-review.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 warning: Macro expanded in comment on line 10: %{pypi_name}/archive/%{version}.tar.gz Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XgyFMn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf CodeReview-0.3.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/CodeReview-0.3.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd CodeReview-0.3.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf CodeReview.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ktk8tz + umask 022 + cd /builddir/build/BUILD + cd CodeReview-0.3.6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/CodeReview copying CodeReview/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview copying CodeReview/Version.py -> build/lib.linux-x86_64-3.6/CodeReview creating build/lib.linux-x86_64-3.6/CodeReview/TextDistance copying CodeReview/TextDistance/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/TextDistance creating build/lib.linux-x86_64-3.6/CodeReview/Math copying CodeReview/Math/Interval.py -> build/lib.linux-x86_64-3.6/CodeReview/Math copying CodeReview/Math/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Math copying CodeReview/Math/Functions.py -> build/lib.linux-x86_64-3.6/CodeReview/Math creating build/lib.linux-x86_64-3.6/CodeReview/Logging copying CodeReview/Logging/Logging.py -> build/lib.linux-x86_64-3.6/CodeReview/Logging copying CodeReview/Logging/ExceptionHook.py -> build/lib.linux-x86_64-3.6/CodeReview/Logging copying CodeReview/Logging/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Logging creating build/lib.linux-x86_64-3.6/CodeReview/Repository copying CodeReview/Repository/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Repository copying CodeReview/Repository/Git.py -> build/lib.linux-x86_64-3.6/CodeReview/Repository creating build/lib.linux-x86_64-3.6/CodeReview/Application copying CodeReview/Application/ApplicationBase.py -> build/lib.linux-x86_64-3.6/CodeReview/Application copying CodeReview/Application/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Application creating build/lib.linux-x86_64-3.6/CodeReview/Config copying CodeReview/Config/Config.py -> build/lib.linux-x86_64-3.6/CodeReview/Config copying CodeReview/Config/Messages.py -> build/lib.linux-x86_64-3.6/CodeReview/Config copying CodeReview/Config/ConfigInstall.py -> build/lib.linux-x86_64-3.6/CodeReview/Config copying CodeReview/Config/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Config creating build/lib.linux-x86_64-3.6/CodeReview/GUI copying CodeReview/GUI/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI creating build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/StringTools.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/Slice.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/Singleton.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/AttributeDictionaryInterface.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/EnumFactory.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/Path.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/BackTrace.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/IteratorTools.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/RevisionVersion.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/Platform.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools copying CodeReview/Tools/ProgramOptions.py -> build/lib.linux-x86_64-3.6/CodeReview/Tools creating build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff copying CodeReview/PatienceDiff/_patiencediff_py.py -> build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff copying CodeReview/PatienceDiff/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff creating build/lib.linux-x86_64-3.6/CodeReview/Diff copying CodeReview/Diff/TextDocumentModel.py -> build/lib.linux-x86_64-3.6/CodeReview/Diff copying CodeReview/Diff/RawTextDocument.py -> build/lib.linux-x86_64-3.6/CodeReview/Diff copying CodeReview/Diff/RawTextDocumentDiff.py -> build/lib.linux-x86_64-3.6/CodeReview/Diff copying CodeReview/Diff/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/Diff copying CodeReview/Diff/TextDocumentDiffModel.py -> build/lib.linux-x86_64-3.6/CodeReview/Diff copying CodeReview/Diff/SyntaxHighlighter.py -> build/lib.linux-x86_64-3.6/CodeReview/Diff creating build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/LexerCache.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/DiffViewerMainWindow.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/DiffWidget.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/DiffViewerApplication.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/SyntaxHighlighterStyle.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer copying CodeReview/GUI/DiffViewer/DiffWidgetConfig.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer creating build/lib.linux-x86_64-3.6/CodeReview/GUI/ui copying CodeReview/GUI/ui/critical_error_form_ui.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/ui copying CodeReview/GUI/ui/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/ui creating build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser copying CodeReview/GUI/LogBrowser/LogBrowserApplication.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser copying CodeReview/GUI/LogBrowser/LogTableModel.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser copying CodeReview/GUI/LogBrowser/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser copying CodeReview/GUI/LogBrowser/LogBrowserMainWindow.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser copying CodeReview/GUI/LogBrowser/CommitTableModel.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser creating build/lib.linux-x86_64-3.6/CodeReview/GUI/Base copying CodeReview/GUI/Base/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Base copying CodeReview/GUI/Base/MainWindowBase.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Base copying CodeReview/GUI/Base/GuiApplicationBase.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Base creating build/lib.linux-x86_64-3.6/CodeReview/GUI/Forms copying CodeReview/GUI/Forms/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Forms copying CodeReview/GUI/Forms/CriticalErrorForm.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Forms creating build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets copying CodeReview/GUI/Widgets/MessageBox.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets copying CodeReview/GUI/Widgets/__init__.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets copying CodeReview/GUI/Widgets/IconLoader.py -> build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets copying CodeReview/Config/logging.yml -> build/lib.linux-x86_64-3.6/CodeReview/Config running build_ext building 'CodeReview.PatienceDiff._patiencediff_c' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/CodeReview creating build/temp.linux-x86_64-3.6/CodeReview/PatienceDiff gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC -I/usr/include/python3.6m -c CodeReview/PatienceDiff/_patiencediff_c.c -o build/temp.linux-x86_64-3.6/CodeReview/PatienceDiff/_patiencediff_c.o CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘equate_lines’: CodeReview/PatienceDiff/_patiencediff_c.c:175:72: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:175:72: hashtable = (struct bucket *) guarded_malloc(sizeof(struct bucket) * hsize); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘recurse_matches’: CodeReview/PatienceDiff/_patiencediff_c.c:441:79: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:441:79: lcs = (struct matching_line *)guarded_malloc(sizeof(struct matching_line) * (bhi - blo)); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘py_unique_lcs’: CodeReview/PatienceDiff/_patiencediff_c.c:598:87: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:598:87: matches = (struct matching_line *)guarded_malloc(sizeof(struct matching_line) * bsize); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c:602:80: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:602:80: backpointers = (Py_ssize_t *)guarded_malloc(sizeof(Py_ssize_t) * bsize * 4); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘py_recurse_matches’: CodeReview/PatienceDiff/_patiencediff_c.c:672:97: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:672:97: matches.matches = (struct matching_block *)guarded_malloc(sizeof(struct matching_block) * bsize); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c:676:80: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:676:80: backpointers = (Py_ssize_t *)guarded_malloc(sizeof(Py_ssize_t) * bsize * 4); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘PatienceSequenceMatcher_new’: CodeReview/PatienceDiff/_patiencediff_c.c:749:96: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:749:96: self->backpointers = (Py_ssize_t *)guarded_malloc(sizeof(Py_ssize_t) * self->bsize * 4); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘PatienceSequenceMatcher_get_matching_blocks’: CodeReview/PatienceDiff/_patiencediff_c.c:799:58: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:799:58: guarded_malloc(sizeof(struct matching_block) * self->bsize); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘PatienceSequenceMatcher_get_opcodes’: CodeReview/PatienceDiff/_patiencediff_c.c:888:93: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:888:93: matches.matches = (struct matching_block *)guarded_malloc(sizeof(struct matching_block) * (self->bsize + 1)); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c: In function ‘PatienceSequenceMatcher_get_grouped_opcodes’: CodeReview/PatienceDiff/_patiencediff_c.c:1000:93: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:1000:93: matches.matches = (struct matching_block *)guarded_malloc(sizeof(struct matching_block) * (self->bsize + 1)); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ CodeReview/PatienceDiff/_patiencediff_c.c:1018:83: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] CodeReview/PatienceDiff/_patiencediff_c.c:47:29: #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ~~~ CodeReview/PatienceDiff/_patiencediff_c.c:1018:83: codes = (struct opcode *)guarded_malloc(sizeof(struct opcode) * matches.count * 2); CodeReview/PatienceDiff/_patiencediff_c.c:47:30: note: in definition of macro ‘guarded_malloc’ #define guarded_malloc(x) ( (x) ? malloc(x) : NULL ) ^ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic build/temp.linux-x86_64-3.6/CodeReview/PatienceDiff/_patiencediff_c.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff/_patiencediff_c.cpython-36m-x86_64-linux-gnu.so building 'CodeReview.TextDistance.levenshtein_distance_c' extension creating build/temp.linux-x86_64-3.6/CodeReview/TextDistance gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC -I/usr/include/python3.6m -c CodeReview/TextDistance/levenshtein_distance.c -o build/temp.linux-x86_64-3.6/CodeReview/TextDistance/levenshtein_distance.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic build/temp.linux-x86_64-3.6/CodeReview/TextDistance/levenshtein_distance.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/CodeReview/TextDistance/levenshtein_distance_c.cpython-36m-x86_64-linux-gnu.so running build_scripts creating build/scripts-3.6 copying and adjusting bin/pyqgit -> build/scripts-3.6 copying and adjusting bin/diff-viewer -> build/scripts-3.6 changing mode of build/scripts-3.6/pyqgit from 644 to 755 changing mode of build/scripts-3.6/diff-viewer from 644 to 755 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lQlKfS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 ++ dirname /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 + cd CodeReview-0.3.6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff copying build/lib.linux-x86_64-3.6/CodeReview/Diff/SyntaxHighlighter.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff copying build/lib.linux-x86_64-3.6/CodeReview/Diff/TextDocumentDiffModel.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff copying build/lib.linux-x86_64-3.6/CodeReview/Diff/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff copying build/lib.linux-x86_64-3.6/CodeReview/Diff/RawTextDocumentDiff.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff copying build/lib.linux-x86_64-3.6/CodeReview/Diff/RawTextDocument.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff copying build/lib.linux-x86_64-3.6/CodeReview/Diff/TextDocumentModel.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff copying build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff/_patiencediff_c.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff copying build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff copying build/lib.linux-x86_64-3.6/CodeReview/PatienceDiff/_patiencediff_py.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/ProgramOptions.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/Platform.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/RevisionVersion.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/IteratorTools.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/BackTrace.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/Path.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/EnumFactory.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/AttributeDictionaryInterface.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/Singleton.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/Slice.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools copying build/lib.linux-x86_64-3.6/CodeReview/Tools/StringTools.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets/IconLoader.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Widgets/MessageBox.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Forms copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Forms/CriticalErrorForm.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Forms copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Forms/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Forms creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Base/GuiApplicationBase.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Base/MainWindowBase.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base copying build/lib.linux-x86_64-3.6/CodeReview/GUI/Base/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser copying build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser/CommitTableModel.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser copying build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser/LogBrowserMainWindow.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser copying build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser copying build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser/LogTableModel.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser copying build/lib.linux-x86_64-3.6/CodeReview/GUI/LogBrowser/LogBrowserApplication.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/ui copying build/lib.linux-x86_64-3.6/CodeReview/GUI/ui/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/ui copying build/lib.linux-x86_64-3.6/CodeReview/GUI/ui/critical_error_form_ui.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/ui creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/DiffWidgetConfig.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/SyntaxHighlighterStyle.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/DiffViewerApplication.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/DiffWidget.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/DiffViewerMainWindow.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/DiffViewer/LexerCache.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer copying build/lib.linux-x86_64-3.6/CodeReview/GUI/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config copying build/lib.linux-x86_64-3.6/CodeReview/Config/logging.yml -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config copying build/lib.linux-x86_64-3.6/CodeReview/Config/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config copying build/lib.linux-x86_64-3.6/CodeReview/Config/ConfigInstall.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config copying build/lib.linux-x86_64-3.6/CodeReview/Config/Messages.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config copying build/lib.linux-x86_64-3.6/CodeReview/Config/Config.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Application copying build/lib.linux-x86_64-3.6/CodeReview/Application/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Application copying build/lib.linux-x86_64-3.6/CodeReview/Application/ApplicationBase.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Application creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Repository copying build/lib.linux-x86_64-3.6/CodeReview/Repository/Git.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Repository copying build/lib.linux-x86_64-3.6/CodeReview/Repository/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Repository creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging copying build/lib.linux-x86_64-3.6/CodeReview/Logging/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging copying build/lib.linux-x86_64-3.6/CodeReview/Logging/ExceptionHook.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging copying build/lib.linux-x86_64-3.6/CodeReview/Logging/Logging.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math copying build/lib.linux-x86_64-3.6/CodeReview/Math/Functions.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math copying build/lib.linux-x86_64-3.6/CodeReview/Math/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math copying build/lib.linux-x86_64-3.6/CodeReview/Math/Interval.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/TextDistance copying build/lib.linux-x86_64-3.6/CodeReview/TextDistance/levenshtein_distance_c.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/TextDistance copying build/lib.linux-x86_64-3.6/CodeReview/TextDistance/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/TextDistance copying build/lib.linux-x86_64-3.6/CodeReview/Version.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview copying build/lib.linux-x86_64-3.6/CodeReview/__init__.py -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff/SyntaxHighlighter.py to SyntaxHighlighter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff/TextDocumentDiffModel.py to TextDocumentDiffModel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff/RawTextDocumentDiff.py to RawTextDocumentDiff.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff/RawTextDocument.py to RawTextDocument.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Diff/TextDocumentModel.py to TextDocumentModel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff/_patiencediff_py.py to _patiencediff_py.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/ProgramOptions.py to ProgramOptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/Platform.py to Platform.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/RevisionVersion.py to RevisionVersion.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/IteratorTools.py to IteratorTools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/BackTrace.py to BackTrace.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/Path.py to Path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/EnumFactory.py to EnumFactory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/AttributeDictionaryInterface.py to AttributeDictionaryInterface.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/Singleton.py to Singleton.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/Slice.py to Slice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Tools/StringTools.py to StringTools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets/IconLoader.py to IconLoader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Widgets/MessageBox.py to MessageBox.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Forms/CriticalErrorForm.py to CriticalErrorForm.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Forms/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base/GuiApplicationBase.py to GuiApplicationBase.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base/MainWindowBase.py to MainWindowBase.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/Base/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser/CommitTableModel.py to CommitTableModel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser/LogBrowserMainWindow.py to LogBrowserMainWindow.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser/LogTableModel.py to LogTableModel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/LogBrowser/LogBrowserApplication.py to LogBrowserApplication.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/ui/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/ui/critical_error_form_ui.py to critical_error_form_ui.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/DiffWidgetConfig.py to DiffWidgetConfig.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/SyntaxHighlighterStyle.py to SyntaxHighlighterStyle.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/DiffViewerApplication.py to DiffViewerApplication.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/DiffWidget.py to DiffWidget.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/DiffViewerMainWindow.py to DiffViewerMainWindow.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/DiffViewer/LexerCache.py to LexerCache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/GUI/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config/ConfigInstall.py to ConfigInstall.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config/Messages.py to Messages.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Config/Config.py to Config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Application/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Application/ApplicationBase.py to ApplicationBase.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Repository/Git.py to Git.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Repository/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging/ExceptionHook.py to ExceptionHook.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Logging/Logging.py to Logging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math/Functions.py to Functions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Math/Interval.py to Interval.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/TextDistance/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/Version.py to Version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmp2365ndfb.py' /usr/bin/python3 /tmp/tmp2365ndfb.py removing /tmp/tmp2365ndfb.py running install_data creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons copying share/icons/code-review-250.png -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/32x32 copying share/icons/32x32/code-review.png -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/32x32 creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/48x48 copying share/icons/48x48/dialog-warning.png -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/48x48 creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/view-refresh.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/go-previous.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/go-next.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/align-mode.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/line-number-mode.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/complete-mode.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/highlight.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg copying share/icons/svg/code-review.svg -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/share/CodeReview/icons/svg running install_egg_info running egg_info creating CodeReview.egg-info writing CodeReview.egg-info/PKG-INFO writing dependency_links to CodeReview.egg-info/dependency_links.txt writing requirements to CodeReview.egg-info/requires.txt writing top-level names to CodeReview.egg-info/top_level.txt writing manifest file 'CodeReview.egg-info/SOURCES.txt' reading manifest file 'CodeReview.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.bzrignore' warning: no files found matching '.gitignore' warning: no files found matching 'CHANGES.txt' warning: no files found matching 'LICENSE.txt' warning: no files found matching 'make-release.sh' warning: no files found matching 'pylintrc.ini' warning: no files found matching '.in' under directory 'CodeReview' warning: manifest_maker: MANIFEST.in, line 19: 'recursive-include' expects ... warning: no files found matching '*' under directory 'doc/sphinx/source/_static' warning: no files found matching '*.desktop' under directory 'spec' warning: manifest_maker: MANIFEST.in, line 28: 'prune' expects a single no previously-included directories found matching 'build' no previously-included directories found matching 'doc/sphinx/build' no previously-included directories found matching 'test-repository/bzr-repo/' writing manifest file 'CodeReview.egg-info/SOURCES.txt' Copying CodeReview.egg-info to /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview-0.3.6-py3.6.egg-info running install_scripts creating /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/bin copying build/scripts-3.6/diff-viewer -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/bin copying build/scripts-3.6/pyqgit -> /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/bin/diff-viewer to 755 changing mode of /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/bin/pyqgit to 755 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.3.6-1.fc28 --unique-debug-suffix -0.3.6-1.fc28.x86_64 --unique-debug-src-base CodeReview-0.3.6-1.fc28.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/CodeReview-0.3.6 extracting debug info from /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/TextDistance/levenshtein_distance_c.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6/site-packages/CodeReview/PatienceDiff/_patiencediff_c.cpython-36m-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 84 blocks + /usr/lib/rpm/check-buildroot + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Processing files: CodeReview-0.3.6-1.fc28.x86_64 Provides: CodeReview = 0.3.6-1.fc28 CodeReview(x86-64) = 0.3.6-1.fc28 python3.6dist(codereview) = 0.3.6 python3dist(codereview) = 0.3.6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: CodeReview-debugsource-0.3.6-1.fc28.x86_64 Provides: CodeReview-debugsource = 0.3.6-1.fc28 CodeReview-debugsource(x86-64) = 0.3.6-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: CodeReview-debuginfo-0.3.6-1.fc28.x86_64 Provides: CodeReview-debuginfo = 0.3.6-1.fc28 CodeReview-debuginfo(x86-64) = 0.3.6-1.fc28 debuginfo(build-id) = 1c57e2061f7dbe07f721f5916e0eecd008317b48 debuginfo(build-id) = 3cc4f00341abb39d69718175ade574d14d67cf93 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: CodeReview-debugsource(x86-64) = 0.3.6-1.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 Wrote: /builddir/build/RPMS/CodeReview-0.3.6-1.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/CodeReview-debugsource-0.3.6-1.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/CodeReview-debuginfo-0.3.6-1.fc28.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Imdj14 + umask 022 + cd /builddir/build/BUILD + cd CodeReview-0.3.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/CodeReview-0.3.6-1.fc28.x86_64 + exit 0 Child return code was: 0