Closed dotlambda closed 6 years ago
Hi, no it should work out of the box. Unfortunately we can't test both stable and unstable on Travis CI - the tests would take too long. So we are currently only testing nixos-stable.
I think the segfaults might actually be the reason for the tests timing out on travis.
Could be. I'll look at some of the logs once I get a chance.
After bisecting, I'm pretty sure this was introduced by NixOS/Nixpkgs@646a2e9a6f91c038b9cdb8ed93e5fd99f1edd381.
@dotlambda Great work. Did you report it @ nixpgs? If so, could you link the issue here? Thanks a lot!
Btw, I'm able to reproduce the problem on unstable.
I did not report it. I'm not even sure if it's a problem with Nixpkgs or with Dovecot.
Can someone maybe have a look at this? It will be a problem with 18.03 as well. I looked at the Dovecot 2.3.0 release notes but didn't find any change SNM could be affected by. The segfault happens during the quota test btw.
I found a bug report and a patch on the Dovecot mailing list: https://www.dovecot.org/list/dovecot/2018-January/110700.html. However, applying that patch doesn't seem to solve the problem.
Unfortunately, I'm busy the next two weeks and won't find time to investigate the issue. If people come up with any solution I'll integrate it asap.
I was trying to add a check for errors and warnigs in the journal to the test so that #94 would be detected but wasn't able to run the tests. Is it normal that the tests fail on unstable?
SNM Version: (e.g. v2.1.3)
v2.1.3
Nixos Version: (e.g. 17.09 or unstable)
unstable
What I expected to happen:
nix-build tests/extern.nix
should work just fineWhat happened: