espressomd-maintainer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Espressomd-maintainer] Build failed in Jenkins: master-python-interface


From: Jenkins Demon
Subject: [Espressomd-maintainer] Build failed in Jenkins: master-python-interface #288
Date: Tue, 10 Feb 2015 15:07:35 +0100 (CET)

See <http://espressomd.org/jenkins/job/master-python-interface/288/>

------------------------------------------
[...truncated 889 lines...]
------------------------------------------------------------
...
        def __get__(self):
            return min_num_cells
    
    property max_part:
        def __get__(self):
            return max_seen_particle
                                   ^
------------------------------------------------------------

_system.pyx:112:36: undeclared name not builtin: max_seen_particle

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return max_seen_particle
  
    property max_range:
        def __get__(self):
            return max_range
                           ^
------------------------------------------------------------

_system.pyx:116:28: undeclared name not builtin: max_range

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return max_range
  
    property max_skin:
        def __get__(self):
            return max_skin
                          ^
------------------------------------------------------------

_system.pyx:120:27: undeclared name not builtin: max_skin

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return max_skin
  
    property n_layers:
        def __get__(self):
            return n_layers
                          ^
------------------------------------------------------------

_system.pyx:124:27: undeclared name not builtin: n_layers

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return n_layers
  
    property n_nodes:
        def __get__(self):
            return n_nodes
                         ^
------------------------------------------------------------

_system.pyx:128:26: undeclared name not builtin: n_nodes

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return n_nodes
  
    property n_part:
        def __get__(self):
            return n_part
                        ^
------------------------------------------------------------

_system.pyx:132:25: undeclared name not builtin: n_part

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return n_part
  
    property n_part_types:
        def __get__(self):
            return n_particle_types
                                  ^
------------------------------------------------------------

_system.pyx:136:35: undeclared name not builtin: n_particle_types

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return n_particle_types
  
    property n_rigidbonds:
        def __get__(self):
            return n_rigidbonds
                              ^
------------------------------------------------------------

_system.pyx:140:31: undeclared name not builtin: n_rigidbonds

Error compiling Cython file:
------------------------------------------------------------
...
                node_grid[i]=_node_grid[i]
            if _node_grid[0]*_node_grid[1]*_node_grid[2] != n_nodes:
                raise ValueError("node_grid does not fit n_nodes 
("+str(n_nodes)+")")
            for i in range(3):
                node_grid[i]=_node_grid[i]
            mpi_bcast_parameter(FIELD_NODEGRID)
                                             ^
------------------------------------------------------------

_system.pyx:155:46: undeclared name not builtin: FIELD_NODEGRID

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return np.array([node_grid[0], node_grid[1], node_grid[2]])
  
    property nptiso_gamma0:
        def __get__(self):
            return nptiso_gamma0
                               ^
------------------------------------------------------------

_system.pyx:161:32: undeclared name not builtin: nptiso_gamma0

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return nptiso_gamma0
  
    property nptiso_gammav:
        def __get__(self):
            return nptiso_gammav
                               ^
------------------------------------------------------------

_system.pyx:165:32: undeclared name not builtin: nptiso_gammav

Error compiling Cython file:
------------------------------------------------------------
...
        def __get__(self):
            return nptiso_gammav
  
    property npt_p_ext:
        def __get__(self):
            return nptiso.p_ext
                        ^
------------------------------------------------------------

_system.pyx:169:25: undeclared name not builtin: nptiso

Error compiling Cython file:
------------------------------------------------------------
...
        def __set__(self, _npt_piston):
            global npt_piston
            if _npt_piston < 0:
                raise ValueError("npt_piston must be > 0")
            nptiso.piston=_npt_piston
            mpi_bcast_parameter(FIELD_NPTISO_PISTON)
                                                  ^
------------------------------------------------------------

_system.pyx:185:51: undeclared name not builtin: FIELD_NPTISO_PISTON

Error compiling Cython file:
------------------------------------------------------------
...

    property npt_p_diff:
        def __set__(self, _npt_p_diff):
            global npt_p_diff
            nptiso.p_diff=_npt_p_diff
            mpi_bcast_parameter(FIELD_NPTISO_PDIFF)
                                                 ^
------------------------------------------------------------

_system.pyx:194:50: undeclared name not builtin: FIELD_NPTISO_PDIFF

Error compiling Cython file:
------------------------------------------------------------
...
            for i in range(3):
                periodicity[i]=_periodic[i]
            periodic=4*_periodic[2] + 2*_periodic[1] + _periodic[0] 
            # first 3 bits of periodic determine the periodicity
            # until we can handle contitional compilatio, periodic=7 is the 
only value which makes sense
            mpi_bcast_parameter(FIELD_PERIODIC)
                                             ^
------------------------------------------------------------

_system.pyx:213:46: undeclared name not builtin: FIELD_PERIODIC

Error compiling Cython file:
------------------------------------------------------------
...
        def __set__(self, double _time):
            if _time <= 0:
                raise ValueError("Simulation time must be >= 0")
            global sim_time
            sim_time=_time
            mpi_bcast_parameter(FIELD_SIMTIME)
                                            ^
------------------------------------------------------------

_system.pyx:249:45: undeclared name not builtin: FIELD_SIMTIME

Error compiling Cython file:
------------------------------------------------------------
...
                if lbpar.tau >= 0.0 and _time_step > lbpar.tau:
                  raise ValueError("Time Step must be > LB_time_step 
("+str(lbpar.tau)+")")
            IF LB_GPU:
                if lbpar_gpu.tau >= 0.0 and _time_step > lbpar_gpu.tau:
                  raise ValueError("Time Step must be > LB_time_step 
("+str(lbpar_gpu.tau)+")")
            mpi_set_time_step(_time_step)
                            ^
------------------------------------------------------------

_system.pyx:268:29: undeclared name not builtin: mpi_set_time_step
make[4]: *** [_system.cpp] Error 1
make[4]: Leaving directory 
`<http://espressomd.org/jenkins/job/master-python-interface/ws/src/python/espressomd'>
make[3]: *** [all] Error 2
make[3]: Leaving directory 
`<http://espressomd.org/jenkins/job/master-python-interface/ws/src/python/espressomd'>
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`<http://espressomd.org/jenkins/job/master-python-interface/ws/src'>
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`<http://espressomd.org/jenkins/job/master-python-interface/ws/src'>
make: *** [all-recursive] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



reply via email to

[Prev in Thread] Current Thread [Next in Thread]