Your message dated Sun, 02 Jan 2022 11:03:49 +0000
with message-id <[email protected]>
and subject line Bug#997029: fixed in pysph 1.0~b0~20191115.gite3d5e10-6
has caused the Debian Bug report #997029,
regarding pysph: FTBFS in testing and unstable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
997029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997029
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pysph
Version: 1.0~b0~20191115.gite3d5e10-5
Severity: serious
Tags: ftbfs
Hi Maintainer
As can be seen in reproducible builds [1], pysph sometimes FTBS in
both testing and unstable. I've copied what I hope is the relevant
part of the log below.
Regards
Graham
[1] https://tests.reproducible-builds.org/debian/rb-pkg/pysph.html
=================================== FAILURES ===================================
_________________ MPIReduceArrayTestCase.test_parallel_reduce __________________
self = <pysph.parallel.tests.test_parallel.MPIReduceArrayTestCase
testMethod=test_parallel_reduce>
@mark.parallel
def test_parallel_reduce(self):
args = ['--directory=%s' % self.root]
> run_parallel_script.run(
filename='simple_reduction.py', args=args, nprocs=nprocs, path=path
)
pysph/parallel/tests/test_parallel.py:101:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
filename = 'simple_reduction.py', args = ['--directory=/tmp/tmpr8h_5ft1']
nprocs = 2, timeout = 30.0
path =
'/build/1st/pysph-1.0~b0~20191115.gite3d5e10/.pybuild/cpython3_3.9/build/pysph/parallel/tests'
def run(filename, args=None, nprocs=2, timeout=30.0, path=None):
"""Run a python script with MPI or in serial (if nprocs=1).
Kill process
if it takes longer than the specified timeout.
Parameters:
-----------
filename - filename of python script to run under mpi.
args - List of arguments to pass to script.
nprocs - number of processes to run (1 => serial non-mpi run).
timeout - time in seconds to wait for the script to finish running,
else raise a RuntimeError exception.
path - the path under which the script is located
Defaults to the location of this file (__file__), not curdir.
"""
if args is None:
args = []
file_path = abspath(join(path, filename))
cmd = [sys.executable, file_path] + args
if nprocs > 1:
cmd = ['mpiexec', '-n', str(nprocs)] + cmd
print('running test:', cmd)
process = Popen(cmd, stdout=PIPE, stderr=PIPE)
timer = Timer(timeout, kill_process, [process])
timer.start()
out, err = process.communicate()
timer.cancel()
retcode = process.returncode
if retcode:
msg = 'test ' + filename + ' failed with returncode ' + str(retcode)
print(out.decode('utf-8'))
print(err.decode('utf-8'))
print('#'*80)
print(msg)
print('#'*80)
> raise RuntimeError(msg)
E RuntimeError: test simple_reduction.py failed with returncode -9
pysph/tools/run_parallel_script.py:54: RuntimeError
--- End Message ---
--- Begin Message ---
Source: pysph
Source-Version: 1.0~b0~20191115.gite3d5e10-6
Done: Antonio Valentino <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pysph, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Antonio Valentino <[email protected]> (supplier of updated pysph
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 02 Jan 2022 09:54:54 +0000
Source: pysph
Architecture: source
Version: 1.0~b0~20191115.gite3d5e10-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Antonio Valentino <[email protected]>
Closes: 997029
Changes:
pysph (1.0~b0~20191115.gite3d5e10-6) unstable; urgency=medium
.
* Update watch file to use tags instead of releases.
* Disable broken test (see
https://github.com/pypr/pysph/issues/326).
Closes: #997029.
Checksums-Sha1:
6739e348f57b1cf4dfd71ef926ea81fbb4a5642c 2638
pysph_1.0~b0~20191115.gite3d5e10-6.dsc
a9fbce95301c74339a1704f952c5b1907439ed61 15156
pysph_1.0~b0~20191115.gite3d5e10-6.debian.tar.xz
29d59cab210b73a65ccb7a6855c4fb0f445d541e 12475
pysph_1.0~b0~20191115.gite3d5e10-6_amd64.buildinfo
Checksums-Sha256:
ddd4cd0d017d37f9cf787d0f8b5c7a85fabc0548a29a517dda1e73a42973c7dc 2638
pysph_1.0~b0~20191115.gite3d5e10-6.dsc
2b52c2fb3920058427da56e5760f09ad968005db07284c998daede43344fb7d5 15156
pysph_1.0~b0~20191115.gite3d5e10-6.debian.tar.xz
48277c9cc6248f542095c13109b6f3c3ef50996ae02a3a9c4e2e095a6b731adb 12475
pysph_1.0~b0~20191115.gite3d5e10-6_amd64.buildinfo
Files:
574f5a8b60cf4564e94cac39db10c549 2638 science optional
pysph_1.0~b0~20191115.gite3d5e10-6.dsc
145e5be6a1bdb23749a4bd1947d5dddb 15156 science optional
pysph_1.0~b0~20191115.gite3d5e10-6.debian.tar.xz
2829b85de63a687813c52809831e036c 12475 science optional
pysph_1.0~b0~20191115.gite3d5e10-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJRBAEBCAA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmHRgjkdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBIK4BAAldvb1rmQI3Mjy5JT
PeZwAMfYBEreKdcS02f0nUB0DFTcCTrvYKtSk6f5mjr1ofrx6H7tXqzLH3L32rmR
rjxgZ5PLwBP0AMPndUwK/bKxVp2AJVq66lxXVOlZVlzQ+ldocdpRZ5JIfYomwIUk
Gbw/fl9Q0uRiRde6PJy4WzPPFi8eF+t33b5Tjt35I2bNQckKO9Y+Rmj2nBmq1oHs
vUl36kMl5sBEmc60Xwn9Fiy+XxkzlUstCb4RFhq+piqiiV8iEWvKyZAf9jAc5UJJ
1295FodB32kY/SqOnNDW5i7RimOem8apJDZLvALZWcGrfsCLwAGYqHDdih131E6V
RAFD3s9FuX7o4hoFjmxCRQZsB9geGSQoMjsMq9tIy4K6ZeynH0Inb7aw7rRQsfGo
qbl3lE70g43GSWnrouR8x7JO06OqsF5KUHNkbYX8MwInx+KLWKafcQJpVSrxXG9m
hyRNpyczx/DCE+Jefxj/DnoqRH6gpOXpWij6e9Q3rvqzjVVPcn9g0ZP+AvWDU9uG
zoTPkHFEFNQl0OVRPSaoSwmgQvM6m8Oqs5NYQufqeoVGBSj4iw7ZeXL9ZrH8qBo/
3EMRGGZlj8iGAeG9vAMU5/mMx9LkRRcdHgvTdatUknSpmDrdwUXHmCaWLAY7LgmB
7EIMnd2jYzYc1E0LGpjACQYJDMk=
=9AaP
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers