You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can see, dh_auto_test is bailing because of rest_swagger_server. This is strange though because that unit test is already flagged as flaky and so this should not have been fatal:
Summary of Failures:
17/25 pistache:flaky / rest_swagger_server_test FAIL 0.15s killed by signal 6 SIGABRT
Ok: 24
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
dh_auto_test: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test --no-suite=network returned exit code 1
make[1]: *** [debian/rules:34: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:22: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
The text was updated successfully, but these errors were encountered:
that unit test is already flagged as flaky and so this should not have been fatal:
Flaky tests are fatal too, but they can be easily skipped with --no-suite=flaky. It isn't necessary to add that flag anymore though, as I'm working on fixing that test
It looks like builds are failing on amd64, ppc64el, armhf, arm64, and s390x.
From what I can see,
dh_auto_test
is bailing because ofrest_swagger_server
. This is strange though because that unit test is already flagged as flaky and so this should not have been fatal:The text was updated successfully, but these errors were encountered: