Your message dated Sun, 13 Apr 2025 13:37:21 +0300
with message-id <Z/uT4bkQN8NsjOlL@localhost>
and subject line Re: Bug#1085089: Fails to download any installable images
has caused the Debian Bug report #1085089,
regarding Fails to download any installable images
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.)
--
1085089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: librem5-flash-image
Version: 0.0.4-2
Severity: grave
The script fails to download anything atm:
Traceback (most recent call last):
File "/usr/bin/librem5-flash-image", line 537, in <module>
sys.exit(main())
^^^^^^
File "/usr/bin/librem5-flash-image", line 477, in main
uboot_ref = find_uboot(UBOOT_JOB_NAME.format(uboot_board))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/librem5-flash-image", line 281, in find_uboot
info = server.get_job_info(jobname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/jenkins/__init__.py", line 475, in
get_job_info
raise JenkinsException(
jenkins.JenkinsException: Could not parse JSON info for
job[u-boot_builds/uboot_librem5_build]
This is due to the fact that the remote site is either unavailable or
the corresponding Jenkins jobs failing ever so often. I think it's best
to drop the script from testing so it doesn't end up in a stable release
due to this.
Should the situation change by e.g. the script being changed upstream no
long requiring a remote Jenkins instance we can resonsider introducing
it back to testing.
Cheers,
-- Guido
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64
Kernel: Linux 6.10.11-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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 librem5-flash-image depends on:
ii python3 3.12.6-1
ii python3-coloredlogs 15.0.1-1
ii python3-jenkins 1.4.0-6
ii python3-requests 2.32.3+dfsg-1
ii python3-tqdm 4.66.5-1
ii python3-yaml 6.0.2-1
ii usbutils 1:017-3
ii uuu 1.5.182-1
librem5-flash-image recommends no packages.
librem5-flash-image suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.0.5-1
On Mon, Oct 14, 2024 at 01:41:17PM +0200, Guido Günther wrote:
> Package: librem5-flash-image
> Version: 0.0.4-2
> Severity: grave
>
> The script fails to download anything atm:
>
> Traceback (most recent call last):
> File "/usr/bin/librem5-flash-image", line 537, in <module>
> sys.exit(main())
> ^^^^^^
> File "/usr/bin/librem5-flash-image", line 477, in main
> uboot_ref = find_uboot(UBOOT_JOB_NAME.format(uboot_board))
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/bin/librem5-flash-image", line 281, in find_uboot
> info = server.get_job_info(jobname)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/jenkins/__init__.py", line 475, in
> get_job_info
> raise JenkinsException(
> jenkins.JenkinsException: Could not parse JSON info for
> job[u-boot_builds/uboot_librem5_build]
>
> This is due to the fact that the remote site is either unavailable or
> the corresponding Jenkins jobs failing ever so often. I think it's best
> to drop the script from testing so it doesn't end up in a stable release
> due to this.
>
> Should the situation change by e.g. the script being changed upstream no
> long requiring a remote Jenkins instance we can resonsider introducing
> it back to testing.
This seems to be fixed with:
librem5-flash-image (0.0.5-1) unstable; urgency=medium
...
* New upstream release
...
* d/control: Move python3-jenkins to recommends.
The script can now run without python-jenkins.
...
-- Sebastian Krzyszkowiak <d...@dosowisko.net> Thu, 27 Mar 2025 22:02:02 +0100
Running librem5-flash-image now starts downloading something for me even
without python3-jenkins installed.
> Cheers,
> -- Guido
cu
Adrian
--- End Message ---