Bug#1114914: jpeg-xl: FTBFS on hppa - tests timeout

John David Anglin dave at parisc-linux.org
Thu Sep 11 15:43:29 BST 2025


Source: jpeg-xl
Version: 0.11.1-6
Severity: normal
Tags: patch
X-Debbugs-Cc: debian-hppa at lists.debian.org
User: debian-hppa at lists.debian.org
Usertags: hppa

Dear Maintainer,

Build fails here:
The following tests FAILED:
	3841 - JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower.png-e6D1 (Timeout)
	3842 - JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower.png-e6D4 (Timeout)
	3871 - JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower_alpha.png-e6D1 (Timeout)
	3872 - JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower_alpha.png-e6D4 (Timeout)
Errors while running CTest
FAILED: CMakeFiles/test.util 

Full log on real hardware:
https://buildd.debian.org/status/fetch.php?pkg=jpeg-xl&arch=hppa&ver=0.11.1-4&stamp=1742796562&raw=0

The attached patch changes the default timeout of 1500 seconds to 3600 seconds.

The longest tests are:
          Start 4386: JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower_alpha.png-e6D1
4386/4786 Test #4386: JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower_alpha.png-e6D1 ...................................................................................................................................   Passed  1549.03 sec
          Start 4387: JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower_alpha.png-e6D4
4387/4786 Test #4387: JxlStreamingTest/JxlStreamingEncodingTest.StreamingSamePixels/jxl/flower/flower_alpha.png-e6D4 ...................................................................................................................................   Passed  1737.04 sec

Please install if okay.

Regards,
Dave Anglin

-- System Information:
Debian Release: forky/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 6.12.44-dirty (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
--- CMakeLists.txt.save	2025-09-09 17:36:28.674042713 -0400
+++ CMakeLists.txt	2025-09-09 17:39:30.805761918 -0400
@@ -3,6 +3,9 @@
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.
 
+# Set extra long timeout for hppa.
+set(DART_TESTING_TIMEOUT 3600 CACHE STRING "Maximum time for one test")
+
 # Ubuntu focal ships with cmake 3.16.
 cmake_minimum_required(VERSION 3.16...3.27)
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")


More information about the Pkg-phototools-devel mailing list