Your message dated Fri, 06 Jan 2017 22:34:26 +0000
with message-id <e1cpd5e-000dtd...@fasolo.debian.org>
and subject line Bug#850458: fixed in s3ql 2.21+dfsg-2
has caused the Debian Bug report #850458,
regarding s3ql: FTBFS (No such file or directory: 'ps')
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 ow...@bugs.debian.org
immediately.)
--
850458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850458
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:s3ql
Version: 2.21+dfsg-1
Severity: serious
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch --with python3,sphinxdoc
dh_testdir -a
dh_update_autotools_config -a
dh_auto_configure -a
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/s3ql-2.21+dfsg'
dh_testdir
python3 setup.py build_cython
running build_cython
compiling src/s3ql/deltadump.pyx to src/s3ql/deltadump.c
touch build_cython
python3 setup.py build_ext --inplace
running build_ext
[... snipped ...]
File "/<<BUILDDIR>>/s3ql-2.21+dfsg/tests/t4_fuse.py", line 178, in test
self.umount()
File "/<<BUILDDIR>>/s3ql-2.21+dfsg/tests/t4_fuse.py", line 111, in umount
assert proc.wait() == 0
AssertionError: assert 1 == 0
+ where 1 = <bound method Popen.wait of <subprocess.Popen object at
0x7f2fc987e668>>()
+ where <bound method Popen.wait of <subprocess.Popen object at
0x7f2fc987e668>> = <subprocess.Popen object at 0x7f2fc987e668>.wait
----------------------------- Captured stdout call -----------------------------
Please store the following master key in a safe location. It allows
decryption of the S3QL file system in case the storage objects holding
this information get corrupted:
---BEGIN MASTER KEY---
4cgE tPfI YvCd Dz6d 4qpX 8Bxn tabc X8uH FvSK JGkf DU4=
---END MASTER KEY---
----------------------------- Captured stderr call -----------------------------
WARNING: Maximum object sizes less than 1 MiB will degrade performance.
ERROR: Uncaught top-level exception:
Traceback (most recent call last):
File "/<<BUILDDIR>>/s3ql-2.21+dfsg/bin/umount.s3ql", line 26, in <module>
s3ql.umount.main(sys.argv[1:])
File "/<<BUILDDIR>>/s3ql-2.21+dfsg/src/s3ql/umount.py", line 182, in main
blocking_umount(options.mountpoint)
File "/<<BUILDDIR>>/s3ql-2.21+dfsg/src/s3ql/umount.py", line 125, in
blocking_umount
cmdline = get_cmdline(pid)
File "/<<BUILDDIR>>/s3ql-2.21+dfsg/src/s3ql/umount.py", line 95, in
get_cmdline
universal_newlines=True).strip()
File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
**kwargs).stdout
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'ps'
============================ pytest-warning summary ============================
WC1 /<<BUILDDIR>>/s3ql-2.21+dfsg/tests/t2_block_cache.py cannot collect test
class 'TestBackendPool' because it has a __init__ constructor
!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!
===== 1 failed, 245 passed, 1 skipped, 1 pytest-warnings in 106.03 seconds =====
debian/rules:51: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/s3ql-2.21+dfsg'
debian/rules:8: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--------------------------------------------------------------------------------
This is just how the build ends, not necessarily the relevant part.
I've put several build logs here:
https://people.debian.org/~sanvila/build-logs/s3ql/
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the page for this package.
The bug should be reproducible with sbuild on a single CPU virtual machine.
Thanks.
--- End Message ---
--- Begin Message ---
Source: s3ql
Source-Version: 2.21+dfsg-2
We believe that the bug you reported is fixed in the latest version of
s3ql, 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 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nikolaus Rath <nikol...@rath.org> (supplier of updated s3ql 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 06 Jan 2017 11:29:24 -0800
Source: s3ql
Binary: s3ql s3ql-dbg
Architecture: source
Version: 2.21+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Nikolaus Rath <nikol...@rath.org>
Changed-By: Nikolaus Rath <nikol...@rath.org>
Description:
s3ql - Full-featured file system for online data storage
s3ql-dbg - Full-featured file system for online data storage (debugging symb
Closes: 850458
Changes:
s3ql (2.21+dfsg-2) unstable; urgency=medium
.
* Bumped python3-pytest dependency to minimum version required
by upstream.
* Added build-dependency on procps. Closes: #850458
Checksums-Sha1:
78a0ddfd635939a619717deb90aa066fd9cdb50c 2755 s3ql_2.21+dfsg-2.dsc
3f81de09617f0725d701b23f68ad72780cd5fd9d 20948 s3ql_2.21+dfsg-2.debian.tar.xz
Checksums-Sha256:
6a6e93fcfe4762e274f302623ff00abbb654499209ca1ffa3eb29826c8cac016 2755
s3ql_2.21+dfsg-2.dsc
4474bb4c8a4b7baa36db11f0464b52ef49534a48b9a60354dd8062bd17977cc5 20948
s3ql_2.21+dfsg-2.debian.tar.xz
Files:
a85fdfc4433f4185c6daa99e94fe4086 2755 misc optional s3ql_2.21+dfsg-2.dsc
acbc728cce19c177e478e3b8de9f320a 20948 misc optional
s3ql_2.21+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQKgBAEBCgCKBQJYcBjtXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFRDMxNzkxQjJDNUMxNjEzQUYzODhCOEFE
MTEzRkNBQzNDNEU1OTlGIxpodHRwOi8vd3d3LnJhdGgub3JnL2dwZ3BvbGljeS5o
dG1sAAoJENET/Kw8TlmfW+kP/RS1PpdaVRGNIUCcMxiaaE4usiVLrO2OV6U9Xnrm
8nzkyPm7M2tJ232a9ig7Un/q6MlkxraC1VBxwaltjjQipelxwj2k9jL3EVwQhhV+
hxyRppWjyu0dJNJxzgFRiKuo/eVCceUllIe51/uf43JniGpare37zae+By3osS11
9El3aVdkQ2Uhyh4VP8VnVVPexb+nWhgSYHCDAxik+1CAnZZoAYaNucWbmRVd3UUA
eCsnROyyIC++2kzqhzXfJiv+MshYU6dGIRcMPJRC6NmbRebunWigfI0jpJbq9Roa
XYxVf88vD/tOJ4pccuZOYYzTinKTa9mnJA+DF2ac/3ksx3I62597gCj9/SEwcfyS
d+aWxnD1PQFTDWjOndcW4onXa3bFwQEfUY6gJZQArFVC/XWkfDSEkV/HJodBUo8B
Y4j6/ndk7E5f0CLu0eVAy9udGC2Ebm8tEazIWWi0ybd1x+2R6B1WqirctkUqwn4l
tgwFts7Nj8fl3H/XwZUFz9mB+iWibkhjgsrscjIhtKUh96L++BX6dB7xcMO9NXWM
pRbP82KrkDb30+pSx7X1JGYRR84nwel1cm8kks6ZzNJBF0/U+A41Brs6YlqCGoBE
8Y0Sstzz5CFJq0+shoc5rxXFTZWHZDpJJLJWD4jRLZHbGWR72Hlstr8Kj45KMUnN
11/H
=1P0/
-----END PGP SIGNATURE-----
--- End Message ---