Your message dated Fri, 28 Feb 2025 13:03:23 +0000
with message-id <[email protected]>
and subject line Bug#1099038: fixed in silx 2.2.1+dfsg-1
has caused the Debian Bug report #1099038,
regarding silx: Permission denied: 
'/usr/lib/python3/dist-packages/silx/pytest-cache-files-0lxt05lh'
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.)


-- 
1099038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099038
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: silx
Version: 1.1.0+dfsg-5
Severity: important

Dear Maintainer,

The autopkgtests fail with this error message

477s   File "/usr/lib/python3/dist-packages/_pytest/cacheprovider.py", line 
184, in set
477s     self._mkdir(path.parent)
477s   File "/usr/lib/python3/dist-packages/_pytest/cacheprovider.py", line 
126, in _mkdir
477s     self._ensure_cache_dir_and_supporting_files()
477s   File "/usr/lib/python3/dist-packages/_pytest/cacheprovider.py", line 
209, in _ensure_cache_dir_and_supporting_files
477s     with tempfile.TemporaryDirectory(
477s          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3.12/tempfile.py", line 1021, in __init__
477s     self.name = mkdtemp(suffix, prefix, dir)
477s                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3.12/tempfile.py", line 523, in mkdtemp
477s     _os.mkdir(file, 0o700)
477s PermissionError: [Errno 13] Permission denied: 
'/usr/lib/python3/dist-packages/silx/pytest-cache-files-0lxt05lh'
477s 
477s During handling of the above exception, another exception occurred:
477s 
477s Traceback (most recent call last):
477s   File "<frozen runpy>", line 198, in _run_module_as_main
477s   File "<frozen runpy>", line 88, in _run_code
477s   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in 
<module>
477s     raise SystemExit(pytest.console_main())
477s                      ^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
201, in console_main
477s     code = main()
477s            ^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
175, in main
477s     ret: ExitCode | int = config.hook.pytest_cmdline_main(config=config)
477s                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in 
__call__
477s     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
477s            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
477s     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
477s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
477s     raise exception.with_traceback(exception.__traceback__)
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
477s     res = hook_impl.function(*args)
477s           ^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 330, in 
pytest_cmdline_main
477s     return wrap_session(config, _main)
477s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 318, in 
wrap_session
477s     config.hook.pytest_sessionfinish(
477s   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in 
__call__
477s     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
477s            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
477s     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
477s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
477s     raise exception.with_traceback(exception.__traceback__)
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
477s     teardown.throw(exception)  # type: ignore[union-attr]
477s     ^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/logging.py", line 868, in 
pytest_sessionfinish
477s     return (yield)
477s             ^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
477s     teardown.throw(exception)  # type: ignore[union-attr]
477s     ^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/terminal.py", line 893, in 
pytest_sessionfinish
477s     result = yield
477s              ^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
477s     teardown.throw(exception)  # type: ignore[union-attr]
477s     ^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/warnings.py", line 141, in 
pytest_sessionfinish
477s     return (yield)
477s             ^^^^^
477s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
477s     res = hook_impl.function(*args)
477s           ^^^^^^^^^^^^^^^^^^^^^^^^^
477s   File "/usr/lib/python3/dist-packages/_pytest/cacheprovider.py", line 
475, in pytest_sessionfinish
477s     config.cache.set("cache/nodeids", sorted(self.cached_nodeids))
477s   File "/usr/lib/python3/dist-packages/_pytest/cacheprovider.py", line 
186, in set
477s     self.warn(
477s   File "/usr/lib/python3/dist-packages/_pytest/cacheprovider.py", line 
119, in warn
477s     warnings.warn(
477s pytest.PytestCacheWarning: could not create cache path 
/usr/lib/python3/dist-packages/silx/.pytest_cache/v/cache/nodeids: [Errno 13] 
Permission denied: 
'/usr/lib/python3/dist-packages/silx/pytest-cache-files-0lxt05lh'


-- System Information:
Debian Release: 12.9
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-29-amd64 (SMP w/128 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages silx depends on:
ii  python3        3.11.2-1+b1
ii  python3-numpy  1:1.24.2-1+deb12u1
ii  python3-silx   1.1.2+dfsg-2~bpo12+1

silx recommends no packages.

silx suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: silx
Source-Version: 2.2.1+dfsg-1
Done: Picca Frédéric-Emmanuel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
silx, 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.
Picca Frédéric-Emmanuel <[email protected]> (supplier of updated silx 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: SHA512

Format: 1.8
Date: Fri, 28 Feb 2025 13:16:01 +0100
Source: silx
Architecture: source
Version: 2.2.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Closes: 1013114 1047562 1072655 1099038
Changes:
 silx (2.2.1+dfsg-1) unstable; urgency=medium
 .
   * Rely on pre-initialized dpkg-architecture variables.
   * New upstream version 2.2.1+dfsg
 .
 silx (2.2.0+dfsg-2) unstable; urgency=medium
 .
   [ Alexandre Detiste ]
   * remove noise from patch
 .
   [ Picca Frédéric-Emmanuel ]
   * Bug fix: "Permission denied:
     &#39;/usr/lib/python3/dist-packages/silx/pytest-cache-files-0lxt05lh&#39;",
     thanks to Picca Frédéric-Emmanuel (Closes: #1099038).
   * Bug fix: "no-opencl tests fail with pytest8.2", thanks to Chris
     Peterson (Closes: #1072655).
   * Bug fix: "TestRetry fails with scipy 1.8.1-4", thanks to Drew Parsons
     (Closes: #1013114).
   * Bug fix: "Fails to build source after successful build", thanks to
     Lucas Nussbaum (Closes: #1047562).
Checksums-Sha1:
 07eefc706a3ac8a1dc2beba26c42414a1911a747 3284 silx_2.2.1+dfsg-1.dsc
 75a72741a74fc21a05da9371999e826db8099e1d 17526564 silx_2.2.1+dfsg.orig.tar.xz
 745f8b342cdbc7e665783eedc9080db144fa0fa1 157644 silx_2.2.1+dfsg-1.debian.tar.xz
Checksums-Sha256:
 fc26fb993ab318736ad206d749527263b8b6ae9915e105e3cdb3fa070a95b412 3284 
silx_2.2.1+dfsg-1.dsc
 1d10c62a6dc005896de3403a71364b720af596c32428e3696ba995b800e2e72f 17526564 
silx_2.2.1+dfsg.orig.tar.xz
 0b3a54b7058eb10a087cddd595e6463bdb5bb0c3eac157099bba5cbc2058b1cb 157644 
silx_2.2.1+dfsg-1.debian.tar.xz
Files:
 69fd4a942f6d11cd842f29b9da6ee0bd 3284 science optional silx_2.2.1+dfsg-1.dsc
 df5f7141109279f954994cf0c8273074 17526564 science optional 
silx_2.2.1+dfsg.orig.tar.xz
 9b665b6bdd3868df2e074caa9d8da639 157644 science optional 
silx_2.2.1+dfsg-1.debian.tar.xz


-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmfBq6MRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALuPdA/+N40InO330JGGocdTLYy7O5gIfPPHJaLL
nnz+iDeoO4R4Gwbd7G+0tubEZ+Om+JyWRTjIg8P2MSP5ivZ2k86yOXkRcy5qT/ii
Zz145211wfgePPsRoBGe+6h+7Zp0upzQhWGWfeHgFLV6VLt9L6snGDuMu1dEIJ40
sZ6nw8deULrsUvW+kM1wjHGAfPSvTa92OBS6LUEpSPRx4f2LLh+gbBs3XzKFuiLk
Pe3/ws+TIZZj9zWXgjis2bBK0nG2839n77V2k+S6PavXtMbhTUj+GAykqbn63Kjm
ZJrt4vLG6AUbwnbjCxhbNz52JEjnHljdH3gtksYcnJm0NUdbdcWQl6uFxeqALzLl
wzQTghSKLQOO8SG+01Taeki7mxOYwk4y1n7H1AHn/z4pvMQP32AmLSQPbK+ZqkNW
a0JajXABkZOawHJpbRGIzuO1YZTcCaL5H4UiQVrVLqW/DnAGZSMRU93vkZscLaKc
JM8C0rqAp/78BeGB4XNFGBv0+mLVPLwJPCrGo7nHKFvIMZisXLxlv+QZ4MkErpFU
0aMECM4KhNKiLurv2Mc59lY3WvApBSjfxN+SOiU6IRdH4uMthonKhLstdbm5g9pU
Jx4Ra9Pw31jcHLPyPsbQIT6g2nwtFgAm25/lt+jwVmGARIMQE2H3LOXZoaIb1TBv
ij4i9oLdsus=
=sIBH
-----END PGP SIGNATURE-----

Attachment: pgpFxqIFOr1HM.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to