control: retitle -1 epics-base: FTBFS without network access
control: severity -1 important
On Wed, 10 Aug 2022 16:51:20 +0200 Sven Mueller <s...@google.com> wrote:
We ran into a build failure of epics-base in Debian testing during
rebuilds, but it seems the same error also occurs in the reproducible
builds process, see
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/epics-base.html
FTBFS on amd64 seems to be due to the absence of network access:
# Failed test 'Got same BaseVersion from pvget'
# at netget.t line 135.
# '2023-11-01T17:56:51.313 Failed to introspect
interfaces or no network interfaces available.
# test-1398452:BaseVersion 2023-11-01 17:56:50.828 7.0.3.1
# '
# doesn't match '(?^x:^ test-1398452:BaseVersion \s .* 7\.0\.3\.1
\s* $)'
# Looks like you failed 1 test of 3.
The test could be patched to ignore the "Failed to introspect interfaces
or no network interfaces available" part as the remaining message seems
to be in line with the expected result.
Andrius