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 Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/356jhwhj4cdyqyfpc4v7sdyjhpxzpcg8-validators-0.18.2.tar.gz source root is validators-0.18.2 setting SOURCE_DATE_EPOCH to timestamp 1608287230 of file validators-0.18.2/setup.cfg @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 /nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'build_requires' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/validators copying validators/between.py -> build/lib/validators copying validators/truthy.py -> build/lib/validators copying validators/extremes.py -> build/lib/validators copying validators/hashes.py -> build/lib/validators copying validators/uuid.py -> build/lib/validators copying validators/mac_address.py -> build/lib/validators copying validators/__init__.py -> build/lib/validators copying validators/length.py -> build/lib/validators copying validators/btc_address.py -> build/lib/validators copying validators/card.py -> build/lib/validators copying validators/domain.py -> build/lib/validators copying validators/email.py -> build/lib/validators copying validators/utils.py -> build/lib/validators copying validators/iban.py -> build/lib/validators copying validators/slug.py -> build/lib/validators copying validators/ip_address.py -> build/lib/validators copying validators/url.py -> build/lib/validators creating build/lib/validators/i18n copying validators/i18n/es.py -> build/lib/validators/i18n copying validators/i18n/fi.py -> build/lib/validators/i18n copying validators/i18n/__init__.py -> build/lib/validators/i18n running egg_info writing validators.egg-info/PKG-INFO writing dependency_links to validators.egg-info/dependency_links.txt writing requirements to validators.egg-info/requires.txt writing top-level names to validators.egg-info/top_level.txt reading manifest file 'validators.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'docs/_themes/.git' adding license file 'LICENSE' writing manifest file 'validators.egg-info/SOURCES.txt' 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/validators copying build/lib/validators/between.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/truthy.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/extremes.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/hashes.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/uuid.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/mac_address.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/__init__.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/length.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/btc_address.py -> build/bdist.linux-x86_64/wheel/validators creating build/bdist.linux-x86_64/wheel/validators/i18n copying build/lib/validators/i18n/es.py -> build/bdist.linux-x86_64/wheel/validators/i18n copying build/lib/validators/i18n/fi.py -> build/bdist.linux-x86_64/wheel/validators/i18n copying build/lib/validators/i18n/__init__.py -> build/bdist.linux-x86_64/wheel/validators/i18n copying build/lib/validators/card.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/domain.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/email.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/utils.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/iban.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/slug.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/ip_address.py -> build/bdist.linux-x86_64/wheel/validators copying build/lib/validators/url.py -> build/bdist.linux-x86_64/wheel/validators running install_egg_info Copying validators.egg-info to build/bdist.linux-x86_64/wheel/validators-0.18.2-py3.7.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/validators-0.18.2.dist-info/WHEEL creating 'dist/validators-0.18.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'validators/__init__.py' adding 'validators/between.py' adding 'validators/btc_address.py' adding 'validators/card.py' adding 'validators/domain.py' adding 'validators/email.py' adding 'validators/extremes.py' adding 'validators/hashes.py' adding 'validators/iban.py' adding 'validators/ip_address.py' adding 'validators/length.py' adding 'validators/mac_address.py' adding 'validators/slug.py' adding 'validators/truthy.py' adding 'validators/url.py' adding 'validators/utils.py' adding 'validators/uuid.py' adding 'validators/i18n/__init__.py' adding 'validators/i18n/es.py' adding 'validators/i18n/fi.py' adding 'validators-0.18.2.dist-info/LICENSE' adding 'validators-0.18.2.dist-info/METADATA' adding 'validators-0.18.2.dist-info/WHEEL' adding 'validators-0.18.2.dist-info/top_level.txt' adding 'validators-0.18.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/validators-0.18.2/dist /build/validators-0.18.2 Processing ./validators-0.18.2-py3-none-any.whl Requirement already satisfied: six>=1.4.0 in /nix/store/cz0zwcgmhgrz3mv722xnmfnnbg8ybrvf-python3.7-six-1.16.0/lib/python3.7/site-packages (from validators==0.18.2) (1.16.0) Requirement already satisfied: decorator>=3.4.0 in /nix/store/d0p7n0pz07vrp7w6pqm22dwxabmi160i-python3.7-decorator-5.0.9/lib/python3.7/site-packages (from validators==0.18.2) (5.0.9) Installing collected packages: validators Successfully installed validators-0.18.2 /build/validators-0.18.2 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/3236bwmg7z2gcsjsnr7kxb65j5dl8ca8-python3.7-validators-0.18.2 strip is /nix/store/a4mmjm3bblxwp8h53bcfx3dly80ib0ba-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/3236bwmg7z2gcsjsnr7kxb65j5dl8ca8-python3.7-validators-0.18.2/lib patching script interpreter paths in /nix/store/3236bwmg7z2gcsjsnr7kxb65j5dl8ca8-python3.7-validators-0.18.2 checking for references to /build/ in /nix/store/3236bwmg7z2gcsjsnr7kxb65j5dl8ca8-python3.7-validators-0.18.2... 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": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.7.11, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /build/validators-0.18.2 collecting ...  collected 489 items  tests/test_between.py ......... [ 1%] tests/test_btc_address.py ........ [ 3%] tests/test_card.py ..................................................... [ 14%] .............................................. [ 23%] tests/test_domain.py .......................... [ 29%] tests/test_email.py ......................... [ 34%] tests/test_extremes.py ............ [ 36%] tests/test_iban.py .... [ 37%] tests/test_ipv4.py ....... [ 38%] tests/test_ipv4_cidr.py ........ [ 40%] tests/test_ipv6.py ......... [ 42%] tests/test_ipv6_cidr.py .............. [ 45%] tests/test_length.py ........... [ 47%] tests/test_mac_address.py ..... [ 48%] tests/test_md5.py ..... [ 49%] tests/test_sha1.py ..... [ 50%] tests/test_sha224.py ..... [ 51%] tests/test_sha256.py ..... [ 52%] tests/test_sha512.py ..... [ 53%] tests/test_slug.py ....... [ 55%] tests/test_url.py ...................................................... [ 66%] .................................................................... [ 79%] tests/test_uuid.py .......... [ 82%] tests/test_validation_failure.py .... [ 82%] tests/i18n/test_es.py .................................................. [ 93%] ......... [ 94%] tests/i18n/test_fi.py ......................... [100%] ============================= 489 passed in 1.17s ============================== Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase