-
Notifications
You must be signed in to change notification settings - Fork 348
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
FTBFS: tests failures on [armhf,mips,mips64el,mipsel] #107
Comments
I believe this is a duplicate of #106 |
Also #105. I'll get these fixed, thanks for the report! |
I think these should be fixed except for the kfreebsd builds, where dumb-init isn't working at all. I'll try to debug kfreebsd soon. It's not super surprising as we've never tested or tried to support anything but the Linux kernel, but I'm certainly open to supporting it if we can. @onlyjob can you check if this fixed the build for those other architectures? I don't have an easy way to test on those platforms. |
Thanks. :) |
@onlyjob I've released 1.1.3 which should have test fixes for those platforms, plus working support for FreeBSD (tested on the kfreebsd jessie port, anyway). |
1.1.3 now FTBFS on x86_64 (a.k.a. amd64) in pbuilder:
Many processes like
I did not look deep into the problem but many |
That is really weird, this has passed several times on our own CI (Circle + internal Jenkins) and locally. All of this is amd64. I'll look into this, thanks. |
Ah, I was finally able to reproduce this. The good news is that the binary itself seems to be fine (so we didn't make a broken release or anything), but the tests fail on Debian stretch for me with an error like this:
This is because we changed the tests to stop using Linux-specific |
@onlyjob the fix is merged, can you see if the build succeeds now? I confirmed it does on stretch for me. Since this is a test-only change we don't plan to issue a new release. |
Looks like 1.2.0 has built successfully on these architectures: https://buildd.debian.org/status/package.php?p=dumb-init&suite=stretch Thanks again @onlyjob! |
1.1.2 currently FTBFS on
(and some other architectures) due to test failures.
Interestingly 1.0.3 used to built successfully on those architectures...
The text was updated successfully, but these errors were encountered: