Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-google-pasta.spec'], chrootPath='/var/lib/mock/869244-fedora-rawhide-x86_64-1552722933.822795/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=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c107222cf4904b59a39a74b0dfb5b6e3', '-D', '/var/lib/mock/869244-fedora-rawhide-x86_64-1552722933.822795/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-google-pasta.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-google-pasta-0.1.4-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-google-pasta.spec'], chrootPath='/var/lib/mock/869244-fedora-rawhide-x86_64-1552722933.822795/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=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '352e642f9aa8478db4584363d97e5409', '-D', '/var/lib/mock/869244-fedora-rawhide-x86_64-1552722933.822795/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-google-pasta.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5ji6sf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf google-pasta-0.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/google-pasta-0.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd google-pasta-0.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf google-pasta.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HB6B7g + umask 022 + cd /builddir/build/BUILD + cd google-pasta-0.1.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -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' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/pasta copying pasta/__init__.py -> build/lib/pasta creating build/lib/pasta/base copying pasta/base/scope_test.py -> build/lib/pasta/base copying pasta/base/codegen.py -> build/lib/pasta/base copying pasta/base/annotate.py -> build/lib/pasta/base copying pasta/base/annotate_test.py -> build/lib/pasta/base copying pasta/base/codegen_test.py -> build/lib/pasta/base copying pasta/base/__init__.py -> build/lib/pasta/base copying pasta/base/ast_constants.py -> build/lib/pasta/base copying pasta/base/ast_utils_test.py -> build/lib/pasta/base copying pasta/base/formatting.py -> build/lib/pasta/base copying pasta/base/token_generator.py -> build/lib/pasta/base copying pasta/base/scope.py -> build/lib/pasta/base copying pasta/base/test_utils.py -> build/lib/pasta/base copying pasta/base/ast_utils.py -> build/lib/pasta/base creating build/lib/pasta/augment copying pasta/augment/import_utils.py -> build/lib/pasta/augment copying pasta/augment/__init__.py -> build/lib/pasta/augment copying pasta/augment/rename_test.py -> build/lib/pasta/augment copying pasta/augment/errors.py -> build/lib/pasta/augment copying pasta/augment/inline.py -> build/lib/pasta/augment copying pasta/augment/inline_test.py -> build/lib/pasta/augment copying pasta/augment/rename.py -> build/lib/pasta/augment copying pasta/augment/import_utils_test.py -> build/lib/pasta/augment + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RhWQFj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 + cd google-pasta-0.1.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -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' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/import_utils_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/rename.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/inline_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/inline.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/errors.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/rename_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/__init__.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment copying build/lib/pasta/augment/import_utils.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment creating /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/ast_utils.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/test_utils.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/scope.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/token_generator.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/formatting.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/ast_utils_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/ast_constants.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/__init__.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/codegen_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/annotate_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/annotate.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/codegen.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/base/scope_test.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base copying build/lib/pasta/__init__.py -> /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/import_utils_test.py to import_utils_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/rename.py to rename.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/inline_test.py to inline_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/inline.py to inline.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/errors.py to errors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/rename_test.py to rename_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/augment/import_utils.py to import_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/ast_utils.py to ast_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/test_utils.py to test_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/scope.py to scope.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/token_generator.py to token_generator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/formatting.py to formatting.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/ast_utils_test.py to ast_utils_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/ast_constants.py to ast_constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/codegen_test.py to codegen_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/annotate_test.py to annotate_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/annotate.py to annotate.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/codegen.py to codegen.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/base/scope_test.py to scope_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/pasta/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpswvbzzkg.py' /usr/bin/python3 /tmp/tmpswvbzzkg.py removing /tmp/tmpswvbzzkg.py running install_egg_info running egg_info writing google_pasta.egg-info/PKG-INFO writing dependency_links to google_pasta.egg-info/dependency_links.txt writing top-level names to google_pasta.egg-info/top_level.txt reading manifest file 'google_pasta.egg-info/SOURCES.txt' writing manifest file 'google_pasta.egg-info/SOURCES.txt' Copying google_pasta.egg-info to /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/google_pasta-0.1.4-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.1.4-1.fc31 --unique-debug-suffix -0.1.4-1.fc31.x86_64 --unique-debug-src-base python-google-pasta-0.1.4-1.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/google-pasta-0.1.4 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/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 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZLc0hp + umask 022 + cd /builddir/build/BUILD + cd google-pasta-0.1.4 + /usr/bin/python3 setup.py test running test running egg_info writing google_pasta.egg-info/PKG-INFO writing dependency_links to google_pasta.egg-info/dependency_links.txt writing top-level names to google_pasta.egg-info/top_level.txt reading manifest file 'google_pasta.egg-info/SOURCES.txt' writing manifest file 'google_pasta.egg-info/SOURCES.txt' running build_ext running test running egg_info writing google_pasta.egg-info/PKG-INFO writing dependency_links to google_pasta.egg-info/dependency_links.txt writing top-level names to google_pasta.egg-info/top_level.txt reading manifest file 'google_pasta.egg-info/SOURCES.txt' writing manifest file 'google_pasta.egg-info/SOURCES.txt' running build_ext BUILDSTDERR: test_add_existing_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_aliased (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_aliased_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_normal_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_normal_import_aliased (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_from_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_from_import_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_import_after_docstring (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_import_with_asname_with_conflict (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_import_with_conflict (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_normal_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_normal_import_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_single_name_from_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_single_name_from_import_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_merge_from_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_dynamic_import (pasta.augment.import_utils_test.GetUnusedImportsTest) ... WARNING:root:Imported name bar not found in scope (perhaps it's imported dynamically) BUILDSTDERR: ok BUILDSTDERR: test_import_asname (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_import_from (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_import_from_alias (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_normal_imports (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_remove_full_import (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_remove_full_importfrom (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_remove_just_alias (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_remove_just_alias_import_from (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_split_from_import (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_imports_multiple (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_imports_with_alias (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_nested_imports (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_normal_import (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_inline_conditional_fails (pasta.augment.inline_test.InlineTest) ... /builddir/build/BUILD/google-pasta-0.1.4/pasta/augment/inline_test.py:80: DeprecationWarning: Please use assertRaisesRegex instead. BUILDSTDERR: '\'x\' is not a top-level name'): BUILDSTDERR: ok BUILDSTDERR: test_inline_function_fails (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_multiple_reads (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_multiple_targets (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_non_assign_fails (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_non_constant_fails (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_simple (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_rename_external_in_import (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_import_multiple_aliases (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_import_with_asname (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_importfrom (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_importfrom_alias (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_importfrom_alias_with_asname (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_attribute (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_name (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_name_as_attribute (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_noop (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_indent_depths (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_extra_newlines (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_extra_newlines_with_comment (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_levels (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_levels_same_line (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_multiline_string (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_multiline_string_with_newline (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_scope_trailing_comma (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_call_illegal_pos (pasta.base.annotate_test.ManualEditsTest) BUILDSTDERR: Tests that Call node traversal works even with illegal positions. ... ok BUILDSTDERR: test_call_no_pos (pasta.base.annotate_test.ManualEditsTest) BUILDSTDERR: Tests that Call node traversal works without position information. ... ok BUILDSTDERR: test_block_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_expression_prefix_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_module_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_no_block_suffix_for_single_line_statement (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_statement_prefix_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: testRemoveAlias (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testRemoveChildMethod (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testRemoveFromBlock (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testReplaceChildInBody (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testReplaceChildInvalid (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: test_sanitize_source (pasta.base.ast_utils_test.UtilsTest) ... ok BUILDSTDERR: test_bytes (pasta.base.codegen_test.AutoFormatTest) ... ok BUILDSTDERR: test_exec_node_default (pasta.base.codegen_test.AutoFormatTest) ... skipped "Tests features which are not supported by this version of python. Missing: ['exec_node']" BUILDSTDERR: test_imports (pasta.base.codegen_test.AutoFormatTest) ... ok BUILDSTDERR: test_class_methods (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_classdef_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_functiondef_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_if_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_attribute_references (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_in_argument_type (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_in_decortator (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_in_return_type (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_masked_by_assign (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_masked_by_function_arg (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_reads_in_classdef (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_reads_in_functiondef (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_lookup_scope (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_multilevel_import_reads (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_top_level_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_try_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_vararg_kwarg_references_in_function_body (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 87 tests in 0.127s BUILDSTDERR: OK (skipped=1) BUILDSTDERR: test_add_existing_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_aliased (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_aliased_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_normal_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_existing_import_normal_import_aliased (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_from_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_from_import_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_import_after_docstring (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_import_with_asname_with_conflict (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_import_with_conflict (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_normal_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_normal_import_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_single_name_from_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_add_single_name_from_import_with_asname (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_merge_from_import (pasta.augment.import_utils_test.AddImportTest) ... ok BUILDSTDERR: test_dynamic_import (pasta.augment.import_utils_test.GetUnusedImportsTest) ... WARNING:root:Imported name bar not found in scope (perhaps it's imported dynamically) BUILDSTDERR: ok BUILDSTDERR: test_import_asname (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_import_from (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_import_from_alias (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_normal_imports (pasta.augment.import_utils_test.GetUnusedImportsTest) ... ok BUILDSTDERR: test_remove_full_import (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_remove_full_importfrom (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_remove_just_alias (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_remove_just_alias_import_from (pasta.augment.import_utils_test.RemoveImportTest) ... ok BUILDSTDERR: test_split_from_import (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_imports_multiple (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_imports_with_alias (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_nested_imports (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_split_normal_import (pasta.augment.import_utils_test.SplitImportTest) ... ok BUILDSTDERR: test_inline_conditional_fails (pasta.augment.inline_test.InlineTest) ... /builddir/build/BUILD/google-pasta-0.1.4/pasta/augment/inline_test.py:80: DeprecationWarning: Please use assertRaisesRegex instead. BUILDSTDERR: '\'x\' is not a top-level name'): BUILDSTDERR: ok BUILDSTDERR: test_inline_function_fails (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_multiple_reads (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_multiple_targets (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_non_assign_fails (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_non_constant_fails (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_inline_simple (pasta.augment.inline_test.InlineTest) ... ok BUILDSTDERR: test_rename_external_in_import (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_import_multiple_aliases (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_import_with_asname (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_importfrom (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_importfrom_alias (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_external_in_importfrom_alias_with_asname (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_attribute (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_name (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_name_as_attribute (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_rename_reads_noop (pasta.augment.rename_test.RenameTest) ... ok BUILDSTDERR: test_indent_depths (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_extra_newlines (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_extra_newlines_with_comment (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_levels (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_levels_same_line (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_multiline_string (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_indent_multiline_string_with_newline (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_scope_trailing_comma (pasta.base.annotate_test.IndentationTest) ... ok BUILDSTDERR: test_call_illegal_pos (pasta.base.annotate_test.ManualEditsTest) BUILDSTDERR: Tests that Call node traversal works even with illegal positions. ... ok BUILDSTDERR: test_call_no_pos (pasta.base.annotate_test.ManualEditsTest) BUILDSTDERR: Tests that Call node traversal works without position information. ... ok BUILDSTDERR: test_block_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_expression_prefix_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_module_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_no_block_suffix_for_single_line_statement (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: test_statement_prefix_suffix (pasta.base.annotate_test.PrefixSuffixTest) ... ok BUILDSTDERR: testRemoveAlias (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testRemoveChildMethod (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testRemoveFromBlock (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testReplaceChildInBody (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: testReplaceChildInvalid (pasta.base.ast_utils_test.AlterChildTest) ... ok BUILDSTDERR: test_sanitize_source (pasta.base.ast_utils_test.UtilsTest) ... ok BUILDSTDERR: test_bytes (pasta.base.codegen_test.AutoFormatTest) ... ok BUILDSTDERR: test_exec_node_default (pasta.base.codegen_test.AutoFormatTest) ... skipped "Tests features which are not supported by this version of python. Missing: ['exec_node']" BUILDSTDERR: test_imports (pasta.base.codegen_test.AutoFormatTest) ... ok BUILDSTDERR: test_class_methods (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_classdef_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_functiondef_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_if_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_attribute_references (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_in_argument_type (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_in_decortator (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_in_return_type (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_masked_by_assign (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_masked_by_function_arg (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_reads_in_classdef (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_import_reads_in_functiondef (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_lookup_scope (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_multilevel_import_reads (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_top_level_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_try_nested_imports (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: test_vararg_kwarg_references_in_function_body (pasta.base.scope_test.ScopeTest) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 87 tests in 0.119s BUILDSTDERR: OK (skipped=1) + exit 0 Processing files: python3-google-pasta-0.1.4-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7L0N0w + umask 022 + cd /builddir/build/BUILD + cd google-pasta-0.1.4 + DOCDIR=/builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/share/doc/python3-google-pasta + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/share/doc/python3-google-pasta + cp -pr README.md /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64/usr/share/doc/python3-google-pasta + exit 0 Provides: python3-google-pasta = 0.1.4-1.fc31 python3.7dist(google-pasta) = 0.1.4 python3dist(google-pasta) = 0.1.4 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.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 Wrote: /builddir/build/RPMS/python3-google-pasta-0.1.4-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9lBQ0H + umask 022 + cd /builddir/build/BUILD + cd google-pasta-0.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-google-pasta-0.1.4-1.fc31.x86_64 + exit 0 Child return code was: 0