-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Investigate flaky test-stream-pipe-same-destination-twice on SmartOS #13227
Comments
@nodejs/build The process terminating due to receiving SIGILL should have made it generate a core dump. Is it possible for you to grab that core file from the |
|
What do you mean by "the fs state is ephemeral"? Is |
Yes you are right. It's just the build dir that gets cleaned up. I didn't read the fine print. |
@misterdjules I'm not seeing that folder on ➜ ~ ❯ s test-joyent-smartos16-x64-1 ls /home/iojs ~
build
jenkins_diagnostics.txt
jenkins_manifest.xml
node-tmp
slave.jar |
In this case core dumps won't be written to that directory. It needs to be created. |
Okay, I've added the folder to all the test machines. This probably needs something in our ansible scripts to automate it, but this works for now. ➜ ~ ❯ for i in `cat ~/.ssh/config | grep smartos | grep test | awk '{print $2}'`; do echo ">>> $i"; ssh $i ls -al /home/iojs/cores; done
>>> test-joyent-smartos14-x64-1
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:18 .
drwxr-xr-x 11 iojs other 26 May 26 09:18 ..
>>> test-joyent-smartos14-x64-2
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:18 .
drwxr-xr-x 10 iojs other 22 May 26 09:18 ..
>>> test-joyent-smartos14-x86-1
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:19 .
drwxr-xr-x 10 iojs other 26 May 26 09:19 ..
>>> test-joyent-smartos14-x86-2
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:19 .
drwxr-xr-x 10 iojs other 22 May 26 09:19 ..
>>> test-joyent-smartos15-x64-1
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:19 .
drwxr-xr-x 12 iojs other 26 May 26 09:19 ..
>>> test-joyent-smartos15-x64-2
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:20 .
drwxr-xr-x 12 iojs other 26 May 26 09:20 ..
>>> test-joyent-smartos16-x64-1
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:10 .
drwxr-xr-x 11 iojs other 25 May 26 09:13 ..
>>> test-joyent-smartos16-x64-2
total 2
drwxr-xr-x 2 iojs iojs 2 May 26 09:20 .
drwxr-xr-x 11 iojs iojs 24 May 26 09:20 .. If it fails again LMK and I'll get the coredump. |
@gibfahn Thank you for doing that! |
After nodejs/build#736 has been addressed, Stressing smartOS16: https://ci.nodejs.org/job/node-stress-single-test/1247/nodes=smartos16-64/ |
More than six months without a re-occurrence. Going to close this... |
From https://ci.nodejs.org/job/node-test-commit-smartos/9202/nodes=smartos16-64/console:
/cc @nodejs/platform-smartos
The text was updated successfully, but these errors were encountered: