This bug was fixed in the package numpy - 1:2.3.3+ds-3ubuntu1 --------------- numpy (1:2.3.3+ds-3ubuntu1) resolute; urgency=medium
* Skip test_cpu_features on ppc64el and s390x (LP: #2127939) -- Graham Inggs <[email protected]> Sat, 18 Oct 2025 14:38:40 +0000 ** Changed in: numpy (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Debcrafters packages, which is subscribed to numpy in Ubuntu. https://bugs.launchpad.net/bugs/2127939 Title: numpy: FTBFS on ppc64el and s390x Status in numpy package in Ubuntu: Fix Released Status in numpy source package in Questing: New Bug description: As seen in the questing test rebuild: https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html on ppc64el: ______________________ Test_POWER_Features.test_features _______________________ self = <test_cpu_features.Test_POWER_Features object at 0x7cabcfa53750> def test_features(self): self.load_flags() for gname, features in self.features_groups.items(): test_features = [self.cpu_have(f) for f in features] assert_features_equal(__cpu_features__.get(gname), all(test_features), gname) for feature_name in self.features: cpu_have = self.cpu_have(feature_name) npy_have = __cpu_features__.get(feature_name) > assert_features_equal(npy_have, cpu_have, feature_name) E AssertionError: Failure Detection E NAME: 'VSX' E ACTUAL: True E DESIRED: False on s390x: ______________________ Test_ZARCH_Features.test_features _______________________ self = <test_cpu_features.Test_ZARCH_Features object at 0x3ffa0467c50> def test_features(self): self.load_flags() for gname, features in self.features_groups.items(): test_features = [self.cpu_have(f) for f in features] assert_features_equal(__cpu_features__.get(gname), all(test_features), gname) for feature_name in self.features: cpu_have = self.cpu_have(feature_name) npy_have = __cpu_features__.get(feature_name) > assert_features_equal(npy_have, cpu_have, feature_name) E AssertionError: Failure Detection E NAME: 'VX' E ACTUAL: True E DESIRED: False To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/numpy/+bug/2127939/+subscriptions -- Mailing list: https://launchpad.net/~debcrafters-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~debcrafters-packages More help : https://help.launchpad.net/ListHelp

