You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Mesos Reviewbot Windows <re...@mesos.apache.org> on 2018/08/02 00:55:08 UTC

Re: Review Request 68092: TESTING: Windows CI.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68092/#review206778
-----------------------------------------------------------



FAIL: Mesos binaries failed to build.

Reviews applied: `['68114', '68154', '68091', '68074', '68092']`

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/2026/mesos-review-68092

Relevant logs:

- [mesos-binaries-cmake-stdout.log](http://dcos-win.westus.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2026/mesos-review-68092/logs/mesos-binaries-cmake-stdout.log):

```
         d:\dcos\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0\src\core\lib\iomgr\error_internal.h(56): warning C4200: nonstandard extension used: zero-sized array in struct/union [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         d:\dcos\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0\src\core\lib\transport\bdp_estimator.cc(35): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         d:\dcos\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0\src\core\lib\iomgr\error_internal.h(56): warning C4200: nonstandard extension used: zero-sized array in struct/union [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         server_posix.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc++_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         rpc_method.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc++_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         create_channel_posix.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc++_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         server_posix.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc++_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         rpc_method.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc++_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]
         create_channel_posix.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [D:\DCOS\mesos\3rdparty\grpc-1.10.0\src\grpc-1.10.0-build\grpc++_unsecure.vcxproj] [D:\DCOS\mesos\3rdparty\grpc-1.10.0.vcxproj]


       "D:\DCOS\mesos\ALL_BUILD.vcxproj" (default target) (1) ->
       "D:\DCOS\mesos\src\slave\resource_estimators\fixed_resource_estimator.vcxproj" (default target) (7) ->
       "D:\DCOS\mesos\3rdparty\libprocess\src\process.vcxproj" (default target) (17) ->
       (ClCompile target) -> 
         d:\dcos\mesos\mesos\3rdparty\stout\include\stout\exit.hpp(69): warning C4722: '__Exit::~__Exit': destructor never returns, potential memory leak [D:\DCOS\mesos\3rdparty\libprocess\src\process.vcxproj]
         d:\dcos\mesos\mesos\3rdparty\stout\include\stout\exit.hpp(69): warning C4722: '__Exit::~__Exit': destructor never returns, potential memory leak [D:\DCOS\mesos\3rdparty\libprocess\src\process.vcxproj]


       "D:\DCOS\mesos\ALL_BUILD.vcxproj" (default target) (1) ->
       "D:\DCOS\mesos\src\slave\resource_estimators\fixed_resource_estimator.vcxproj" (default target) (7) ->
       "D:\DCOS\mesos\src\mesos-protobufs.vcxproj" (default target) (18) ->
       (CustomBuild target) -> 
         C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\DCOS\mesos\src\mesos-protobufs.vcxproj]

    390 Warning(s)
    1 Error(s)

Time Elapsed 00:07:28.53
```

- Mesos Reviewbot Windows


On July 27, 2018, 7:12 p.m., Chun-Hung Hsiao wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68092/
> -----------------------------------------------------------
> 
> (Updated July 27, 2018, 7:12 p.m.)
> 
> 
> Review request for mesos and Chun-Hung Hsiao.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> The patche is merged with r68074. This is not for testing Windows CI only.
> 
> 
> Diffs
> -----
> 
>   src/cmake/MesosProtobuf.cmake 9fadc9f0616a00f3c30c1fa81a44e0023ccf865f 
> 
> 
> Diff: https://reviews.apache.org/r/68092/diff/2/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>