> On Aug. 10, 2018, 7:41 p.m., Mesos Reviewbot Windows wrote:
> > FAIL: Mesos binaries failed to build.
> >
> > Reviews applied: `['67931', '67930', '67984', '67932']`
> >
> > Failed command: `cmake.exe --build . --config Release -- /maxcpucount`
> >
> > All the build artifacts available at:
> > http://dcos-win.westus.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2135/mesos-review-67932
Seems like a dependency problem. All the tests built and ran and passed. But
the "binaries" target(?) failed with:
```
CUSTOMBUILD : error : downloading
'https://github.com/mesos/3rdparty/raw/master/wclayer.exe' failed
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : The requested URL returned error : 503 first byte
timeout [D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : error : downloading
'https://github.com/mesos/3rdparty/raw/master/wclayer.exe' failed
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : The requested URL returned error : 503 first byte
timeout [D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : error : downloading
'https://github.com/mesos/3rdparty/raw/master/wclayer.exe' failed
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : The requested URL returned error : 503 first byte
timeout [D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : error : downloading
'https://github.com/mesos/3rdparty/raw/master/wclayer.exe' failed
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : The requested URL returned error : 503 first byte
timeout [D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : error : downloading
'https://github.com/mesos/3rdparty/raw/master/wclayer.exe' failed
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : The requested URL returned error : 502 Bad Gateway
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : error : downloading
'https://github.com/mesos/3rdparty/raw/master/wclayer.exe' failed
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
CUSTOMBUILD : The requested URL returned error : 502 Bad Gateway
[D:\DCOS\mesos\3rdparty\wclayer-WIP.vcxproj]
```
- Andrew
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67932/#review207103
-----------------------------------------------------------
On Aug. 6, 2018, 11:46 a.m., Liangyu Zhao wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67932/
> -----------------------------------------------------------
>
> (Updated Aug. 6, 2018, 11:46 a.m.)
>
>
> Review request for mesos, Akash Gupta, Andrew Schwartzmeyer, Gilbert Song,
> Jie Yu, Joseph Wu, and Qian Zhang.
>
>
> Repository: mesos
>
>
> Description
> -------
>
> The `tar` command cannot work successfully on Windows, so we use
> `wclayer` instead. Note that the folder generated from extraction also
> cannot be deleted by `rmdir`, so the GC is also changed to use
> `wclayer remove`.
>
>
> Diffs
> -----
>
> src/common/command_utils.hpp 525f9c1c37b74f7e4cc71fdc8d52944226998ddc
> src/common/command_utils.cpp 7dfcc9ff74bcf044d47b803ebc42cf63fba89d17
> src/slave/containerizer/mesos/provisioner/docker/registry_puller.cpp
> a5683e3fe15dd35596122fcc0c580ae9d3adf7f2
> src/slave/containerizer/mesos/provisioner/docker/store.cpp
> 60507aa1b7951666ed758d1b3800eddd67ba7be6
>
>
> Diff: https://reviews.apache.org/r/67932/diff/8/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Liangyu Zhao
>
>