Skip to content

Instantly share code, notes, and snippets.

@shinedesign
Created October 1, 2018 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinedesign/49c81b9a63a90187fccb2b5c27c519f5 to your computer and use it in GitHub Desktop.
Save shinedesign/49c81b9a63a90187fccb2b5c27c519f5 to your computer and use it in GitHub Desktop.
Detailed installation log
Starting at Mon Oct 1 14:56:21 CEST 2018
Processing /Users/vladimir/downloads/Plone-5.1.2-UnifiedInstaller/packages/setuptools-38.7.0.zip
Building wheels for collected packages: setuptools
Running setup.py bdist_wheel for setuptools: started
Running setup.py bdist_wheel for setuptools: finished with status 'done'
Stored in directory: /Users/vladimir/Library/Caches/pip/wheels/11/55/3b/e2a6e99f72f1ca7f86bf0d72ee2360d3cc8fe80b30c7f27f77
Successfully built setuptools
Installing collected packages: setuptools
Found existing installation: setuptools 40.4.3
Uninstalling setuptools-40.4.3:
Successfully uninstalled setuptools-40.4.3
Successfully installed setuptools-38.7.0
Processing /Users/vladimir/downloads/Plone-5.1.2-UnifiedInstaller/packages/zc.buildout-2.11.2.tar.gz
Requirement already satisfied: setuptools>=8.0 in /Users/vladimir/Plone/zinstance/lib/python2.7/site-packages (from zc.buildout==2.11.2) (38.7.0)
Building wheels for collected packages: zc.buildout
Running setup.py bdist_wheel for zc.buildout: started
Running setup.py bdist_wheel for zc.buildout: finished with status 'done'
Stored in directory: /Users/vladimir/Library/Caches/pip/wheels/ac/dd/77/9b12d66ef228d988fa6287eed7e540c2af6b5f218d8bf74d7a
Successfully built zc.buildout
Installing collected packages: zc.buildout
Successfully installed zc.buildout-2.11.2
Creating directory '/Users/vladimir/Plone/zinstance/parts'.
Creating directory '/Users/vladimir/Plone/zinstance/develop-eggs'.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Record/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Record/
Getting distribution for 'Record==2.13.0'.
src/Record/_Record.c:140:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyObject_Length(self->schema);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
src/Record/_Record.c:301:41: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if(i < 0 || i >= l) return IndexError(i);
~~~~~~~~~~ ^
src/Record/_Record.c:326:18: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
3 warnings generated.
Got Record 2.13.0.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Products.ZCTextIndex/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Products.ZCTextIndex/
Getting distribution for 'Products.ZCTextIndex==2.13.5'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/Products/ZCTextIndex/stopper.c:41:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PySequence_Fast_GET_SIZE(seq);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:1161:24: note: expanded from macro 'PySequence_Fast_GET_SIZE'
(PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
^~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/Products/ZCTextIndex/stopper.c:41:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PySequence_Fast_GET_SIZE(seq);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:1161:45: note: expanded from macro 'PySequence_Fast_GET_SIZE'
(PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
^~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/tupleobject.h:51:33: note: expanded from macro 'PyTuple_GET_SIZE'
#define PyTuple_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2 warnings generated.
src/Products/ZCTextIndex/okascore.c:67:6: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(d2fitems);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
1 warning generated.
Got Products.ZCTextIndex 2.13.5.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.security/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.security/
Getting distribution for 'zope.security==4.1.1'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/zope/proxy/_zope_proxy_proxy.c:315:16: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
return NULL;
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL'
#define NULL __DARWIN_NULL
^~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
^~~~~~~~~~~
1 warning generated.
src/zope/proxy/_zope_proxy_proxy.c:202:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
- 1; /* We don't want to look at the last item, which is object. */
^~~
src/zope/proxy/_zope_proxy_proxy.c:315:16: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
return NULL;
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL'
#define NULL __DARWIN_NULL
^~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
^~~~~~~~~~~
2 warnings generated.
Installed /private/var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-oieu_Q/zope.security-4.1.1/.eggs/zope.proxy-4.3.1-py2.7-macosx-10.14-intel.egg
Searching for zope.interface
Reading https://pypi.python.org/simple/zope.interface/
Downloading https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz#sha256=57c38470d9f57e37afb460c399eb254e7193ac7fb8042bd09bdc001981a9c74c
Best match: zope.interface 4.5.0
Processing zope.interface-4.5.0.tar.gz
Writing /var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-oieu_Q/zope.security-4.1.1/temp/easy_install-zhmSWZ/zope.interface-4.5.0/setup.cfg
Running zope.interface-4.5.0/setup.py -q bdist_egg --dist-dir /var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-oieu_Q/zope.security-4.1.1/temp/easy_install-zhmSWZ/zope.interface-4.5.0/egg-dist-tmp-lM0pOk
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
warning: no previously-included files matching 'appveyor.yml' found anywhere in distribution
no previously-included directories found matching 'docs/_build'
src/zope/interface/_zope_interface_coptimizations.c:587:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyList_GET_SIZE(adapter_hooks);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/zope/interface/_zope_interface_coptimizations.c:1356:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_GET_SIZE(ro);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/tupleobject.h:51:33: note: expanded from macro 'PyTuple_GET_SIZE'
#define PyTuple_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2 warnings generated.
creating /private/var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-oieu_Q/zope.security-4.1.1/.eggs/zope.interface-4.5.0-py2.7-macosx-10.14-intel.egg
Extracting zope.interface-4.5.0-py2.7-macosx-10.14-intel.egg to /private/var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-oieu_Q/zope.security-4.1.1/.eggs
Installed /private/var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-oieu_Q/zope.security-4.1.1/.eggs/zope.interface-4.5.0-py2.7-macosx-10.14-intel.egg
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got zope.security 4.1.1.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.proxy/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.proxy/
Getting distribution for 'zope.proxy==4.3.0'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/zope/proxy/_zope_proxy_proxy.c:212:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
- 1; /* We don't want to look at the last item, which is object. */
^~~
1 warning generated.
Got zope.proxy 4.3.0.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.interface/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.interface/
Getting distribution for 'zope.interface==4.4.3'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
warning: no previously-included files matching 'appveyor.yml' found anywhere in distribution
no previously-included directories found matching 'docs/_build'
src/zope/interface/_zope_interface_coptimizations.c:587:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyList_GET_SIZE(adapter_hooks);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/zope/interface/_zope_interface_coptimizations.c:1356:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_GET_SIZE(ro);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/tupleobject.h:51:33: note: expanded from macro 'PyTuple_GET_SIZE'
#define PyTuple_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2 warnings generated.
Got zope.interface 4.4.3.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.i18nmessageid/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.i18nmessageid/
Getting distribution for 'zope.i18nmessageid==4.1.0'.
warning: no files found matching '*.zcml' under directory 'src'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got zope.i18nmessageid 4.1.0.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.container/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zope.container/
Getting distribution for 'zope.container==3.11.2'.
In file included from src/zope/container/_zope_container_contained.c:75:
src/zope/container/_zope_proxy_proxy.c:170:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
- 1; /* We don't want to look at the last item, which is object. */
^~~
1 warning generated.
Got zope.container 3.11.2.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Persistence/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Persistence/
Getting distribution for 'Persistence==2.13.2'.
Got Persistence 2.13.2.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/MultiMapping/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/MultiMapping/
Getting distribution for 'MultiMapping==3.1'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/MultiMapping/_MultiMapping.c:43:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if((l=PyList_Size(self->data)) < 0) return NULL;
~^~~~~~~~~~~~~~~~~~~~~~~
src/MultiMapping/_MultiMapping.c:61:14: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(args)) < 0) return NULL;
~^~~~~~~~~~~~~~~~~~
2 warnings generated.
Got MultiMapping 3.1.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Missing/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Missing/
Getting distribution for 'Missing==3.2'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got Missing 3.2.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/ExtensionClass/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/ExtensionClass/
Getting distribution for 'ExtensionClass==4.3.0'.
warning: no previously-included files found matching 'src/coverage.xml'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
In file included from src/ExtensionClass/_ExtensionClass.c:155:
src/ExtensionClass/pickle/pickle.c:355:13: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_Size(bargs);
~ ^~~~~~~~~~~~~~~~~~~
src/ExtensionClass/_ExtensionClass.c:440:13: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int l = PyBytes_GET_SIZE(as_bytes);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/bytesobject.h:8:26: note: expanded from macro 'PyBytes_GET_SIZE'
#define PyBytes_GET_SIZE PyString_GET_SIZE
^
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:92:32: note: expanded from macro 'PyString_GET_SIZE'
#define PyString_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/ExtensionClass/_ExtensionClass.c:543:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_Size(mro);
~ ^~~~~~~~~~~~~~~~~
src/ExtensionClass/_ExtensionClass.c:569:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_Size(bases);
~ ^~~~~~~~~~~~~~~~~~~
src/ExtensionClass/_ExtensionClass.c:599:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_Size(self->tp_bases);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ExtensionClass/_ExtensionClass.c:630:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyList_GET_SIZE(result);
~ ^~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
6 warnings generated.
Got ExtensionClass 4.3.0.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/DocumentTemplate/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/DocumentTemplate/
Getting distribution for 'DocumentTemplate==2.13.4'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/DocumentTemplate/cDocumentTemplate.c:169:3: warning: incompatible function pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-function-pointer-types]
(inquiry)InstanceDict_length, /*mp_length*/
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:600:2: warning: incompatible function pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-function-pointer-types]
(inquiry)MM_length, /*mp_length*/
^~~~~~~~~~~~~~~~~~
2 warnings generated.
src/DocumentTemplate/cDocumentTemplate.c:169:3: warning: incompatible function pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-function-pointer-types]
(inquiry)InstanceDict_length, /*mp_length*/
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:235:10: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyList_Size(self->data)) < 0) return NULL;
~^~~~~~~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:474:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
self->level=PyInt_AsLong(v);
~^~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:499:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return l;
~~~~~~ ^
src/DocumentTemplate/cDocumentTemplate.c:569:18: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (args && (l=PyTuple_Size(args)) < 0) return NULL;
~^~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:600:2: warning: incompatible function pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-function-pointer-types]
(inquiry)MM_length, /*mp_length*/
^~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:672:10: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyList_Size(blocks)) < 0) return -1;
~^~~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:763:46: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
bs = PyTuple_GET_SIZE(block) - 1; /* subtract code */
~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~
src/DocumentTemplate/cDocumentTemplate.c:874:5: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyList_Size(rendered);
~^~~~~~~~~~~~~~~~~~~~~
src/DocumentTemplate/cDocumentTemplate.c:922:13: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyList_Size(list);
~ ^~~~~~~~~~~~~~~~~
10 warnings generated.
Got DocumentTemplate 2.13.4.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Acquisition/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Acquisition/
Getting distribution for 'Acquisition==4.4.2'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/Acquisition/_Acquisition.c:919:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
r = PyLong_AsLong(m);
~ ^~~~~~~~~~~~~~~~
src/Acquisition/_Acquisition.c:1098:12: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return result;
~~~~~~ ^~~~~~
2 warnings generated.
Got Acquisition 4.4.2.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/AccessControl/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/AccessControl/
Getting distribution for 'AccessControl==3.0.14'.
warning: no files found matching '*.rst'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/AccessControl/cAccessControl.c:218:5: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyTuple_Size(args);
~^~~~~~~~~~~~~~~~~~
src/AccessControl/cAccessControl.c:235:5: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyTuple_Size(args);
~^~~~~~~~~~~~~~~~~~
src/AccessControl/cAccessControl.c:253:5: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyTuple_Size(args);
~^~~~~~~~~~~~~~~~~~
src/AccessControl/cAccessControl.c:273:5: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyTuple_Size(args);
~^~~~~~~~~~~~~~~~~~
src/AccessControl/cAccessControl.c:294:5: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyTuple_Size(args);
~^~~~~~~~~~~~~~~~~~
src/AccessControl/cAccessControl.c:1223:27: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PyTuple_GET_SIZE(proxy_roles);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/tupleobject.h:51:33: note: expanded from macro 'PyTuple_GET_SIZE'
#define PyTuple_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/AccessControl/cAccessControl.c:1233:27: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l=PySequence_Size(proxy_roles);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
Got AccessControl 3.0.14.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/BTrees/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/BTrees/
Getting distribution for 'BTrees==4.4.1'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
warning: no previously-included files matching 'appveyor.yml' found anywhere in distribution
no previously-included directories found matching 'docs/_build'
src/zope/interface/_zope_interface_coptimizations.c:587:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyList_GET_SIZE(adapter_hooks);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/zope/interface/_zope_interface_coptimizations.c:1356:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_GET_SIZE(ro);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/tupleobject.h:51:33: note: expanded from macro 'PyTuple_GET_SIZE'
#define PyTuple_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2 warnings generated.
Installed /private/var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-KMZtGD/BTrees-4.4.1/.eggs/zope.interface-4.5.0-py2.7-macosx-10.14-intel.egg
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*#' found anywhere in distribution
warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
no previously-included directories found matching 'docs/_build'
In file included from BTrees/_OOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_OOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_OOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_OOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
14 warnings generated.
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:83:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:323:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:697:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1315:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(self->keys[i], k, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:143:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(self->keys[i], k, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:258:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:726:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1224:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(d->key, PyTuple_GET_ITEM(items, l), copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1464:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:121:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(i->key, s, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IOBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:492:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(seq);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
25 warnings generated.
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:335:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(value, v, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1009:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(min, omin, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1318:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(self->values[i], v, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_OIBTree.c:39:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1886:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(min, omin, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
18 warnings generated.
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:83:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:323:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:335:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(value, v, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:697:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1009:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(min, omin, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1315:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(self->keys[i], k, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1318:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(self->values[i], v, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:143:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(self->keys[i], k, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:258:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:726:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1224:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(d->key, PyTuple_GET_ITEM(items, l), copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1464:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1886:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_VALUE_FROM_ARG(min, omin, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intvaluemacros.h:27:21: note: expanded from macro 'COPY_VALUE_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:121:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(i->key, s, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IIBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:492:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(seq);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
29 warnings generated.
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:83:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:323:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:697:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1315:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(self->keys[i], k, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:143:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(self->keys[i], k, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:258:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:726:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1224:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(d->key, PyTuple_GET_ITEM(items, l), copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:1464:5: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(key, keyarg, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:121:7: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
COPY_KEY_FROM_ARG(i->key, s, copied);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BTrees/intkeymacros.h:29:21: note: expanded from macro 'COPY_KEY_FROM_ARG'
else TARGET = vcopy; \
~ ^~~~~
In file included from BTrees/_IFBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:492:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(seq);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
25 warnings generated.
In file included from BTrees/_fsBTree.c:93:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_fsBTree.c:93:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_fsBTree.c:93:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_fsBTree.c:93:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/_fsBTree.c:129:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyBytes_Size(state);
~ ^~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/bytesobject.h:15:22: note: expanded from macro 'PyBytes_Size'
#define PyBytes_Size PyString_Size
^
15 warnings generated.
In file included from BTrees/_LOBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_LOBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_LOBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_LOBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
In file included from BTrees/_LOBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:492:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(seq);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
15 warnings generated.
In file included from BTrees/_OLBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_OLBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_OLBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_OLBTree.c:41:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
14 warnings generated.
In file included from BTrees/_LLBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_LLBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_LLBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_LLBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
In file included from BTrees/_LLBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:492:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(seq);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
15 warnings generated.
In file included from BTrees/_LFBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:417:
BTrees/BTreeItemsTemplate.c:149:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
delta = i - pseudoindex;
~ ~~^~~~~~~~~~~~~
BTrees/BTreeItemsTemplate.c:231:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(i);
~~~~~~~~~~ ^
BTrees/BTreeItemsTemplate.c:477:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return BTreeItems_length_or_nonzero(self, 1);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTrees/_LFBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:418:
BTrees/BucketTemplate.c:1131:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1281:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
BTrees/BucketTemplate.c:1861:69: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
size = strlen(Py_TYPE(self)->tp_name) + PyBytes_GET_SIZE(r) + 3;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from BTrees/_LFBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:419:
BTrees/SetTemplate.c:117:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyTuple_Size(items)) < 0)
~^~~~~~~~~~~~~~~~~~~
BTrees/SetTemplate.c:287:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
IndexError(index);
~~~~~~~~~~ ^~~~~
In file included from BTrees/_LFBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:420:
BTrees/BTreeTemplate.c:50:49: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_internal_size > 0) return self->max_internal_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:53:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:61:45: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
if (self->max_leaf_size > 0) return self->max_leaf_size;
~~~~~~ ~~~~~~^~~~~~~~~~~~~
BTrees/BTreeTemplate.c:64:10: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return isize;
~~~~~~ ^~~~~
BTrees/BTreeTemplate.c:1026:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int size = PyDict_Size(keywords);
~~~~ ^~~~~~~~~~~~~~~~~~~~~
BTrees/BTreeTemplate.c:1206:11: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PyTuple_Size(items);
~ ^~~~~~~~~~~~~~~~~~~
In file included from BTrees/_LFBTree.c:43:
In file included from BTrees/BTreeModuleTemplate.c:422:
BTrees/SetOpTemplate.c:492:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(seq);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
15 warnings generated.
Got BTrees 4.4.1.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/persistent/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/persistent/
Getting distribution for 'persistent==4.2.4.2'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'persistent/__pycache__'
persistent/cPersistence.c:645:19: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
len = PySequence_Size(items);
~ ^~~~~~~~~~~~~~~~~~~~~~
persistent/cPersistence.c:713:13: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_Size(bargs);
~ ^~~~~~~~~~~~~~~~~~~
persistent/cPersistence.c:1299:36: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32]
self->estimated_size = _estimated_size_in_24_bits(lv);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
persistent/cPersistence.h:83:76: note: expanded from macro '_estimated_size_in_24_bits'
#define _estimated_size_in_24_bits(I) ((I) > 1073741696 ? 16777215 : (I)/64+1)
~~~~~~^~
3 warnings generated.
persistent/cPickleCache.c:429:17: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyObject_Length(inv);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
1 warning generated.
persistent/_timestamp.c:190:23: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
p->y = v / 535680 + 1900;
~ ~~~~~~~~~~~^~~~~~
1 warning generated.
Got persistent 4.2.4.2.
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zodbpickle/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/zodbpickle/
Getting distribution for 'zodbpickle==0.7.0'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/zodbpickle/_pickle_27.c:1107:17: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
i = self->write_func(self, c_str, 2);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:1164:13: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
i = self->write_func(self, c_str, size);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:1166:13: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
i = self->write_func(self, (char *)pdata, (int)nbytes);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:1370:17: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((size = PyString_Size(args)) < 0)
~ ^~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:1381:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((len = PyString_Size(repr)) < 0)
~ ^~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:1685:46: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (store_tuple_elements(self, args, len) < 0)
~~~~~~~~~~~~~~~~~~~~ ^~~
src/zodbpickle/_pickle_27.c:1710:42: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (store_tuple_elements(self, args, len) < 0)
~~~~~~~~~~~~~~~~~~~~ ^~~
src/zodbpickle/_pickle_27.c:2231:28: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((module_size = PyString_Size(module)) < 0 ||
~ ^~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:2232:26: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
(name_size = PyString_Size(name)) < 0)
~ ^~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:2331:24: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((module_size = PyString_Size(module)) < 0 ||
~ ^~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:2332:22: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
(name_size = PyString_Size(global_name)) < 0)
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:3684:12: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
size = calc_binint(nbytes, size);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:4097:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if ((l=PyObject_Size(args)) < 0) goto err;
~^~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:4586:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return l;
~~~~~~ ^
src/zodbpickle/_pickle_27.c:4607:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return len;
~~~~~~ ^~~
src/zodbpickle/_pickle_27.c:4636:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return len;
~~~~~~ ^~~
src/zodbpickle/_pickle_27.c:4659:20: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
list_len = PyList_GET_SIZE(list);
~ ^~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/zodbpickle/_pickle_27.c:4662:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return i;
~~~~~~ ^
src/zodbpickle/_pickle_27.c:4739:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return do_setitems(self, self->stack->length - 2);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:4745:12: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return do_setitems(self, marker(self));
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:4913:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
i = self->read_func(self, &protobyte, 1);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:4917:9: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
i = calc_binint(protobyte, 1);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~
src/zodbpickle/_pickle_27.c:5375:16: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
return do_setitems(self, x);
~~~~~~ ^~~~~~~~~~~~~~~~~~~~
23 warnings generated.
File "build/bdist.macosx-10.14-intel/egg/zodbpickle/tests/pickletester_3.py", line 145
class use_metaclass(object, metaclass=metaclass):
^
SyntaxError: invalid syntax
File "build/bdist.macosx-10.14-intel/egg/zodbpickle/pickle_3.py", line 178
def __init__(self, file, protocol=None, *, fix_imports=True):
^
SyntaxError: invalid syntax
File "build/bdist.macosx-10.14-intel/egg/zodbpickle/pickletools_3.py", line 2049
print("%5d:" % pos, end=' ', file=out)
^
SyntaxError: invalid syntax
File "/Users/vladimir/Plone/buildout-cache/eggs/tmpAQg9rv/zodbpickle-0.7.0-py2.7-macosx-10.14-intel.egg/zodbpickle/pickle_3.py", line 178
def __init__(self, file, protocol=None, *, fix_imports=True):
^
SyntaxError: invalid syntax
File "/Users/vladimir/Plone/buildout-cache/eggs/tmpAQg9rv/zodbpickle-0.7.0-py2.7-macosx-10.14-intel.egg/zodbpickle/pickletools_3.py", line 2049
print("%5d:" % pos, end=' ', file=out)
^
SyntaxError: invalid syntax
File "/Users/vladimir/Plone/buildout-cache/eggs/tmpAQg9rv/zodbpickle-0.7.0-py2.7-macosx-10.14-intel.egg/zodbpickle/tests/pickletester_3.py", line 145
class use_metaclass(object, metaclass=metaclass):
^
SyntaxError: invalid syntax
Got zodbpickle 0.7.0.
Installing instance.
/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/pkg_resources/__init__.py:208: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
stacklevel=1,
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Pillow/
Not found: /Users/vladimir/Plone/buildout-cache/downloads/dist/Pillow/
Getting distribution for 'Pillow==5.1.0'.
warning: no files found matching '*.c'
warning: no files found matching '*.h'
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.appveyor.yml'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.codecov.yml'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching '.travis'
warning: no previously-included files found matching '.travis/*'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
Exception in thread Thread-2:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 366, in _handle_tasks
debug('task handler got sentinel')
TypeError: 'NoneType' object is not callable
Exception in thread Thread-1:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 330, in _handle_workers
debug('worker handler exiting')
TypeError: 'NoneType' object is not callable
Exception TypeError: TypeError("'NoneType' object does not support item deletion",) in <Finalize object, dead> ignored
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 2312, in main
**kw
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 412, in run
self.easy_install(spec, not self.no_deps)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 654, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 699, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 884, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1152, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1138, in run_setup
run_setup(setup_script, args)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/var/folders/bn/gf3rvcx56pj3vtpkwxs6rr840000gn/T/easy_install-y4tA0H/Pillow-5.1.0/setup.py", line 806, in <module>
setuptools.sandbox.UnpickleableException: RequiredDependencyException('\n\nThe headers or library files could not be found for zlib,\na required dependency when compiling Pillow from source.\n\nPlease see the install instructions at:\n https://pillow.readthedocs.io/en/latest/installation.html\n\n',)
An error occurred when trying to install /Users/vladimir/Plone/buildout-cache/downloads/dist/Pillow-5.1.0.tar.gz. Look above this message for any errors that were output by easy_install.
While:
Installing instance.
Getting distribution for 'Pillow==5.1.0'.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 2127, in main
getattr(buildout, command)(args)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 797, in install
installed_files = self[part]._call(recipe.install)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1557, in _call
return f()
File "/Users/vladimir/Plone/buildout-cache/eggs/plone.recipe.zope2instance-4.3-py2.7.egg/plone/recipe/zope2instance/__init__.py", line 113, in install
installed.extend(self.install_scripts())
File "/Users/vladimir/Plone/buildout-cache/eggs/plone.recipe.zope2instance-4.3-py2.7.egg/plone/recipe/zope2instance/__init__.py", line 620, in install_scripts
requirements, ws = self.egg.working_set(['plone.recipe.zope2instance'])
File "/Users/vladimir/Plone/buildout-cache/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 82, in working_set
allow_hosts=self.allow_hosts,
File "/Users/vladimir/Plone/buildout-cache/eggs/zc.recipe.egg-2.0.4-py2.7.egg/zc/recipe/egg/egg.py", line 135, in _working_set
allow_hosts=allow_hosts)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 924, in install
return installer.install(specs, working_set)
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 678, in install
for dist in self._get_dist(requirement, ws):
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 570, in _get_dist
dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
File "/Users/vladimir/Plone/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 1704, in _move_to_eggs_dir_and_compile
[tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
ValueError: need more than 0 values to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment