Your message dated Fri, 28 Feb 2025 12:32:14 +0000
with message-id <[email protected]>
and subject line Bug#1099038: fixed in silx 2.2.0+dfsg-2
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.0+dfsg-2
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 12:53:34 +0100
Source: silx
Architecture: source
Version: 2.2.0+dfsg-2
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.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:
 724d7f250e12f7af37d8ac52e8a20c47d6a25e55 3284 silx_2.2.0+dfsg-2.dsc
 c79e795ab01a3c4fd9b08d6f4c865d0515529da8 157628 silx_2.2.0+dfsg-2.debian.tar.xz
Checksums-Sha256:
 343095f19fb663c3272838af4c25152614e75dce57d80d4029c50fb8baaf7ac6 3284 
silx_2.2.0+dfsg-2.dsc
 7d7c3600295019337dfca9c19be0baf129bcf6d8eb9f0b8dc10bc63bde9a52fc 157628 
silx_2.2.0+dfsg-2.debian.tar.xz
Files:
 25f7444face80b2afa6083900a51f437 3284 science optional silx_2.2.0+dfsg-2.dsc
 b5298dfa076badad5c5ea001759670aa 157628 science optional 
silx_2.2.0+dfsg-2.debian.tar.xz


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

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmfBpQoRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALttABAApruoL4L76lYD2GnokSgNeUFyZVztcL0m
+vMCXuZZHld6nCr0h3y+Mj2V1V9MI+dGQfTzZznWDc/w1JIaQUjzC7D9seNLg16B
gOE8AdcnkJ86jM8GQWara0t2FxNh4mNqCDrEoqVcdfnkEc1UF+iKdkpSApFzU3rg
/+9tAF1dlT1/+Hx3uuKiwfmp4nxDFgniUg1BeYRBXt7xegIHjPW+rNpsJvxqa/MJ
F5VFDqgHcT9MJAznTM2VVOyGs3cIgA3A7k3Nu9ELiA2vaClaTreU53d3QFdGBcew
PLD5AIvPzF0eLYqrtKzDCd8yBPvuKqzmBWVGz7+3xTkMLEvxqgkjOTqoh2tYfyVf
ggTojE0tXSoz3kGC0TeFVpvQbJCP0VlHJXXYjmCxU2DQ0+q69UvQMLt73BbI0q44
fQONtxRfQAZp1HxLA610sl8JbI7IY7A+cDSSDjyN9QFzsFKK2iPDAJqKzlLx9CAf
2ABQCXBO6TFuFF8k+Elf2HVtgBGWRR2WVq/ejUDoAQMJyaUOJBzLWlTuP9/p8m62
6DS/1EM2CKfq7pnCgCsabtRaDWd5NZ0sT2louE3R1v4uI29Zm2Bcoz1Fq4KRp+Ga
mX2e37hbUxKLaXL97LBV39g/dk8Gtfvj0pDG++dPPTJutxscQOY5gh8GSzHlp4kw
hJU0G8s+PnQ=
=JJuH
-----END PGP SIGNATURE-----

Attachment: pgpmsoP0OnTtD.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