Created
July 29, 2017 21:41
-
-
Save double-z/2bb882c58de6e7431ac0ffc4a3d880dc to your computer and use it in GitHub Desktop.
mesos make check libprocess resolv fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[6]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make check-local | |
make[6]: Entering directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make all-recursive | |
make[7]: Entering directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
Making all in . | |
make[8]: Entering directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make[8]: Nothing to be done for 'all-am'. | |
make[8]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
Making all in include | |
make[8]: Entering directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess/include' | |
make[8]: Nothing to be done for 'all'. | |
make[8]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess/include' | |
make[7]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make libprocess-tests benchmarks test-linkee | |
make[7]: Entering directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make[7]: 'libprocess-tests' is up to date. | |
make[7]: 'benchmarks' is up to date. | |
make[7]: 'test-linkee' is up to date. | |
make[7]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
./libprocess-tests | |
Failed to obtain the IP address for 'habdev'; the DNS service may not be able to resolve it: Name or service not known | |
make[6]: *** [Makefile:1769: check-local] Error 1 | |
make[6]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make[5]: *** [Makefile:1624: check-am] Error 2 | |
make[5]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make[4]: *** [Makefile:1472: check-recursive] Error 1 | |
make[4]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make[3]: *** [Makefile:1626: check] Error 2 | |
make[3]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty/libprocess' | |
make[2]: *** [Makefile:832: check-recursive] Error 1 | |
make[2]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty' | |
make[1]: *** [Makefile:982: check] Error 2 | |
make[1]: Leaving directory '/hab/cache/src/mesos-1.1.0/build/3rdparty' | |
make: *** [Makefile:762: check-recursive] Error 1 | |
mesos: Build time: 16m31s | |
mesos: Exiting on error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment