[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_24 #7812

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jan 23 14:28:41 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_i386_24/7812/------------------------------------------
[...truncated 12.40 MB...]
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_double_dense.c:10318:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_double_dense.c:9977:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_double_dense.c:9976:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/misc/cachefunc.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -o build/lib.linux-x86_64-2.7/sage/misc/cachefunc.so
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modular/modsym/manin_symbol.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -o build/lib.linux-x86_64-2.7/sage/modular/modsym/manin_symbol.so
[sagelib-7.4] [279/445] gcc -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python2.7/dist-packages/cysignals -I/usr/include/i386-linux-gnu/libgap-sage -I/usr/include/libgap-sage -I/build/1st/sagemath-7.4/debian/build/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/build/1st/sagemath-7.4/sage/src -I/build/1st/sagemath-7.4/sage/src/sage/ext -I/build/1st/sagemath-7.4/sage/src/build/cythonized -I/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c -o build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.o -fno-strict-aliasing
[sagelib-7.4] [280/445] gcc -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python2.7/dist-packages/cysignals -I/usr/include/i386-linux-gnu/libgap-sage -I/usr/include/libgap-sage -I/build/1st/sagemath-7.4/debian/build/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/build/1st/sagemath-7.4/sage/src -I/build/1st/sagemath-7.4/sage/src/sage/ext -I/build/1st/sagemath-7.4/sage/src/build/cythonized -I/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c -o build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.o -std=c99 -fno-strict-aliasing
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_complex_double_dense.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -o build/lib.linux-x86_64-2.7/sage/modules/vector_complex_double_dense.so
[sagelib-7.4] [281/445] gcc -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/m4ri -I/usr/include/libpng16 -I/usr/include/i386-linux-gnu/libgap-sage -I/usr/include/libgap-sage -I/build/1st/sagemath-7.4/debian/build/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/build/1st/sagemath-7.4/sage/src -I/build/1st/sagemath-7.4/sage/src/sage/ext -I/build/1st/sagemath-7.4/sage/src/build/cythonized -I/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c -o build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.o -std=c99 -I/usr/include/m4ri -fno-strict-aliasing
[sagelib-7.4] g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/matrix/matrix_modn_dense_float.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -llinbox-1.4.2 -llinboxsage-1.4.2 -lntl -liml -lblas -lblas -llapack -llapack -lgivaro -lgivaro -lgivaro -lflint -lmpfr -lgmp -lgmp -lgmp -lgmp -lgmpxx -lgmpxx -lgmpxx -lgslcblas -lm -lstdc++ -o build/lib.linux-x86_64-2.7/sage/matrix/matrix_modn_dense_float.so
[sagelib-7.4] At top level:
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:40361:18: warning: '__Pyx_CFunc_object____object____object____int___to_py' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__Pyx_CFunc_object____object____object____int___to_py(PyObject *(*__pyx_v_f)(PyObject *, PyObject *, int)) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:40154:18: warning: '__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:40153:13: warning: '__pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn[] = "rich_to_bool_sgn(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 88)\n\n    Same as ``rich_to_bool``, but allow any `c < 0` and `c > 0`\n    instead of only `-1` and `1`.\n\n    .. NOTE::\n\n        This is in particular needed for ``mpz_cmp()``.\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:40036:18: warning: '__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:40035:13: warning: '__pyx_doc_4sage_9structure_11sage_object_rich_to_bool' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_rich_to_bool[] = "rich_to_bool(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 13)\n\n    Return the corresponding ``True`` or ``False`` value for a rich\n    comparison, given the result of an ordinary comparison.\n\n    INPUT:\n\n    - ``op`` -- a rich comparison operation (e.g. ``Py_EQ``)\n\n    - ``c`` -- the result of an ordinary comparison: -1, 0 or 1.\n\n    OUTPUT: 1 or 0 (corresponding to ``True`` and ``False``)\n\n    .. SEEALSO::\n\n        ``rich_to_bool_sgn`` if ``c`` could be outside the [-1, 1]\n        range.\n\n    EXAMPLES::\n\n        sage: from sage.structure.sage_object import (rich_to_bool,\n        ....:    op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE)\n        sage: for op in (op_LT, op_LE, op_EQ, op_NE, op_GT, op_GE):\n        ....:     for c in (-1,0,1):\n        ....:         print(rich_to_bool(op, c))\n        True False False\n        True True False\n        False True False\n        True False True\n        False False True\n        False True True\n\n    Indirect tests using integers::\n\n        sage: 0 < 5, 5 < 5, 5 < -8\n        (True, False, False)\n        sage: 0 <= 5, 5 <= 5, 5 <= -8\n        (True, True, False)\n        sage: 0 >= 5, 5 >= 5, 5 >= -8\n        (False, True, True)\n        sage: 0 > 5, 5 > 5, 5 > -8\n        (False, False, True)\n        sage: 0 == 5, 5 == 5, 5 == -8\n        (False, True, False)\n        sage: 0 != 5, 5 != 5, 5 != -8\n        (True, False, True)\n\n    TESTS::\n\n        sage: from sage.structure.sage_object import py_rich_to_bool\n        sage: py_rich_to_bool(op_EQ, 0)\n        doctest:...: DeprecationWarning: py_rich_to_bool is deprecated. Please use sage.structure.sage_object.rich_to_bool instead.\n        See http://trac.sagemath.org/21128 for details.\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:39782:18: warning: '__pyx_pw_4sage_9structure_7element_3have_same_parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:39781:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:39440:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:39439:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:39164:18: warning: '__pyx_pw_4sage_5arith_16numerical_approx_1digits_to_bits' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_5arith_16numerical_approx_1digits_to_bits(PyObject *__pyx_self, PyObject *__pyx_v_d) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/free_module_element.c:39163:13: warning: '__pyx_doc_4sage_5arith_16numerical_approx_digits_to_bits' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_5arith_16numerical_approx_digits_to_bits[] = "digits_to_bits(d) -> long\nFile: sage/arith/numerical_approx.pxd (starting at line 1)\n\n    EXAMPLES::\n\n        sage: from sage.arith.numerical_approx import digits_to_bits\n        sage: digits_to_bits(None)\n        53\n        sage: digits_to_bits(15)\n        54\n        sage: digits_to_bits(-1)\n        Traceback (most recent call last):\n        ...\n        ValueError: number of digits must be positive\n        sage: digits_to_bits(\"10\")\n        Traceback (most recent call last):\n        ...\n        TypeError: a float is required\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8849:18: warning: '__Pyx_CFunc_object____object____object____int___to_py' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__Pyx_CFunc_object____object____object____int___to_py(PyObject *(*__pyx_v_f)(PyObject *, PyObject *, int)) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8512:18: warning: '__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8511:13: warning: '__pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn[] = "rich_to_bool_sgn(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 88)\n\n    Same as ``rich_to_bool``, but allow any `c < 0` and `c > 0`\n    instead of only `-1` and `1`.\n\n    .. NOTE::\n\n        This is in particular needed for ``mpz_cmp()``.\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8394:18: warning: '__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8393:13: warning: '__pyx_doc_4sage_9structure_11sage_object_rich_to_bool' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_rich_to_bool[] = "rich_to_bool(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 13)\n\n    Return the corresponding ``True`` or ``False`` value for a rich\n    comparison, given the result of an ordinary comparison.\n\n    INPUT:\n\n    - ``op`` -- a rich comparison operation (e.g. ``Py_EQ``)\n\n    - ``c`` -- the result of an ordinary comparison: -1, 0 or 1.\n\n    OUTPUT: 1 or 0 (corresponding to ``True`` and ``False``)\n\n    .. SEEALSO::\n\n        ``rich_to_bool_sgn`` if ``c`` could be outside the [-1, 1]\n        range.\n\n    EXAMPLES::\n\n        sage: from sage.structure.sage_object import (rich_to_bool,\n        ....:    op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE)\n        sage: for op in (op_LT, op_LE, op_EQ, op_NE, op_GT, op_GE):\n        ....:     for c in (-1,0,1):\n        ....:         print(rich_to_bool(op, c))\n        True False False\n        True True False\n        False True False\n        True False True\n        False False True\n        False True True\n\n    Indirect tests using integers::\n\n        sage: 0 < 5, 5 < 5, 5 < -8\n        (True, False, False)\n        sage: 0 <= 5, 5 <= 5, 5 <= -8\n        (True, True, False)\n        sage: 0 >= 5, 5 >= 5, 5 >= -8\n        (False, True, True)\n        sage: 0 > 5, 5 > 5, 5 > -8\n        (False, False, True)\n        sage: 0 == 5, 5 == 5, 5 == -8\n        (False, True, False)\n        sage: 0 != 5, 5 != 5, 5 != -8\n        (True, False, True)\n\n    TESTS::\n\n        sage: from sage.structure.sage_object import py_rich_to_bool\n        sage: py_rich_to_bool(op_EQ, 0)\n        doctest:...: DeprecationWarning: py_rich_to_bool is deprecated. Please use sage.structure.sage_object.rich_to_bool instead.\n        See http://trac.sagemath.org/21128 for details.\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8140:18: warning: '__pyx_pw_4sage_9structure_7element_3have_same_parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:8139:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:7798:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:7797:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:2438:15: warning: '__pyx_f_9cysignals_7signals__sig_off_warning' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_off_warning)(char const *, int); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:2437:15: warning: '__pyx_f_9cysignals_7signals__sig_on_recover' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_on_recover)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:2436:15: warning: '__pyx_f_9cysignals_7signals__sig_on_interrupt_received' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_on_interrupt_received)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_integer_dense.c:2435:15: warning: '__pyx_f_9cysignals_7signals_print_backtrace' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals_print_backtrace)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8648:18: warning: '__Pyx_CFunc_object____object____object____int___to_py' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__Pyx_CFunc_object____object____object____int___to_py(PyObject *(*__pyx_v_f)(PyObject *, PyObject *, int)) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8428:18: warning: '__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8427:13: warning: '__pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn[] = "rich_to_bool_sgn(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 88)\n\n    Same as ``rich_to_bool``, but allow any `c < 0` and `c > 0`\n    instead of only `-1` and `1`.\n\n    .. NOTE::\n\n        This is in particular needed for ``mpz_cmp()``.\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8310:18: warning: '__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8309:13: warning: '__pyx_doc_4sage_9structure_11sage_object_rich_to_bool' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_rich_to_bool[] = "rich_to_bool(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 13)\n\n    Return the corresponding ``True`` or ``False`` value for a rich\n    comparison, given the result of an ordinary comparison.\n\n    INPUT:\n\n    - ``op`` -- a rich comparison operation (e.g. ``Py_EQ``)\n\n    - ``c`` -- the result of an ordinary comparison: -1, 0 or 1.\n\n    OUTPUT: 1 or 0 (corresponding to ``True`` and ``False``)\n\n    .. SEEALSO::\n\n        ``rich_to_bool_sgn`` if ``c`` could be outside the [-1, 1]\n        range.\n\n    EXAMPLES::\n\n        sage: from sage.structure.sage_object import (rich_to_bool,\n        ....:    op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE)\n        sage: for op in (op_LT, op_LE, op_EQ, op_NE, op_GT, op_GE):\n        ....:     for c in (-1,0,1):\n        ....:         print(rich_to_bool(op, c))\n        True False False\n        True True False\n        False True False\n        True False True\n        False False True\n        False True True\n\n    Indirect tests using integers::\n\n        sage: 0 < 5, 5 < 5, 5 < -8\n        (True, False, False)\n        sage: 0 <= 5, 5 <= 5, 5 <= -8\n        (True, True, False)\n        sage: 0 >= 5, 5 >= 5, 5 >= -8\n        (False, True, True)\n        sage: 0 > 5, 5 > 5, 5 > -8\n        (False, False, True)\n        sage: 0 == 5, 5 == 5, 5 == -8\n        (False, True, False)\n        sage: 0 != 5, 5 != 5, 5 != -8\n        (True, False, True)\n\n    TESTS::\n\n        sage: from sage.structure.sage_object import py_rich_to_bool\n        sage: py_rich_to_bool(op_EQ, 0)\n        doctest:...: DeprecationWarning: py_rich_to_bool is deprecated. Please use sage.structure.sage_object.rich_to_bool instead.\n        See http://trac.sagemath.org/21128 for details.\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8056:18: warning: '__pyx_pw_4sage_9structure_7element_3have_same_parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:8055:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:7714:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:7713:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:2650:15: warning: '__pyx_f_9cysignals_7signals__sig_off_warning' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_off_warning)(char const *, int); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:2649:15: warning: '__pyx_f_9cysignals_7signals__sig_on_recover' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_on_recover)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:2648:15: warning: '__pyx_f_9cysignals_7signals__sig_on_interrupt_received' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_on_interrupt_received)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_modn_dense.c:2647:15: warning: '__pyx_f_9cysignals_7signals_print_backtrace' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals_print_backtrace)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] [282/445] gcc -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python2.7/dist-packages/cysignals -I/usr/include/i386-linux-gnu/libgap-sage -I/usr/include/libgap-sage -I/build/1st/sagemath-7.4/debian/build/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/build/1st/sagemath-7.4/sage/src -I/build/1st/sagemath-7.4/sage/src/sage/ext -I/build/1st/sagemath-7.4/sage/src/build/cythonized -I/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c -o build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.o -fno-strict-aliasing
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:7494:18: warning: '__Pyx_CFunc_object____object____object____int___to_py' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__Pyx_CFunc_object____object____object____int___to_py(PyObject *(*__pyx_v_f)(PyObject *, PyObject *, int)) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:7287:18: warning: '__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:7286:13: warning: '__pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn[] = "rich_to_bool_sgn(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 88)\n\n    Same as ``rich_to_bool``, but allow any `c < 0` and `c > 0`\n    instead of only `-1` and `1`.\n\n    .. NOTE::\n\n        This is in particular needed for ``mpz_cmp()``.\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:7169:18: warning: '__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:7168:13: warning: '__pyx_doc_4sage_9structure_11sage_object_rich_to_bool' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_rich_to_bool[] = "rich_to_bool(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 13)\n\n    Return the corresponding ``True`` or ``False`` value for a rich\n    comparison, given the result of an ordinary comparison.\n\n    INPUT:\n\n    - ``op`` -- a rich comparison operation (e.g. ``Py_EQ``)\n\n    - ``c`` -- the result of an ordinary comparison: -1, 0 or 1.\n\n    OUTPUT: 1 or 0 (corresponding to ``True`` and ``False``)\n\n    .. SEEALSO::\n\n        ``rich_to_bool_sgn`` if ``c`` could be outside the [-1, 1]\n        range.\n\n    EXAMPLES::\n\n        sage: from sage.structure.sage_object import (rich_to_bool,\n        ....:    op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE)\n        sage: for op in (op_LT, op_LE, op_EQ, op_NE, op_GT, op_GE):\n        ....:     for c in (-1,0,1):\n        ....:         print(rich_to_bool(op, c))\n        True False False\n        True True False\n        False True False\n        True False True\n        False False True\n        False True True\n\n    Indirect tests using integers::\n\n        sage: 0 < 5, 5 < 5, 5 < -8\n        (True, False, False)\n        sage: 0 <= 5, 5 <= 5, 5 <= -8\n        (True, True, False)\n        sage: 0 >= 5, 5 >= 5, 5 >= -8\n        (False, True, True)\n        sage: 0 > 5, 5 > 5, 5 > -8\n        (False, False, True)\n        sage: 0 == 5, 5 == 5, 5 == -8\n        (False, True, False)\n        sage: 0 != 5, 5 != 5, 5 != -8\n        (True, False, True)\n\n    TESTS::\n\n        sage: from sage.structure.sage_object import py_rich_to_bool\n        sage: py_rich_to_bool(op_EQ, 0)\n        doctest:...: DeprecationWarning: py_rich_to_bool is deprecated. Please use sage.structure.sage_object.rich_to_bool instead.\n        See http://trac.sagemath.org/21128 for details.\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:6915:18: warning: '__pyx_pw_4sage_9structure_7element_3have_same_parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:6914:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:6573:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_mod2_dense.c:6572:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/matroids/lean_matrix.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -lgmp -o build/lib.linux-x86_64-2.7/sage/matroids/lean_matrix.so
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modular/modsym/p1list.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -o build/lib.linux-x86_64-2.7/sage/modular/modsym/p1list.so
[sagelib-7.4] [283/445] gcc -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/i386-linux-gnu/libgap-sage -I/usr/include/libgap-sage -I/build/1st/sagemath-7.4/debian/build/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/build/1st/sagemath-7.4/sage/src -I/build/1st/sagemath-7.4/sage/src/sage/ext -I/build/1st/sagemath-7.4/sage/src/build/cythonized -I/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c -o build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.o -fno-strict-aliasing
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:8583:18: warning: '__Pyx_CFunc_object____object____object____int___to_py' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__Pyx_CFunc_object____object____object____int___to_py(PyObject *(*__pyx_v_f)(PyObject *, PyObject *, int)) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:8363:18: warning: '__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:8362:13: warning: '__pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn[] = "rich_to_bool_sgn(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 88)\n\n    Same as ``rich_to_bool``, but allow any `c < 0` and `c > 0`\n    instead of only `-1` and `1`.\n\n    .. NOTE::\n\n        This is in particular needed for ``mpz_cmp()``.\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:8245:18: warning: '__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:8244:13: warning: '__pyx_doc_4sage_9structure_11sage_object_rich_to_bool' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_rich_to_bool[] = "rich_to_bool(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 13)\n\n    Return the corresponding ``True`` or ``False`` value for a rich\n    comparison, given the result of an ordinary comparison.\n\n    INPUT:\n\n    - ``op`` -- a rich comparison operation (e.g. ``Py_EQ``)\n\n    - ``c`` -- the result of an ordinary comparison: -1, 0 or 1.\n\n    OUTPUT: 1 or 0 (corresponding to ``True`` and ``False``)\n\n    .. SEEALSO::\n\n        ``rich_to_bool_sgn`` if ``c`` could be outside the [-1, 1]\n        range.\n\n    EXAMPLES::\n\n        sage: from sage.structure.sage_object import (rich_to_bool,\n        ....:    op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE)\n        sage: for op in (op_LT, op_LE, op_EQ, op_NE, op_GT, op_GE):\n        ....:     for c in (-1,0,1):\n        ....:         print(rich_to_bool(op, c))\n        True False False\n        True True False\n        False True False\n        True False True\n        False False True\n        False True True\n\n    Indirect tests using integers::\n\n        sage: 0 < 5, 5 < 5, 5 < -8\n        (True, False, False)\n        sage: 0 <= 5, 5 <= 5, 5 <= -8\n        (True, True, False)\n        sage: 0 >= 5, 5 >= 5, 5 >= -8\n        (False, True, True)\n        sage: 0 > 5, 5 > 5, 5 > -8\n        (False, False, True)\n        sage: 0 == 5, 5 == 5, 5 == -8\n        (False, True, False)\n        sage: 0 != 5, 5 != 5, 5 != -8\n        (True, False, True)\n\n    TESTS::\n\n        sage: from sage.structure.sage_object import py_rich_to_bool\n        sage: py_rich_to_bool(op_EQ, 0)\n        doctest:...: DeprecationWarning: py_rich_to_bool is deprecated. Please use sage.structure.sage_object.rich_to_bool instead.\n        See http://trac.sagemath.org/21128 for details.\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:7991:18: warning: '__pyx_pw_4sage_9structure_7element_3have_same_parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:7990:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:7649:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:7648:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:2500:15: warning: '__pyx_f_9cysignals_7signals__sig_off_warning' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_off_warning)(char const *, int); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:2499:15: warning: '__pyx_f_9cysignals_7signals__sig_on_recover' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_on_recover)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:2498:15: warning: '__pyx_f_9cysignals_7signals__sig_on_interrupt_received' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals__sig_on_interrupt_received)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_rational_dense.c:2497:15: warning: '__pyx_f_9cysignals_7signals_print_backtrace' defined but not used [-Wunused-variable]
[sagelib-7.4]  static void (*__pyx_f_9cysignals_7signals_print_backtrace)(void); /*proto*/
[sagelib-7.4]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] [284/445] creating build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/numerical
[sagelib-7.4] gcc -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/i386-linux-gnu/libgap-sage -I/usr/include/libgap-sage -I/build/1st/sagemath-7.4/debian/build/usr/include -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/build/1st/sagemath-7.4/sage/src -I/build/1st/sagemath-7.4/sage/src/sage/ext -I/build/1st/sagemath-7.4/sage/src/build/cythonized -I/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/ext -I/usr/include/python2.7 -c /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/numerical/mip.c -o build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/numerical/mip.o -fno-strict-aliasing
[sagelib-7.4] In file included from /usr/include/python2.7/numpy/ndarraytypes.h:1788:0,
[sagelib-7.4]                  from /usr/include/python2.7/numpy/ndarrayobject.h:18,
[sagelib-7.4]                  from /usr/include/python2.7/numpy/arrayobject.h:4,
[sagelib-7.4]                  from /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:473:
[sagelib-7.4] /usr/include/python2.7/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
[sagelib-7.4]  #warning "Using deprecated NumPy API, disable it by " \
[sagelib-7.4]   ^~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:7232:18: warning: '__Pyx_CFunc_object____object____object____int___to_py' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__Pyx_CFunc_object____object____object____int___to_py(PyObject *(*__pyx_v_f)(PyObject *, PyObject *, int)) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:5468:13: warning: '__pyx_doc_5numpy_7ndarray_2__releasebuffer__' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_5numpy_7ndarray_2__releasebuffer__[] = "File: Cython/Includes/numpy/__init__.pxd (starting at line 290)";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4592:13: warning: '__pyx_doc_5numpy_7ndarray___getbuffer__' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_5numpy_7ndarray___getbuffer__[] = "File: Cython/Includes/numpy/__init__.pxd (starting at line 197)";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4503:18: warning: '__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_3rich_to_bool_sgn(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4502:13: warning: '__pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_2rich_to_bool_sgn[] = "rich_to_bool_sgn(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 88)\n\n    Same as ``rich_to_bool``, but allow any `c < 0` and `c > 0`\n    instead of only `-1` and `1`.\n\n    .. NOTE::\n\n        This is in particular needed for ``mpz_cmp()``.\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4385:18: warning: '__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_11sage_object_1rich_to_bool(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4384:13: warning: '__pyx_doc_4sage_9structure_11sage_object_rich_to_bool' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_11sage_object_rich_to_bool[] = "rich_to_bool(int op, int c) -> bool\nFile: sage/structure/sage_object.pxd (starting at line 13)\n\n    Return the corresponding ``True`` or ``False`` value for a rich\n    comparison, given the result of an ordinary comparison.\n\n    INPUT:\n\n    - ``op`` -- a rich comparison operation (e.g. ``Py_EQ``)\n\n    - ``c`` -- the result of an ordinary comparison: -1, 0 or 1.\n\n    OUTPUT: 1 or 0 (corresponding to ``True`` and ``False``)\n\n    .. SEEALSO::\n\n        ``rich_to_bool_sgn`` if ``c`` could be outside the [-1, 1]\n        range.\n\n    EXAMPLES::\n\n        sage: from sage.structure.sage_object import (rich_to_bool,\n        ....:    op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE)\n        sage: for op in (op_LT, op_LE, op_EQ, op_NE, op_GT, op_GE):\n        ....:     for c in (-1,0,1):\n        ....:         print(rich_to_bool(op, c))\n        True False False\n        True True False\n        False True False\n        True False True\n        False False True\n        False True True\n\n    Indirect tests using integers::\n\n        sage: 0 < 5, 5 < 5, 5 < -8\n        (True, False, False)\n        sage: 0 <= 5, 5 <= 5, 5 <= -8\n        (True, True, False)\n        sage: 0 >= 5, 5 >= 5, 5 >= -8\n        (False, True, True)\n        sage: 0 > 5, 5 > 5, 5 > -8\n        (False, False, True)\n        sage: 0 == 5, 5 == 5, 5 == -8\n        (False, True, False)\n        sage: 0 != 5, 5 != 5, 5 != -8\n        (True, False, True)\n\n    TESTS::\n\n        sage: from sage.structure.sage_object import py_rich_to_bool\n        sage: py_rich_to_bool(op_EQ, 0)\n        doctest:...: DeprecationWarning: py_rich_to_bool is deprecated. Please use sage.structure.sage_object.rich_to_bool instead.\n        See http://trac.sagemath.org/21128 for details.\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4131:18: warning: '__pyx_pw_4sage_9structure_7element_3have_same_parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:4130:13: warning: '__pyx_doc_4sage_9structure_7element_2have_same_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 123)\n\n    Return ``True`` if and only if ``left`` and ``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This function assumes that at least one of the arguments is a\n        Sage :class:`Element`. When in doubt, use the slower\n        ``parent(left) is parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from sage.structure.element import have_same_parent\n        sage: have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n        False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n    These have different types but the same parent::\n\n        sage: a = RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <type 'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <type 'sage.rings.real_lazy.LazyNamedUnop'>\n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:3789:18: warning: '__pyx_pw_4sage_9structure_7element_1parent' defined but not used [-Wunused-function]
[sagelib-7.4]  static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) {
[sagelib-7.4]                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] /build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/vector_real_double_dense.c:3788:13: warning: '__pyx_doc_4sage_9structure_7element_parent' defined but not used [-Wunused-variable]
[sagelib-7.4]  static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 7)\n\n    Return the parent of the element ``x``.\n\n    Usually, this means the mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - ``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n    - If ``x`` has a ``parent`` method and ``x`` does not have an\n      ``__int__`` or ``__float__`` method, return ``x.parent()``.\n\n    - Otherwise, return ``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: parent(c)\n        Real Field with 53 bits of precision\n\n    Some more complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        sage: parent(x)\n        Partitions\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        Vector space of dimension 3 over Real Double Field\n\n    The following are not considered to be elements, so the type is\n    returned::\n\n        sage: d = int(42)  # Python int\n        sage: parent(d)\n        <type 'int'>\n        sage: L = range(10)\n        sage: parent(L)\n        <type 'list'>\n    ";
[sagelib-7.4]              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/1st/sagemath-7.4/sage/src/build/cythonized/sage/modules/module.o -L/build/1st/sagemath-7.4/debian/build/usr/lib -o build/lib.linux-x86_64-2.7/sage/modules/module.so
[sagelib-7.4] i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-7YtIgg/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -L/build/1st/sagemath-7.4/debian/build/usr/lib -Wl,-z,relro -g -O2 -fdebug-prefix-map=/build/1st/sagemath-7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORtee: write error
Starting cleanup.
/srv/reproducible-results/rbuild-debian-bwX8TEFe/tmp.Ra4EyViH7K:	 95.0% -- replaced with /srv/reproducible-results/rbuild-debian-bwX8TEFe/tmp.Ra4EyViH7K.gz
INFO: Starting at 2017-01-23 14:28:40.697086
INFO: Finished at 2017-01-23 14:28:40.918665, took: 0:00:00.221595
All cleanup done.
Mon 23 Jan 14:28:41 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-OeMRx8WG, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list