Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:51
Show Gist options
  • Save rmcgibbo/12385abec6fe548f6fc7f1d73907a71b to your computer and use it in GitHub Desktop.
Save rmcgibbo/12385abec6fe548f6fc7f1d73907a71b to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/114371
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/ijq18y7q51fmhd7cz67fh4shavrcckcn-translationstring-1.4.tar.gz
source root is translationstring-1.4
setting SOURCE_DATE_EPOCH to timestamp 1594295907 of file translationstring-1.4/translationstring.egg-info/top_level.txt
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/translationstring
copying translationstring/__init__.py -> build/lib/translationstring
copying translationstring/compat.py -> build/lib/translationstring
creating build/lib/translationstring/tests
copying translationstring/tests/__init__.py -> build/lib/translationstring/tests
copying translationstring/tests/translations.py -> build/lib/translationstring/tests
copying translationstring/tests/test__init__.py -> build/lib/translationstring/tests
copying translationstring/tests/test_integration.py -> build/lib/translationstring/tests
running egg_info
writing translationstring.egg-info/PKG-INFO
writing dependency_links to translationstring.egg-info/dependency_links.txt
writing requirements to translationstring.egg-info/requires.txt
writing top-level names to translationstring.egg-info/top_level.txt
reading manifest file 'translationstring.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
writing manifest file 'translationstring.egg-info/SOURCES.txt'
creating build/lib/translationstring/tests/fixtures
creating build/lib/translationstring/tests/fixtures/locales
creating build/lib/translationstring/tests/fixtures/locales/de
creating build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES
copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES
copying translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/translationstring
copying build/lib/translationstring/__init__.py -> build/bdist.linux-x86_64/wheel/translationstring
copying build/lib/translationstring/compat.py -> build/bdist.linux-x86_64/wheel/translationstring
creating build/bdist.linux-x86_64/wheel/translationstring/tests
copying build/lib/translationstring/tests/__init__.py -> build/bdist.linux-x86_64/wheel/translationstring/tests
creating build/bdist.linux-x86_64/wheel/translationstring/tests/fixtures
creating build/bdist.linux-x86_64/wheel/translationstring/tests/fixtures/locales
creating build/bdist.linux-x86_64/wheel/translationstring/tests/fixtures/locales/de
creating build/bdist.linux-x86_64/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES
copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo -> build/bdist.linux-x86_64/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES
copying build/lib/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po -> build/bdist.linux-x86_64/wheel/translationstring/tests/fixtures/locales/de/LC_MESSAGES
copying build/lib/translationstring/tests/translations.py -> build/bdist.linux-x86_64/wheel/translationstring/tests
copying build/lib/translationstring/tests/test__init__.py -> build/bdist.linux-x86_64/wheel/translationstring/tests
copying build/lib/translationstring/tests/test_integration.py -> build/bdist.linux-x86_64/wheel/translationstring/tests
running install_egg_info
Copying translationstring.egg-info to build/bdist.linux-x86_64/wheel/translationstring-1.4-py3.7.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/translationstring-1.4.dist-info/WHEEL
creating 'dist/translationstring-1.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'translationstring/__init__.py'
adding 'translationstring/compat.py'
adding 'translationstring/tests/__init__.py'
adding 'translationstring/tests/test__init__.py'
adding 'translationstring/tests/test_integration.py'
adding 'translationstring/tests/translations.py'
adding 'translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo'
adding 'translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po'
adding 'translationstring-1.4.dist-info/LICENSE.txt'
adding 'translationstring-1.4.dist-info/METADATA'
adding 'translationstring-1.4.dist-info/WHEEL'
adding 'translationstring-1.4.dist-info/top_level.txt'
adding 'translationstring-1.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/translationstring-1.4/dist /build/translationstring-1.4
Processing ./translationstring-1.4-py2.py3-none-any.whl
Installing collected packages: translationstring
Successfully installed translationstring-1.4
/build/translationstring-1.4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i9y6h00ynk19fgz5pic062j9a0lpxc0s-python3.7-translationstring-1.4
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/i9y6h00ynk19fgz5pic062j9a0lpxc0s-python3.7-translationstring-1.4/lib
patching script interpreter paths in /nix/store/i9y6h00ynk19fgz5pic062j9a0lpxc0s-python3.7-translationstring-1.4
checking for references to /build/ in /nix/store/i9y6h00ynk19fgz5pic062j9a0lpxc0s-python3.7-translationstring-1.4...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
setuptoolsCheckPhase
Executing setuptoolsCheckPhase
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing translationstring.egg-info/PKG-INFO
writing dependency_links to translationstring.egg-info/dependency_links.txt
writing requirements to translationstring.egg-info/requires.txt
writing top-level names to translationstring.egg-info/top_level.txt
reading manifest file 'translationstring.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
writing manifest file 'translationstring.egg-info/SOURCES.txt'
running build_ext
test_chameleon_default_marker_returned (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_msgid_nonstring (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_msgid_not_none_not_string (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_msgid_text_type_translator_is_None (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_msgid_text_type_translator_is_not_None (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_msgid_translationstring_translator_is_None (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_msgid_translationstring_translator_is_not_None (translationstring.tests.test__init__.TestChameleonTranslate) ... ok
test_policy_returns_translated (translationstring.tests.test__init__.TestPluralizer) ... ok
test_translations_None_interpolation_not_required (translationstring.tests.test__init__.TestPluralizer) ... ok
test_translations_None_interpolation_required (translationstring.tests.test__init__.TestPluralizer) ... ok
test___getstate__ (translationstring.tests.test__init__.TestTranslationString) ... ok
test___reduce__ (translationstring.tests.test__init__.TestTranslationString) ... ok
test_allargs (translationstring.tests.test__init__.TestTranslationString) ... ok
test_default_None (translationstring.tests.test__init__.TestTranslationString) ... ok
test_default_not_None (translationstring.tests.test__init__.TestTranslationString) ... ok
test_format_extend_existing_mapping (translationstring.tests.test__init__.TestTranslationString) ... ok
test_format_no_exising_mapping (translationstring.tests.test__init__.TestTranslationString) ... ok
test_format_required_dict_argument (translationstring.tests.test__init__.TestTranslationString) ... ok
test_interpolate_double_dollar_escape (translationstring.tests.test__init__.TestTranslationString) ... ok
test_interpolate_missing_mapping (translationstring.tests.test__init__.TestTranslationString) ... ok
test_interpolate_missing_not_interpolated (translationstring.tests.test__init__.TestTranslationString) ... ok
test_interpolate_passed_translated (translationstring.tests.test__init__.TestTranslationString) ... ok
test_interpolate_subsitution_more_than_once (translationstring.tests.test__init__.TestTranslationString) ... ok
test_interpolate_substitution (translationstring.tests.test__init__.TestTranslationString) ... ok
test_is_text_type_subclass (translationstring.tests.test__init__.TestTranslationString) ... ok
test_msgid_is_translation_string (translationstring.tests.test__init__.TestTranslationString) ... ok
test_allargs (translationstring.tests.test__init__.TestTranslationStringFactory) ... ok
test_msgid_is_translation_string_override_domain (translationstring.tests.test__init__.TestTranslationStringFactory) ... ok
test_msgid_is_translation_string_override_kwarg (translationstring.tests.test__init__.TestTranslationStringFactory) ... ok
test_msgid_is_translation_string_update_mapping (translationstring.tests.test__init__.TestTranslationStringFactory) ... ok
test_policy_returns_msgid (translationstring.tests.test__init__.TestTranslator) ... ok
test_policy_returns_translation (translationstring.tests.test__init__.TestTranslator) ... ok
test_translate_normal_string_with_domain (translationstring.tests.test__init__.TestTranslator) ... ok
test_translate_normal_string_with_mapping (translationstring.tests.test__init__.TestTranslator) ... ok
test_translate_normal_string_with_no_domain (translationstring.tests.test__init__.TestTranslator) ... ok
test_translations_None_interpolation_not_required (translationstring.tests.test__init__.TestTranslator) ... ok
test_translations_None_interpolation_required (translationstring.tests.test__init__.TestTranslator) ... ok
test_it_translations_has_no_dugettext (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_it_use_default_domain (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_it_use_explicit_domain (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_it_use_translations_domain (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_it_use_tstring_domain (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_msgctxt_from_tstring (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_msgctxt_no_translation_found (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_msgctxt_override (translationstring.tests.test__init__.Test_dugettext_policy) ... ok
test_it_translations_has_no_dungettext (translationstring.tests.test__init__.Test_dungettext_policy) ... ok
test_it_use_default_domain (translationstring.tests.test__init__.Test_dungettext_policy) ... ok
test_it_use_passed_domain (translationstring.tests.test__init__.Test_dungettext_policy) ... ok
test_it_use_translation_domain (translationstring.tests.test__init__.Test_dungettext_policy) ... ok
test_it (translationstring.tests.test__init__.Test_ugettext_policy) ... ok
test_msgctxt (translationstring.tests.test__init__.Test_ugettext_policy) ... ok
test_msgctxt_no_translation_found (translationstring.tests.test__init__.Test_ugettext_policy) ... ok
test_it (translationstring.tests.test__init__.Test_ungettext_policy) ... ok
test_msgctxt (translationstring.tests.test__init__.Test_ungettext_policy) ... ok
test_msgctxt_no_translation (translationstring.tests.test__init__.Test_ungettext_policy) ... ok
test_pluralizer_dungettext_policy (translationstring.tests.test_integration.PluralizerIntegrationTests) ... ok
test_pluralizer_ungettext_policy (translationstring.tests.test_integration.PluralizerIntegrationTests) ... ok
test_translator_dugettext_policy (translationstring.tests.test_integration.TranslatorIntegrationTests) ... ok
test_translator_ugettext_policy (translationstring.tests.test_integration.TranslatorIntegrationTests) ... ok
test_translator_with_interpolation (translationstring.tests.test_integration.TranslatorIntegrationTests) ... ok
test_translator_with_interpolation_in_translate (translationstring.tests.test_integration.TranslatorIntegrationTests) ... ok
test_translator_with_interpolation_overridden_in_translate (translationstring.tests.test_integration.TranslatorIntegrationTests) ... ok
test_translator_with_interpolation_partially_overridden_in_translate (translationstring.tests.test_integration.TranslatorIntegrationTests) ... ok
----------------------------------------------------------------------
Ran 63 tests in 0.011s
OK
Finished executing setuptoolsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment