[From nobody Tue May 19 18:35:05 2026
Received: (at maintonly) by bugs.debian.org; 17 Mar 2026 10:46:21 +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=-105.1 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
 FROMDEVELOPER,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
 USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 28; hammy, 128; neutral, 23; spammy,
 1. spammytokens:0.938-+--view
 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;roehling@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:58902)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;roehling@debian.org&gt;) id 1w2RwL-00DNz7-2o
 for maintonly@bugs.debian.org; Tue, 17 Mar 2026 10:46:21 +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:Subject:To:From:Message-ID:
 Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=EEl66xrAWpm9eHuWGG08AJfgvuVtkeraqdWxZd/4XfE=; b=jfvFu1/obYwd1vzv68qWxsHpBO
 P8ViDYZsBX/LkcXDe5hAej9YZrtE/ZH+fg5AaViYGLiIOJvwVw4VRU2yohP9yfbs3Qpg0EvHTo20W
 muEaHwQEEpsgcHKt21kpUYBhCfmpiZZekrSkYgfan+MIjyvD6ArC0dMZx0pSZCXCUCjy6MT7YUuVj
 jZcmutOCeI9gLgueFL2Tfq8fryubNrY5q229z3BZsEWLuyspHBbO6BoqrW+cs6J/Khx0n4xAf2V/W
 8LnYIhc+1e+8pUV5/3hlLe4Bwan4w6X3GSfngUbuMZz80sGcxZAO3WTCVQGtctMMCcZ8axxoAjJy1
 UOiYCUyg==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;roehling@debian.org&gt;)
 id 1w2RwL-002pVA-Gq
 for maintonly@bugs.debian.org; Tue, 17 Mar 2026 10:46:20 +0000
Message-ID: &lt;ba17c1cdbd5d991ffa276ca81be32cac@debian.org&gt;
From: roehling@debian.org
To: maintonly@bugs.debian.org
Subject: python-mrcfile: autopkgtest regression with NumPy 2.4
Date: Tue, 17 Mar 2026 11:46:19 +0100
X-Generator: mass-bug from devscripts 2.26.6
X-Debian-User: roehling
Delivered-To: maintonly@bugs.debian.org

Source: python-mrcfile
Version: 1.5.4-3
Severity: important
User: debian-python@lists.debian.org
Usertags: numpy2.4

Dear maintainer,

According to https://ci.debian.net data, your package python-mrcfile has an
autopkgtest regression with numpy.

The following architectures failed: amd64, arm64.

Hopefully relevant excerpt from
https://ci.debian.net/packages/p/python-mrcfile/unstable/amd64/69506941/
follows:

101s tests/test_bzip2mrcfile.py::Bzip2MrcFileTest::test_data_transposed_in_place_is_written_without_errors FAILED [  3%]
112s tests/test_gzipmrcfile.py::GzipMrcFileTest::test_data_transposed_in_place_is_written_without_errors FAILED [ 20%]
114s tests/test_mrcfile.py::MrcFileTest::test_data_transposed_in_place_is_written_without_errors FAILED [ 43%]
114s tests/test_mrcmemmap.py::MrcMemmapTest::test_data_transposed_in_place_is_written_without_errors FAILED [ 67%]
115s =================================== FAILURES ===================================
115s E       DeprecationWarning: Setting the strides on a NumPy array has been deprecated in NumPy 2.4.
115s E       As an alternative, you can create a new view using np.lib.stride_tricks.as_strided.
115s E       DeprecationWarning: Setting the strides on a NumPy array has been deprecated in NumPy 2.4.
115s E       As an alternative, you can create a new view using np.lib.stride_tricks.as_strided.
115s E       DeprecationWarning: Setting the strides on a NumPy array has been deprecated in NumPy 2.4.
115s E       As an alternative, you can create a new view using np.lib.stride_tricks.as_strided.
115s E       DeprecationWarning: Setting the strides on a NumPy array has been deprecated in NumPy 2.4.
115s E       As an alternative, you can create a new view using np.lib.stride_tricks.as_strided.
115s FAILED tests/test_bzip2mrcfile.py::Bzip2MrcFileTest::test_data_transposed_in_place_is_written_without_errors
115s FAILED tests/test_gzipmrcfile.py::GzipMrcFileTest::test_data_transposed_in_place_is_written_without_errors
115s FAILED tests/test_mrcfile.py::MrcFileTest::test_data_transposed_in_place_is_written_without_errors
115s FAILED tests/test_mrcmemmap.py::MrcMemmapTest::test_data_transposed_in_place_is_written_without_errors
115s ======================== 4 failed, 861 passed in 21.06s ========================
115s python               FAIL non-zero exit status 1
115s python               FAIL non-zero exit status 1
]