Bug#747339: broken autopkgtest: wrong path to examples, ERROR: Invalid pair style
Martin Pitt
mpitt at debian.org
Wed May 7 15:48:56 UTC 2014
Package: liggghts
Version: 3.0.1+repack-1
User: autopkgtest-devel at lists.alioth.debian.org
Usertags: autopkgtest
Hello,
liggghts' autopkgtest currently fails [1] with
| apt0t-heat FAIL non-zero exit status 2
| adt-run: & apt0t-heat: - - - - - - - - - - stderr - - - - - - - - - -
| /tmp/adt-run.JFPjCt/apt0-build/liggghts-3.0.1+repack/debian/tests/heat: 5: /tmp/adt-run.JFPjCt/apt0-build/liggghts-3.0.1+repack/debian/tests/heat: cannot open ./examples/examples/LIGGGHTS/Tutorials_public/heatTransfer_1/in.heatGran: No such file
which is trivially fixed:
--- liggghts-3.0.1+repack/debian/tests/heat 2014-04-23 22:17:07.000000000 +0200
+++ liggghts-3.0.1+repack/debian/tests/heat 2014-05-07 17:44:50.000000000 +0200
@@ -2,6 +2,6 @@
set -e
export OMPI_MCA_orte_rsh_agent=/bin/false
-liggghts < ./examples/examples/LIGGGHTS/Tutorials_public/heatTransfer_1/in.heatGran
+liggghts < ./examples/LIGGGHTS/Tutorials_public/heatTransfer_1/in.heatGran
-mpirun -np 2 liggghts < ./examples/examples/LIGGGHTS/Tutorials_public/heatTransfer_1/in.heatGran
+mpirun -np 2 liggghts < ./examples/LIGGGHTS/Tutorials_public/heatTransfer_1/in.heatGran
But then it fails with
| adt-run: & ubtree0t-heat: - - - - - - - - - - results - - - - - - - - - -
| ubtree0t-heat FAIL non-zero exit status 1
| adt-run: & ubtree0t-heat: - - - - - - - - - - stdout - - - - - - - - - -
| LIGGGHTS (Version LIGGGHTS-PUBLIC 2.3.8, compiled 2013-10-10-16:13:21 by ckloss based on LAMMPS 20 Apr 2012)
| Created orthogonal box = (-0.05 -0.05 0) to (0.05 0.05 0.15)
| 1 by 1 by 1 MPI processor grid
| ERROR: Invalid pair style (/build/buildd/liggghts-2.3.8/src/force.cpp:181)
I don't know what that means, so I have no suggestion what to do about it.
Thanks,
Martin
[1] http://ci.debian.net/#package/liggghts
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140507/56819232/attachment.sig>
More information about the debian-science-maintainers
mailing list