Closed clstokes closed 6 years ago
Another crash - different part of code, but I think same general issue - crash on EOF.
https://gist.github.com/clstokes/35dcedbb3188edd06305a908ee06472e#file-_tf-log
Oh... able to reproduce the one from my last comment relatively easier. Block the the Triton provider executable from accessing the network (using Tripmode or something similar) and you'll get the EOF.
Still getting a similar error with Triton provider 0.4.0.
https://gist.github.com/clstokes/587ea4ddc5f75c12ef0670577d3dfb3a
During a destroy I experienced a crash. I was destroying 200 machines and the crash happened at the very end. Interestingly, when I re-ran the destroy it completed immediately with no machines leftover from when the crash occurred. I double-checked and indeed all machines had been destroyed.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Output
https://gist.github.com/clstokes/9bbac5320a687fcd3c23aa3056ae8608#file-_tf-log
Panic Output
https://gist.github.com/clstokes/9bbac5320a687fcd3c23aa3056ae8608#file-crash-log
Expected Behavior
Destroy should have completed successfully.
Actual Behavior
Terraform crashed.
Steps to Reproduce
Apply and then destroy. I don't think this will be easily reproducible though.