Source: pydl Version: 0.5.3-1 Severity: serious Tags: stretch sid User: [email protected] Usertags: qa-ftbfs-20161219 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > from scipy.signal import medfilt, medfilt2d > if width is None: > if axis is None: > f = array.flatten() > if f.size % 2 == 1 or even: > return np.median(array) > else: > i = f.argsort() > > return f[i[f.size/2]] > E IndexError: only integers, slices (`:`), ellipsis > (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid > indices > > pydl/median.py:53: IndexError > =============== 1 failed, 122 passed, 1 skipped in 5.75 seconds > ================ > /usr/lib/python3/dist-packages/astropy/config/configuration.py:541: > ConfigurationMissingWarning: Configuration defaults will be used due to > FileNotFoundError:2 on None > warn(ConfigurationMissingWarning(msg)) > debian/rules:28: recipe for target 'override_dh_auto_test' failed The full build log is available from: http://aws-logs.debian.net/2016/12/19/pydl_0.5.3-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.

