[From nobody Thu Jul  2 20:53:04 2026
Received: (at submit) by bugs.debian.org; 30 Jun 2026 17:36:36 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-111.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,SPF_HELO_NONE,SPF_PASS,USER_IN_DKIM_WELCOMELIST,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 16; hammy, 150; neutral, 31; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;bunk@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:39448)
 by buxtehude.debian.org with utf8esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1wecNw-006hJY-1w
 for submit@bugs.debian.org; Tue, 30 Jun 2026 17:36:36 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=N5X5z7w9BAli8vJUyKSTZRrsCgwnzIqS7VNXdbuDkvo=; b=jSRf405DV/JdowRkMpFwHkXBjZ
 ULsWKf2XnTeUNRgE+VGQTbcjLkY+I7VqheH/iqAacjM3znXJv8bZu4SsSeiFgUk0gyH5ErBUF/nNe
 t+e75+MI+HOYzGQXrzy4rTUA0v2mNejjJCAMMzPGfRYN/5S3A8+dMaoJYPyJHgjl7t2HPtil+R9VA
 iAFFzwcYZUsMSuVw3t0AyWEZZQwtxUCb68DtkLmMlFudMTOb45tXFgYgFwex97L9BAul+v02xJ6xg
 VnsbHCAf8Ut7OWGQ2dbBUwedkKc85xAWQU0B49Gtcrz6EaxcRvTQhSW5f/qymnUySP3oWlqOZQrZb
 IxS9ssJw==;
Received: from authenticated-user by stravinsky.debian.org with utf8esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1wecNu-007ER8-2A;
 Tue, 30 Jun 2026 17:36:35 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Adrian Bunk &lt;bunk@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: openturns FTBFS on riscv64: timeout too short
Message-ID: &lt;178284099373.776448.7511515487644661332.reportbug@localhost&gt;
X-Mailer: reportbug 13.2.0
Date: Tue, 30 Jun 2026 20:36:33 +0300
X-Debian-User: bunk
Delivered-To: submit@bugs.debian.org

Source: openturns
Version: 1.27.1-1
Severity: serious
Tags: ftbfs
X-Debbugs-Cc: debian-riscv@lists.debian.org, Pierre Gruet &lt;pgt@debian.org&gt;
User: debian-riscv@lists.debian.org
Usertags: riscv64

Apparently Python 3.14 made things slower:

https://buildd.debian.org/status/fetch.php?pkg=openturns&amp;arch=riscv64&amp;ver=1.27.1-1%2Bb1&amp;stamp=1782768253&amp;raw=0

...
650/650 Test #1146: pyinstallcheck_HSICEstimatorGlobalSensitivity_std ......................***Timeout 500.16 sec


99% tests passed, 1 tests failed out of 650

Total Test time (real) = 3335.63 sec

The following tests FAILED:
	1146 - pyinstallcheck_HSICEstimatorGlobalSensitivity_std (Timeout)
Errors while running CTest



Doubling the timeout in override_dh_auto_install from 500 to 1000 seconds
got me a successful build:

...
656/656 Test #1152: pyinstallcheck_HSICEstimatorGlobalSensitivity_std ......................   Passed  634.61 sec

100% tests passed, 0 tests failed out of 656
...
]