← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2127939] Re: numpy: FTBFS on ppc64el and s390x

 

** Also affects: numpy (Ubuntu Questing)
   Importance: Undecided
       Status: New

** Changed in: numpy (Ubuntu)
       Status: New => Fix Committed

** Changed in: numpy (Ubuntu)
     Assignee: (unassigned) => Graham Inggs (ginggs)

-- 
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 Committed
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



References