Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] PPA builders choking during dh_auto_test #1064

Closed
kiplingw opened this issue Apr 25, 2022 · 2 comments · Fixed by #1065
Closed

[BUG] PPA builders choking during dh_auto_test #1064

kiplingw opened this issue Apr 25, 2022 · 2 comments · Fixed by #1065
Assignees
Labels

Comments

@kiplingw
Copy link
Member

It looks like builds are failing on amd64, ppc64el, armhf, arm64, and s390x.

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
@Tachi107
Copy link
Member

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

@kiplingw
Copy link
Member Author

Right. I forgot we removed that from d/rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants