Hi, I took a look just now. The reason why it failed is that the backend Travis server under osx is updated. So libraries such as libevent, protobuf-C are already there. brew will return a error if target library has been already installed. Two suggested solutions: 1. try to list existing libraries(brew list) and remove the existing ones in .travis.yml 2. instead use brew install, use brew reinstall xx
Best, Hong 2017-02-15 13:50 GMT-05:00 Ed Espino <[email protected]>: > HAWQers, > > It appears the Travis CI build has been running into an issue setting up > the environment for a few days. I noticed this with my recent PR unrelated > to this failure (https://github.com/apache/incubator-hawq/pull/1124). > > Here is the most recent commit (also unrelated to the Travis CI build > issue) which shows the failure. > > https://travis-ci.org/apache/incubator-hawq/builds/201731905 > > I will take a quick look at it. > > -=e > > -- > *Ed Espino* > *[email protected] <[email protected]>* >
