-
Notifications
You must be signed in to change notification settings - Fork 166
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
test-osuosl-aix61-ppc64_be build failures #494
Comments
I'll take a look, also cc/ @gireeshpunathil |
Just a note: I killed all lingering processes on both machines since the test runner was stalling. |
I don't see any failures today since @jbergstroem comment and I also had to restart the jenkins agent. Since then its seems to be be running ok. We should probably check tomorrow to see if there are any jobs stacking up in the background. |
Looked today. There were a small number of processes hanging around:
|
@mhdawson That's interesting, I hadn't realised that the child processes weren't being killed in that test failure. So if the test times out, I assume the test runner kills the parent but not any children? |
@mhdawson if you check my above paste (well, Rich's) |
I've been looking at the fork-dgram failure, will just about to test proposed fix no AIX now. The other one must be much less frequent. |
PR to address fork-dgram failures nodejs/node#8697 |
@mhdawson, @gibfahn: log into -1 now and have a look. lots of stuff stalling. Here's a job that's been going for two hours as well (probably as a result of multiple test runners still being active): https://ci.nodejs.org/job/node-test-commit-aix/1040/nodes=aix61-ppc64/console |
@jbergstroem I'm not sure whether it's because someone's cleaned up the machine (or because Also when I first clicked your link I saw the still-running job (and I still have it open in a tab): But now when I click through I don't: |
@gibfahn you also have a few python processes:
..and a few gmake processes:
This is probably not good seeing how each test.py makes the assumption that they will be run exclusively (tmpdir, whatnot). |
You can also see the |
@jbergstroem I'm not seeing those on EDIT: I do see them on |
@gibfahn if I am then there's a naming thing. I'm talking about |
Ok, the test that was causing processes to still be running after the test run was fixed so I think we can close this. Please re-open if you feel differently. |
test-osuosl-aix61-ppc64_be-2 seems to be reliably failing to build for the last 24 hours or so.
Example failure: https://ci.nodejs.org/job/node-test-commit-aix/936/nodes=aix61-ppc64/console
@jbergstroem said in IRC:
@mhdawson @gibfahn
The text was updated successfully, but these errors were encountered: