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-maintainer-check


From: Jenkins Demon
Subject: [Espressomd-maintainer] Build failed in Jenkins: master-maintainer-checks #666
Date: Tue, 26 Jul 2016 19:19:44 +0200 (CEST)

See <http://espressomd.org/jenkins/job/master-maintainer-checks/666/changes>

Changes:

[b.m.tanygin] Hiding the known Cuda issue of rerun

[b.m.tanygin] Semi-Integrated Verlet Schema Method

[b.m.tanygin] Gamma per particle enable for SEMI_INTEGRATED & dimension fixes

[b.m.tanygin] Fixed total energy

[b.m.tanygin] Removed rescale for the SEMI_INTEGRATED feature

[b.m.tanygin] Rotation motion in scope of SEMI_INTEGRATED sim model

[b.m.tanygin] Fix of build in case of non-SEMI_INTEGRATED mode

[b.m.tanygin] Added the WALL_BACK capabilities

[b.m.tanygin] WALL_BACK_Z removal

[b.m.tanygin] SEMI_INTEGRATED Velocity-Verlet method modification

[b.m.tanygin] Added Travis builds for SEMI_INTEGRATED method

[b.m.tanygin] Fix of the generic build

[b.m.tanygin] Build fix

[b.m.tanygin] Travis fix

[b.m.tanygin] Fix of the Analysis.tcl test

[b.m.tanygin] Fix the langevin.tcl test

[b.m.tanygin] Fix the Analysis.tcl test

[b.m.tanygin] Fix of the Langevin per particle test

[b.m.tanygin] Fix of the rotational anisotropy

[b.m.tanygin] Modified tests according to the correct Euler equations

[b.m.tanygin] Fixed the rotation & tests

[b.m.tanygin] Fix the rotation logic

[b.m.tanygin] Omega setting fix

[b.m.tanygin] Possible workaround of the Travis issue with 10-15 min test

[b.m.tanygin] Possible workaround of the Travis issue with 10-15 min test

[b.m.tanygin] Revert back

[b.m.tanygin] Test parameters and particle data tcl support fix

[b.m.tanygin] Build fix

[b.m.tanygin] Per-particle and per-axis rotation fixes

[b.m.tanygin] dx fix

[b.m.tanygin] SEMI_INTEGRATED gamma->0 Debugging & Fixes

[b.m.tanygin] mpi omega fix

[b.m.tanygin] SI fixes

[b.m.tanygin] More strong condition into the test

[b.m.tanygin] SI debug-only testing

[b.m.tanygin] Tests fix

[b.m.tanygin] Test fix after the Euler equations corrections commit

[b.m.tanygin] SI Travis fix

[b.m.tanygin] Increase of the integration duration in the tests

[b.m.tanygin] Time_step tuning

[b.m.tanygin] Tests fix

[b.m.tanygin] Rotation possible fix

[b.m.tanygin] Travis fix

[b.m.tanygin] Tests fix

[b.m.tanygin] Test fix

[richter] started making the 01 tutorial in python

[richter] some cleanup

[b.m.tanygin] Euler equations nonlinear term for the anisotropic case

[b.m.tanygin] Test fix

[b.m.tanygin] I[t] removal for the ROTATIONAL_INERTIA feature

[richter] new task, playing with lj paramters

[b.m.tanygin] Rotational friction diagonal anisotropy

[b.m.tanygin] Rotational gamma global var broadcast fix

[b.m.tanygin] Rotational gamma docs

[richter] added 01 tutorial to CmakeFiles and put it to correct place

[b.m.tanygin] Rotational gamma python interface & tests

[b.m.tanygin] Python complete build fix

[b.m.tanygin] Python setter fix

[b.m.tanygin] Python fix

[b.m.tanygin] Python fix

[Christoph Junghans] cmake: specify python version needed

[b.m.tanygin] Restore of the commits 9e82b7b and 14d3657

[robin.hobil] cmake: add install rules (fixes #733)

[robin.hobil]  #733 add RPATH to target, install cudalibs

[robin.hobil]  #733 Scafacos

[robin.hobil] somehow filechanges went missing

[robin.hobil]  #733 solved pypresso issue (ugly workaround)

[robin.hobil]  #733 added @junghans suggestions

[robin.hobil]  #733 made tcl a shared lib, build Espresso twice

[robin.hobil]   closes #733 , pypresso: precede pythonpath

[Florian Weik] maintainer: Updated copyright notice.

[Florian Weik] cmake: Don't require TK. The FindTCL cmake module needs TCL and 
TK to

[Florian Weik] maintainer: Moved configs folder.

[Florian Weik] maintainer: Script to build with cmake.

[Florian Weik] maintainer: Cmake build script for jenkins.

------------------------------------------
Started by upstream project "master-fetch-bootstrap" build number 764
originally caused by:
 Started by user Florian Weik
Building remotely on cip14 in workspace 
<http://espressomd.org/jenkins/job/master-maintainer-checks/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > git://github.com/espressomd/espresso.git # timeout=10
Fetching upstream changes from git://github.com/espressomd/espresso.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git -c core.askpass=true fetch --tags --progress 
 > git://github.com/espressomd/espresso.git 
 > +refs/heads/master:refs/remotes/origin/master
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dd1904cb5da6f0eb5a3a28a4fb1d39643e11f252 (origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f dd1904cb5da6f0eb5a3a28a4fb1d39643e11f252
 > /usr/bin/git rev-list 89eae7b61b6a353a0b3b4df6edd010ee839acad1 # timeout=10
[master-maintainer-checks] $ /bin/bash -xe /tmp/hudson8721234052656179380.sh
+ python config/check_myconfig_complete.py src/features.def 
'maintainer/jenkins/configs/*.hpp'
Checking for completeness of features in test configurations...
Traceback (most recent call last):
  File "config/check_myconfig_complete.py", line 37, in <module>
    for line in fileinput.input(sys.argv[2:]):
  File "/usr/lib64/python2.7/fileinput.py", line 252, in next
    line = self.readline()
  File "/usr/lib64/python2.7/fileinput.py", line 344, in readline
    self._file = open(self._filename, self._mode)
IOError: [Errno 2] No such file or directory: 'maintainer/jenkins/configs/*.hpp'
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE



reply via email to

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