#1014094 xsimd: autopkgtest regression on i386: ‘any’ is not a member of ‘xsimd’

#1014094#5
Date:
2022-06-30 07:18:25 UTC
From:
To:
Dear maintainer(s),

With a recent upload of xsimd the autopkgtest of xsimd fails in testing
when that autopkgtest is run with the binary packages of xsimd from
unstable. It passes when run with only packages from testing. In tabular
form:

                        pass            fail
xsimd                  from testing    8.1.0-4
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can
you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=xsimd

https://ci.debian.net/data/autopkgtest/testing/i386/x/xsimd/23188370/log.gz

Testing with gcc:
mandelbrot.cpp: In function ‘xsimd::batch<int, arch> xsimd::mandel(const
xsimd::batch_bool<float, arch>&, const xsimd::batch<float, arch>&, const
xsimd::batch<float, arch>&, int)’:
mandelbrot.cpp:74:25: error: ‘any’ is not a member of ‘xsimd’
    74 |             if (!xsimd::any(active))
       |                         ^~~
mandelbrot.cpp: In function ‘void xsimd::mandelbrot(float, float, float,
float, int, int, int, int*)’:
mandelbrot.cpp:112:71: error: ‘aligned_mode’ is not a member of ‘xsimd’;
did you mean ‘aligned_free’?
   112 |         auto programIndex = float_batch_type::load(&arange[0],
xsimd::aligned_mode());
       |
        ^~~~~~~~~~~~
       |
        aligned_free
autopkgtest [18:16:18]: test command1

#1014094#10
Date:
2022-07-01 11:20:08 UTC
From:
To:
Fixed already in xsimd 8.1.0-5
#1014094#17
Date:
2022-07-01 11:43:36 UTC
From:
To:
i.e. this bug is done