lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.29k stars 58 forks source link

Debugging travis config #135

Closed ExpHP closed 3 years ago

ExpHP commented 6 years ago

Let's see if this "fixes" the stalled CI tests.

ExpHP commented 6 years ago

Uhhhhhhhhhhhhhhh.

Contrary to what the CI says, I don't think this succeeded...

Timeout (20 minutes) reached. Terminating "./travis-after-success"
The command ./travis-after-success exited with 137.

There was also no output. It's almost as though the set -xe didn't do anything. I must be going crazy...

Edit: Never mind, it did print stuff. Seems like travis_wait captured it and dumped it after the command.

lloydmeta commented 6 years ago

I've merged https://github.com/lloydmeta/frunk/pull/136 for now to unblock #134; we can keep this PR open to explore more fine-grained solutions :)

ExpHP commented 6 years ago

To copy my comment on that PR for ease of bookkeeping (since this one is open and that one is merged), the current fix on master does not actually run the benches because it dies in the script. (and travis ignores exit codes in after_success)

ExpHP commented 3 years ago

Closing. To my knowledge, frunk has fully migrated from Travis CI to Github Actions.