int08h / roughenough

A Roughtime secure time sync client and server written in Rust
https://int08h.com/post/roughenough-a-rust-roughtime-server/
Apache License 2.0
123 stars 21 forks source link

Travis build fails due to "no output" for 10+ minutes #24

Closed int08h closed 5 years ago

int08h commented 5 years ago

Starting from build https://travis-ci.org/int08h/roughenough/jobs/596836299 the AWS KMS build began taking >10 minutes, which Travis will abort as a build failure.

int08h commented 5 years ago

After digging, found the travis_wait command and prefixed the cargo build and cargo test lines with it (in 9ee05c527ffc).

However, also found that the Travis build caches were >13 GB :face_with_head_bandage:. Deleted caches manually and now builds are finishing in <6 minutes. :man_shrugging: