Skip to content

Instantly share code, notes, and snippets.

@anpin
Created October 2, 2022 10:15
Show Gist options
  • Save anpin/1eed9afd016a3a02109f4f1357e5b4d9 to your computer and use it in GitHub Desktop.
Save anpin/1eed9afd016a3a02109f4f1357e5b4d9 to your computer and use it in GitHub Desktop.
python310Packages.openapi-core build log
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 python-catch-conflicts-hook.sh
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/6yap2js5qpxqb896j8pg5r8rfm5zr6xp-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/unit/validation/test_response_shortcuts.py
@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/3jb3dgp57429y07my17hnhbd5q9f1rm8-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'long-description-content-type' will not be supported in future versions. Please use the underscore name 'long_description_content_type' instead
warnings.warn(
/nix/store/3jb3dgp57429y07my17hnhbd5q9f1rm8-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/_distutils/dist.py:262: UserWarning: Unknown distribution option: 'setup_cfg'
warnings.warn(msg)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/openapi_core
copying openapi_core/shortcuts.py -> build/lib/openapi_core
copying openapi_core/types.py -> build/lib/openapi_core
copying openapi_core/__init__.py -> build/lib/openapi_core
copying openapi_core/compat.py -> build/lib/openapi_core
copying openapi_core/exceptions.py -> build/lib/openapi_core
creating build/lib/openapi_core/casting
copying openapi_core/casting/__init__.py -> build/lib/openapi_core/casting
creating build/lib/openapi_core/schema
copying openapi_core/schema/schemas.py -> build/lib/openapi_core/schema
copying openapi_core/schema/parameters.py -> build/lib/openapi_core/schema
copying openapi_core/schema/__init__.py -> build/lib/openapi_core/schema
copying openapi_core/schema/specs.py -> build/lib/openapi_core/schema
copying openapi_core/schema/servers.py -> build/lib/openapi_core/schema
creating build/lib/openapi_core/contrib
copying openapi_core/contrib/__init__.py -> build/lib/openapi_core/contrib
creating build/lib/openapi_core/extensions
copying openapi_core/extensions/__init__.py -> build/lib/openapi_core/extensions
creating build/lib/openapi_core/unmarshalling
copying openapi_core/unmarshalling/__init__.py -> build/lib/openapi_core/unmarshalling
creating build/lib/openapi_core/spec
copying openapi_core/spec/accessors.py -> build/lib/openapi_core/spec
copying openapi_core/spec/paths.py -> build/lib/openapi_core/spec
copying openapi_core/spec/shortcuts.py -> build/lib/openapi_core/spec
copying openapi_core/spec/__init__.py -> build/lib/openapi_core/spec
creating build/lib/openapi_core/templating
copying openapi_core/templating/__init__.py -> build/lib/openapi_core/templating
copying openapi_core/templating/util.py -> build/lib/openapi_core/templating
copying openapi_core/templating/datatypes.py -> build/lib/openapi_core/templating
creating build/lib/openapi_core/security
copying openapi_core/security/providers.py -> build/lib/openapi_core/security
copying openapi_core/security/factories.py -> build/lib/openapi_core/security
copying openapi_core/security/__init__.py -> build/lib/openapi_core/security
copying openapi_core/security/exceptions.py -> build/lib/openapi_core/security
creating build/lib/openapi_core/deserializing
copying openapi_core/deserializing/__init__.py -> build/lib/openapi_core/deserializing
copying openapi_core/deserializing/exceptions.py -> build/lib/openapi_core/deserializing
creating build/lib/openapi_core/validation
copying openapi_core/validation/decorators.py -> build/lib/openapi_core/validation
copying openapi_core/validation/validators.py -> build/lib/openapi_core/validation
copying openapi_core/validation/processors.py -> build/lib/openapi_core/validation
copying openapi_core/validation/__init__.py -> build/lib/openapi_core/validation
copying openapi_core/validation/exceptions.py -> build/lib/openapi_core/validation
copying openapi_core/validation/datatypes.py -> build/lib/openapi_core/validation
creating build/lib/openapi_core/testing
copying openapi_core/testing/factories.py -> build/lib/openapi_core/testing
copying openapi_core/testing/responses.py -> build/lib/openapi_core/testing
copying openapi_core/testing/requests.py -> build/lib/openapi_core/testing
copying openapi_core/testing/__init__.py -> build/lib/openapi_core/testing
copying openapi_core/testing/mock.py -> build/lib/openapi_core/testing
copying openapi_core/testing/datatypes.py -> build/lib/openapi_core/testing
creating build/lib/openapi_core/casting/schemas
copying openapi_core/casting/schemas/factories.py -> build/lib/openapi_core/casting/schemas
copying openapi_core/casting/schemas/casters.py -> build/lib/openapi_core/casting/schemas
copying openapi_core/casting/schemas/__init__.py -> build/lib/openapi_core/casting/schemas
copying openapi_core/casting/schemas/util.py -> build/lib/openapi_core/casting/schemas
copying openapi_core/casting/schemas/exceptions.py -> build/lib/openapi_core/casting/schemas
creating build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/responses.py -> build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/middlewares.py -> build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/views.py -> build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/requests.py -> build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/__init__.py -> build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/compat.py -> build/lib/openapi_core/contrib/falcon
copying openapi_core/contrib/falcon/handlers.py -> build/lib/openapi_core/contrib/falcon
creating build/lib/openapi_core/contrib/django
copying openapi_core/contrib/django/responses.py -> build/lib/openapi_core/contrib/django
copying openapi_core/contrib/django/backports.py -> build/lib/openapi_core/contrib/django
copying openapi_core/contrib/django/requests.py -> build/lib/openapi_core/contrib/django
copying openapi_core/contrib/django/__init__.py -> build/lib/openapi_core/contrib/django
copying openapi_core/contrib/django/compat.py -> build/lib/openapi_core/contrib/django
creating build/lib/openapi_core/contrib/requests
copying openapi_core/contrib/requests/responses.py -> build/lib/openapi_core/contrib/requests
copying openapi_core/contrib/requests/requests.py -> build/lib/openapi_core/contrib/requests
copying openapi_core/contrib/requests/__init__.py -> build/lib/openapi_core/contrib/requests
creating build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/providers.py -> build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/responses.py -> build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/decorators.py -> build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/views.py -> build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/requests.py -> build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/__init__.py -> build/lib/openapi_core/contrib/flask
copying openapi_core/contrib/flask/handlers.py -> build/lib/openapi_core/contrib/flask
creating build/lib/openapi_core/extensions/models
copying openapi_core/extensions/models/factories.py -> build/lib/openapi_core/extensions/models
copying openapi_core/extensions/models/models.py -> build/lib/openapi_core/extensions/models
copying openapi_core/extensions/models/__init__.py -> build/lib/openapi_core/extensions/models
creating build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/factories.py -> build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/enums.py -> build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/formatters.py -> build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/unmarshallers.py -> build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/__init__.py -> build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/util.py -> build/lib/openapi_core/unmarshalling/schemas
copying openapi_core/unmarshalling/schemas/exceptions.py -> build/lib/openapi_core/unmarshalling/schemas
creating build/lib/openapi_core/templating/responses
copying openapi_core/templating/responses/finders.py -> build/lib/openapi_core/templating/responses
copying openapi_core/templating/responses/__init__.py -> build/lib/openapi_core/templating/responses
copying openapi_core/templating/responses/exceptions.py -> build/lib/openapi_core/templating/responses
creating build/lib/openapi_core/templating/paths
copying openapi_core/templating/paths/finders.py -> build/lib/openapi_core/templating/paths
copying openapi_core/templating/paths/__init__.py -> build/lib/openapi_core/templating/paths
copying openapi_core/templating/paths/exceptions.py -> build/lib/openapi_core/templating/paths
creating build/lib/openapi_core/templating/media_types
copying openapi_core/templating/media_types/finders.py -> build/lib/openapi_core/templating/media_types
copying openapi_core/templating/media_types/__init__.py -> build/lib/openapi_core/templating/media_types
copying openapi_core/templating/media_types/exceptions.py -> build/lib/openapi_core/templating/media_types
creating build/lib/openapi_core/deserializing/parameters
copying openapi_core/deserializing/parameters/factories.py -> build/lib/openapi_core/deserializing/parameters
copying openapi_core/deserializing/parameters/__init__.py -> build/lib/openapi_core/deserializing/parameters
copying openapi_core/deserializing/parameters/exceptions.py -> build/lib/openapi_core/deserializing/parameters
copying openapi_core/deserializing/parameters/deserializers.py -> build/lib/openapi_core/deserializing/parameters
creating build/lib/openapi_core/deserializing/media_types
copying openapi_core/deserializing/media_types/factories.py -> build/lib/openapi_core/deserializing/media_types
copying openapi_core/deserializing/media_types/__init__.py -> build/lib/openapi_core/deserializing/media_types
copying openapi_core/deserializing/media_types/util.py -> build/lib/openapi_core/deserializing/media_types
copying openapi_core/deserializing/media_types/deserializers.py -> build/lib/openapi_core/deserializing/media_types
creating build/lib/openapi_core/validation/request
copying openapi_core/validation/request/validators.py -> build/lib/openapi_core/validation/request
copying openapi_core/validation/request/shortcuts.py -> build/lib/openapi_core/validation/request
copying openapi_core/validation/request/__init__.py -> build/lib/openapi_core/validation/request
copying openapi_core/validation/request/datatypes.py -> build/lib/openapi_core/validation/request
creating build/lib/openapi_core/validation/response
copying openapi_core/validation/response/validators.py -> build/lib/openapi_core/validation/response
copying openapi_core/validation/response/shortcuts.py -> build/lib/openapi_core/validation/response
copying openapi_core/validation/response/__init__.py -> build/lib/openapi_core/validation/response
copying openapi_core/validation/response/datatypes.py -> build/lib/openapi_core/validation/response
running egg_info
creating openapi_core.egg-info
writing openapi_core.egg-info/PKG-INFO
writing dependency_links to openapi_core.egg-info/dependency_links.txt
writing requirements to openapi_core.egg-info/requires.txt
writing top-level names to openapi_core.egg-info/top_level.txt
writing manifest file 'openapi_core.egg-info/SOURCES.txt'
reading manifest file 'openapi_core.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'openapi_core.egg-info/SOURCES.txt'
/nix/store/3jb3dgp57429y07my17hnhbd5q9f1rm8-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
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/openapi_core
creating build/bdist.linux-x86_64/wheel/openapi_core/casting
copying build/lib/openapi_core/casting/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/casting
creating build/bdist.linux-x86_64/wheel/openapi_core/casting/schemas
copying build/lib/openapi_core/casting/schemas/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/casting/schemas
copying build/lib/openapi_core/casting/schemas/casters.py -> build/bdist.linux-x86_64/wheel/openapi_core/casting/schemas
copying build/lib/openapi_core/casting/schemas/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/casting/schemas
copying build/lib/openapi_core/casting/schemas/util.py -> build/bdist.linux-x86_64/wheel/openapi_core/casting/schemas
copying build/lib/openapi_core/casting/schemas/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/casting/schemas
creating build/bdist.linux-x86_64/wheel/openapi_core/schema
copying build/lib/openapi_core/schema/schemas.py -> build/bdist.linux-x86_64/wheel/openapi_core/schema
copying build/lib/openapi_core/schema/parameters.py -> build/bdist.linux-x86_64/wheel/openapi_core/schema
copying build/lib/openapi_core/schema/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/schema
copying build/lib/openapi_core/schema/specs.py -> build/bdist.linux-x86_64/wheel/openapi_core/schema
copying build/lib/openapi_core/schema/servers.py -> build/bdist.linux-x86_64/wheel/openapi_core/schema
creating build/bdist.linux-x86_64/wheel/openapi_core/contrib
creating build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/responses.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/middlewares.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/views.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/requests.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/compat.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
copying build/lib/openapi_core/contrib/falcon/handlers.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/falcon
creating build/bdist.linux-x86_64/wheel/openapi_core/contrib/django
copying build/lib/openapi_core/contrib/django/responses.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/django
copying build/lib/openapi_core/contrib/django/backports.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/django
copying build/lib/openapi_core/contrib/django/requests.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/django
copying build/lib/openapi_core/contrib/django/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/django
copying build/lib/openapi_core/contrib/django/compat.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/django
creating build/bdist.linux-x86_64/wheel/openapi_core/contrib/requests
copying build/lib/openapi_core/contrib/requests/responses.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/requests
copying build/lib/openapi_core/contrib/requests/requests.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/requests
copying build/lib/openapi_core/contrib/requests/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/requests
copying build/lib/openapi_core/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib
creating build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/providers.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/responses.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/decorators.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/views.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/requests.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
copying build/lib/openapi_core/contrib/flask/handlers.py -> build/bdist.linux-x86_64/wheel/openapi_core/contrib/flask
creating build/bdist.linux-x86_64/wheel/openapi_core/extensions
creating build/bdist.linux-x86_64/wheel/openapi_core/extensions/models
copying build/lib/openapi_core/extensions/models/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/extensions/models
copying build/lib/openapi_core/extensions/models/models.py -> build/bdist.linux-x86_64/wheel/openapi_core/extensions/models
copying build/lib/openapi_core/extensions/models/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/extensions/models
copying build/lib/openapi_core/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/extensions
creating build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling
copying build/lib/openapi_core/unmarshalling/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling
creating build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/enums.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/formatters.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/unmarshallers.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/util.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/unmarshalling/schemas/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/unmarshalling/schemas
copying build/lib/openapi_core/shortcuts.py -> build/bdist.linux-x86_64/wheel/openapi_core
creating build/bdist.linux-x86_64/wheel/openapi_core/spec
copying build/lib/openapi_core/spec/accessors.py -> build/bdist.linux-x86_64/wheel/openapi_core/spec
copying build/lib/openapi_core/spec/paths.py -> build/bdist.linux-x86_64/wheel/openapi_core/spec
copying build/lib/openapi_core/spec/shortcuts.py -> build/bdist.linux-x86_64/wheel/openapi_core/spec
copying build/lib/openapi_core/spec/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/spec
creating build/bdist.linux-x86_64/wheel/openapi_core/templating
creating build/bdist.linux-x86_64/wheel/openapi_core/templating/responses
copying build/lib/openapi_core/templating/responses/finders.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/responses
copying build/lib/openapi_core/templating/responses/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/responses
copying build/lib/openapi_core/templating/responses/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/responses
creating build/bdist.linux-x86_64/wheel/openapi_core/templating/paths
copying build/lib/openapi_core/templating/paths/finders.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/paths
copying build/lib/openapi_core/templating/paths/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/paths
copying build/lib/openapi_core/templating/paths/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/paths
creating build/bdist.linux-x86_64/wheel/openapi_core/templating/media_types
copying build/lib/openapi_core/templating/media_types/finders.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/media_types
copying build/lib/openapi_core/templating/media_types/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/media_types
copying build/lib/openapi_core/templating/media_types/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating/media_types
copying build/lib/openapi_core/templating/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating
copying build/lib/openapi_core/templating/util.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating
copying build/lib/openapi_core/templating/datatypes.py -> build/bdist.linux-x86_64/wheel/openapi_core/templating
creating build/bdist.linux-x86_64/wheel/openapi_core/security
copying build/lib/openapi_core/security/providers.py -> build/bdist.linux-x86_64/wheel/openapi_core/security
copying build/lib/openapi_core/security/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/security
copying build/lib/openapi_core/security/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/security
copying build/lib/openapi_core/security/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/security
copying build/lib/openapi_core/types.py -> build/bdist.linux-x86_64/wheel/openapi_core
creating build/bdist.linux-x86_64/wheel/openapi_core/deserializing
creating build/bdist.linux-x86_64/wheel/openapi_core/deserializing/parameters
copying build/lib/openapi_core/deserializing/parameters/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/parameters
copying build/lib/openapi_core/deserializing/parameters/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/parameters
copying build/lib/openapi_core/deserializing/parameters/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/parameters
copying build/lib/openapi_core/deserializing/parameters/deserializers.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/parameters
creating build/bdist.linux-x86_64/wheel/openapi_core/deserializing/media_types
copying build/lib/openapi_core/deserializing/media_types/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/media_types
copying build/lib/openapi_core/deserializing/media_types/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/media_types
copying build/lib/openapi_core/deserializing/media_types/util.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/media_types
copying build/lib/openapi_core/deserializing/media_types/deserializers.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing/media_types
copying build/lib/openapi_core/deserializing/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing
copying build/lib/openapi_core/deserializing/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/deserializing
copying build/lib/openapi_core/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core
copying build/lib/openapi_core/compat.py -> build/bdist.linux-x86_64/wheel/openapi_core
creating build/bdist.linux-x86_64/wheel/openapi_core/validation
creating build/bdist.linux-x86_64/wheel/openapi_core/validation/request
copying build/lib/openapi_core/validation/request/validators.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/request
copying build/lib/openapi_core/validation/request/shortcuts.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/request
copying build/lib/openapi_core/validation/request/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/request
copying build/lib/openapi_core/validation/request/datatypes.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/request
creating build/bdist.linux-x86_64/wheel/openapi_core/validation/response
copying build/lib/openapi_core/validation/response/validators.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/response
copying build/lib/openapi_core/validation/response/shortcuts.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/response
copying build/lib/openapi_core/validation/response/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/response
copying build/lib/openapi_core/validation/response/datatypes.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation/response
copying build/lib/openapi_core/validation/decorators.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation
copying build/lib/openapi_core/validation/validators.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation
copying build/lib/openapi_core/validation/processors.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation
copying build/lib/openapi_core/validation/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation
copying build/lib/openapi_core/validation/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation
copying build/lib/openapi_core/validation/datatypes.py -> build/bdist.linux-x86_64/wheel/openapi_core/validation
copying build/lib/openapi_core/exceptions.py -> build/bdist.linux-x86_64/wheel/openapi_core
creating build/bdist.linux-x86_64/wheel/openapi_core/testing
copying build/lib/openapi_core/testing/factories.py -> build/bdist.linux-x86_64/wheel/openapi_core/testing
copying build/lib/openapi_core/testing/responses.py -> build/bdist.linux-x86_64/wheel/openapi_core/testing
copying build/lib/openapi_core/testing/requests.py -> build/bdist.linux-x86_64/wheel/openapi_core/testing
copying build/lib/openapi_core/testing/__init__.py -> build/bdist.linux-x86_64/wheel/openapi_core/testing
copying build/lib/openapi_core/testing/mock.py -> build/bdist.linux-x86_64/wheel/openapi_core/testing
copying build/lib/openapi_core/testing/datatypes.py -> build/bdist.linux-x86_64/wheel/openapi_core/testing
running install_egg_info
Copying openapi_core.egg-info to build/bdist.linux-x86_64/wheel/openapi_core-0.14.2-py3.10.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/openapi_core-0.14.2.dist-info/WHEEL
creating 'dist/openapi_core-0.14.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'openapi_core/__init__.py'
adding 'openapi_core/compat.py'
adding 'openapi_core/exceptions.py'
adding 'openapi_core/shortcuts.py'
adding 'openapi_core/types.py'
adding 'openapi_core/casting/__init__.py'
adding 'openapi_core/casting/schemas/__init__.py'
adding 'openapi_core/casting/schemas/casters.py'
adding 'openapi_core/casting/schemas/exceptions.py'
adding 'openapi_core/casting/schemas/factories.py'
adding 'openapi_core/casting/schemas/util.py'
adding 'openapi_core/contrib/__init__.py'
adding 'openapi_core/contrib/django/__init__.py'
adding 'openapi_core/contrib/django/backports.py'
adding 'openapi_core/contrib/django/compat.py'
adding 'openapi_core/contrib/django/requests.py'
adding 'openapi_core/contrib/django/responses.py'
adding 'openapi_core/contrib/falcon/__init__.py'
adding 'openapi_core/contrib/falcon/compat.py'
adding 'openapi_core/contrib/falcon/handlers.py'
adding 'openapi_core/contrib/falcon/middlewares.py'
adding 'openapi_core/contrib/falcon/requests.py'
adding 'openapi_core/contrib/falcon/responses.py'
adding 'openapi_core/contrib/falcon/views.py'
adding 'openapi_core/contrib/flask/__init__.py'
adding 'openapi_core/contrib/flask/decorators.py'
adding 'openapi_core/contrib/flask/handlers.py'
adding 'openapi_core/contrib/flask/providers.py'
adding 'openapi_core/contrib/flask/requests.py'
adding 'openapi_core/contrib/flask/responses.py'
adding 'openapi_core/contrib/flask/views.py'
adding 'openapi_core/contrib/requests/__init__.py'
adding 'openapi_core/contrib/requests/requests.py'
adding 'openapi_core/contrib/requests/responses.py'
adding 'openapi_core/deserializing/__init__.py'
adding 'openapi_core/deserializing/exceptions.py'
adding 'openapi_core/deserializing/media_types/__init__.py'
adding 'openapi_core/deserializing/media_types/deserializers.py'
adding 'openapi_core/deserializing/media_types/factories.py'
adding 'openapi_core/deserializing/media_types/util.py'
adding 'openapi_core/deserializing/parameters/__init__.py'
adding 'openapi_core/deserializing/parameters/deserializers.py'
adding 'openapi_core/deserializing/parameters/exceptions.py'
adding 'openapi_core/deserializing/parameters/factories.py'
adding 'openapi_core/extensions/__init__.py'
adding 'openapi_core/extensions/models/__init__.py'
adding 'openapi_core/extensions/models/factories.py'
adding 'openapi_core/extensions/models/models.py'
adding 'openapi_core/schema/__init__.py'
adding 'openapi_core/schema/parameters.py'
adding 'openapi_core/schema/schemas.py'
adding 'openapi_core/schema/servers.py'
adding 'openapi_core/schema/specs.py'
adding 'openapi_core/security/__init__.py'
adding 'openapi_core/security/exceptions.py'
adding 'openapi_core/security/factories.py'
adding 'openapi_core/security/providers.py'
adding 'openapi_core/spec/__init__.py'
adding 'openapi_core/spec/accessors.py'
adding 'openapi_core/spec/paths.py'
adding 'openapi_core/spec/shortcuts.py'
adding 'openapi_core/templating/__init__.py'
adding 'openapi_core/templating/datatypes.py'
adding 'openapi_core/templating/util.py'
adding 'openapi_core/templating/media_types/__init__.py'
adding 'openapi_core/templating/media_types/exceptions.py'
adding 'openapi_core/templating/media_types/finders.py'
adding 'openapi_core/templating/paths/__init__.py'
adding 'openapi_core/templating/paths/exceptions.py'
adding 'openapi_core/templating/paths/finders.py'
adding 'openapi_core/templating/responses/__init__.py'
adding 'openapi_core/templating/responses/exceptions.py'
adding 'openapi_core/templating/responses/finders.py'
adding 'openapi_core/testing/__init__.py'
adding 'openapi_core/testing/datatypes.py'
adding 'openapi_core/testing/factories.py'
adding 'openapi_core/testing/mock.py'
adding 'openapi_core/testing/requests.py'
adding 'openapi_core/testing/responses.py'
adding 'openapi_core/unmarshalling/__init__.py'
adding 'openapi_core/unmarshalling/schemas/__init__.py'
adding 'openapi_core/unmarshalling/schemas/enums.py'
adding 'openapi_core/unmarshalling/schemas/exceptions.py'
adding 'openapi_core/unmarshalling/schemas/factories.py'
adding 'openapi_core/unmarshalling/schemas/formatters.py'
adding 'openapi_core/unmarshalling/schemas/unmarshallers.py'
adding 'openapi_core/unmarshalling/schemas/util.py'
adding 'openapi_core/validation/__init__.py'
adding 'openapi_core/validation/datatypes.py'
adding 'openapi_core/validation/decorators.py'
adding 'openapi_core/validation/exceptions.py'
adding 'openapi_core/validation/processors.py'
adding 'openapi_core/validation/validators.py'
adding 'openapi_core/validation/request/__init__.py'
adding 'openapi_core/validation/request/datatypes.py'
adding 'openapi_core/validation/request/shortcuts.py'
adding 'openapi_core/validation/request/validators.py'
adding 'openapi_core/validation/response/__init__.py'
adding 'openapi_core/validation/response/datatypes.py'
adding 'openapi_core/validation/response/shortcuts.py'
adding 'openapi_core/validation/response/validators.py'
adding 'openapi_core-0.14.2.dist-info/LICENSE'
adding 'openapi_core-0.14.2.dist-info/METADATA'
adding 'openapi_core-0.14.2.dist-info/WHEEL'
adding 'openapi_core-0.14.2.dist-info/top_level.txt'
adding 'openapi_core-0.14.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./openapi_core-0.14.2-py3-none-any.whl
Requirement already satisfied: parse in /nix/store/zb6jiyz9rndcvqsig93993hx35krgakx-python3.10-parse-1.19.0/lib/python3.10/site-packages (from openapi-core==0.14.2) (1.19.0)
Requirement already satisfied: more-itertools in /nix/store/08khfbywzm633kaykd7mlb4pz488z1fa-python3.10-more-itertools-8.14.0/lib/python3.10/site-packages (from openapi-core==0.14.2) (8.14.0)
Requirement already satisfied: dictpath in /nix/store/8krircx9gz4mwd0cjskqfyccmcnplsgr-python3.10-dictpath-0.1.3/lib/python3.10/site-packages (from openapi-core==0.14.2) (0.1.3)
Requirement already satisfied: openapi-spec-validator in /nix/store/0bs3fp7zl8f9pgzzfxfiy4xfpkpqz817-python3.10-openapi-spec-validator-0.5.1/lib/python3.10/site-packages (from openapi-core==0.14.2) (0.5.1)
Requirement already satisfied: attrs in /nix/store/ixsh87qiq0gvcir2vhsmf7z4sw3rjssh-python3.10-attrs-22.1.0/lib/python3.10/site-packages (from openapi-core==0.14.2) (22.1.0)
Requirement already satisfied: werkzeug in /nix/store/9dq4fqfiz90jhi8dghrzglkmkv68zxb7-python3.10-werkzeug-2.2.2/lib/python3.10/site-packages (from openapi-core==0.14.2) (2.2.2)
Requirement already satisfied: openapi-schema-validator in /nix/store/8jhmk84z9xavaify98akyfqyyd10vvm3-python3.10-openapi-schema-validator-0.3.4/lib/python3.10/site-packages (from openapi-core==0.14.2) (0.3.4)
Requirement already satisfied: lazy-object-proxy in /nix/store/nbkg1frg4c71z80jkhxab2v5y55i80xh-python3.10-lazy-object-proxy-1.7.1/lib/python3.10/site-packages (from openapi-core==0.14.2) (1.7.1)
Requirement already satisfied: six in /nix/store/qb8l07yw65mhmnvffvcn3sj0dnp7jww1-python3.10-six-1.16.0/lib/python3.10/site-packages (from openapi-core==0.14.2) (1.16.0)
Requirement already satisfied: isodate in /nix/store/ybph7pq85bf4f3bsms1v0wm3cz9sj61b-python3.10-isodate-0.6.1/lib/python3.10/site-packages (from openapi-core==0.14.2) (0.6.1)
Requirement already satisfied: jsonschema<5.0.0,>=4.0.0 in /nix/store/xzzk291mzsaysj5pngs5r89m3k20dqkr-python3.10-jsonschema-4.16.0/lib/python3.10/site-packages (from openapi-schema-validator->openapi-core==0.14.2) (4.16.0)
Requirement already satisfied: importlib-resources<6.0.0,>=5.8.0 in /nix/store/lki6x9czy5b75kmlmnbbwhnhzlhkxbdr-python3.10-importlib-resources-5.9.0/lib/python3.10/site-packages (from openapi-spec-validator->openapi-core==0.14.2) (5.9.0)
Requirement already satisfied: PyYAML>=5.1 in /nix/store/z0d74c4jyjqq2s41yxxq4jww4pa130d7-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from openapi-spec-validator->openapi-core==0.14.2) (6.0)
Requirement already satisfied: jsonschema-spec<0.2.0,>=0.1.1 in /nix/store/zyidlkqp48l23s2smgrpd9386c8j9cc4-python3.10-jsonschema-spec-0.1.2/lib/python3.10/site-packages (from openapi-spec-validator->openapi-core==0.14.2) (0.1.2)
Requirement already satisfied: MarkupSafe>=2.1.1 in /nix/store/sjdz5mnk3f9xkwwdmw04wyjp8khc5zk1-python3.10-markupsafe-2.1.1/lib/python3.10/site-packages (from werkzeug->openapi-core==0.14.2) (2.1.1)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /nix/store/13y4q8d7n8yw3g7l0qdgs0vdd3fp075l-python3.10-pyrsistent-0.18.1/lib/python3.10/site-packages (from jsonschema<5.0.0,>=4.0.0->openapi-schema-validator->openapi-core==0.14.2) (0.18.1)
Requirement already satisfied: pathable<0.5.0,>=0.4.1 in /nix/store/wbw9j258i42dfzj3fr7yg8a499qnmyjs-python3.10-pathable-0.4.3/lib/python3.10/site-packages (from jsonschema-spec<0.2.0,>=0.1.1->openapi-spec-validator->openapi-core==0.14.2) (0.4.3)
Requirement already satisfied: typing-extensions<5.0.0,>=4.3.0 in /nix/store/cyw1g8k4cx9sbhcriyrmn1cjpp3qk7wv-python3.10-typing-extensions-4.3.0/lib/python3.10/site-packages (from jsonschema-spec<0.2.0,>=0.1.1->openapi-spec-validator->openapi-core==0.14.2) (4.3.0)
Installing collected packages: openapi-core
Successfully installed openapi-core-0.14.2
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2
strip is /nix/store/j061mvdxw70xz20r2r0lr5lk0rcsjf9i-gcc-wrapper-11.3.0/bin/strip
stripping (with command strip and flags -S) in /nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2/lib
patching script interpreter paths in /nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2
checking for references to /build/ in /nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/pk1bkf2l1p1n2m04cbia1fr8gm0cawil-python3.10-openapi-core-0.14.2-dist
strip is /nix/store/j061mvdxw70xz20r2r0lr5lk0rcsjf9i-gcc-wrapper-11.3.0/bin/strip
patching script interpreter paths in /nix/store/pk1bkf2l1p1n2m04cbia1fr8gm0cawil-python3.10-openapi-core-0.14.2-dist
checking for references to /build/ in /nix/store/pk1bkf2l1p1n2m04cbia1fr8gm0cawil-python3.10-openapi-core-0.14.2-dist...
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
Check whether the following modules can be imported: openapi_core openapi_core.validation.request.validators openapi_core.validation.response.validators
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 1, in <lambda>
File "/nix/store/wyhbl43ycqn43d08v5fqj1j6ynf7nz73-python3-3.10.7/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/__init__.py", line 3, in <module>
from openapi_core.shortcuts import (
File "/nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/shortcuts.py", line 3, in <module>
from openapi_core.spec.shortcuts import create_spec
File "/nix/store/6f9n6l2j5c5wj0a0shk8xd77m0428wzh-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/spec/shortcuts.py", line 3, in <module>
from openapi_spec_validator import (
ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator' (/nix/store/0bs3fp7zl8f9pgzzfxfiy4xfpkpqz817-python3.10-openapi-spec-validator-0.5.1/lib/python3.10/site-packages/openapi_spec_validator/__init__.py)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment