Hi, I am able to build the Posix Windows Agent in Jenkins reliably. Thanks for the very clear simple directions and the build script.
I am using this repository. https://git-wip-us.apache.org/repos/asf/mesos.git After building I copy the exes and the build directory to an agent. The agent connects every time using the following: ./mesos-agent.exe —master=computer:5050 --work_dir=C:\\mesos<smb://mesos> --isolation=windows/cpu,filesystem/windows --launcher_dir=/cygdrive/c/Users/someuser/mesos/build/src I then start a marathon job with a constraint that the above mesas-agent be used and the node experiences the following. I0908 19:51:38.456284 8992 status_update_manager.cpp:177] Pausing sending status updates I0908 19:51:38.456284 2916 slave.cpp:902] New master detected at [email protected]<mailto:[email protected]>:5050 I0908 19:51:38.456284 2916 slave.cpp:923] No credentials provided. Attempting to register without authentication I0908 19:51:38.456284 2916 slave.cpp:934] Detecting new master W0908 19:51:38.471926 12340 fcntl.hpp:30] `os::cloexec` has been called, but is a no-op on Windows W0908 19:51:38.471926 12340 fcntl.hpp:82] `os::isNonblock` has been called, but is a stub on Windows W0908 19:51:38.471926 7688 fcntl.hpp:30] `os::cloexec` has been called, but is*** Check failure stack trace: *** Rinaldo

