I looked at the build report, but I couldn't figure out what the real error is. ``` running: aws ec2 request-spot-instances --type one-time --instance-count 1 --spot-price 0.100 --launch-specification file://request.json
running: aws ec2 describe-spot-instance-requests --spot-instance-request-ids sir-47ti5r4k running: aws ec2 describe-spot-instance-requests --spot-instance-request-ids sir-47ti5r4k An error occurred (InvalidSpotInstanceRequestID.NotFound) when calling the DescribeSpotInstanceRequests operation: The spot instance request ID 'sir-47ti5r4k' does not exist failed: aws ec2 describe-spot-instance-requests --spot-instance-request-ids sir-47ti5r4k script returned exit code 1 ``` Is this some ec2 flakiness or was this error caused by another? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/483#issuecomment-340711872 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T1dada2f5266ff7f9-M59c93796d1b49bc469384806 Powered by Topicbox: https://topicbox.com
