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



FAIL: Mesos failed to build.

Reviews applied: `['65071']`

Failed command: `cmake.exe D:\DCOS\mesos\mesos -G "Visual Studio 15 2017 Win64" 
-T host=x64 -DENABLE_LIBEVENT=ON -DHAS_AUTHENTICATION=ON -DENABLE_JAVA=ON 
-DENABLE_SSL=ON`

All the build artifacts available at: 
http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65071

Relevant logs:

- 
[mesos-build-cmake-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65071/logs/mesos-build-cmake-stdout.log):

```
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Configuring incomplete, errors occurred!
See also "D:/DCOS/mesos/CMakeFiles/CMakeOutput.log".
See also "D:/DCOS/mesos/CMakeFiles/CMakeError.log".
```

- 
[mesos-build-cmake-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65071/logs/mesos-build-cmake-stderr.log):

```
CMake Error at CMakeLists.txt:25 (project):
  No CMAKE_C_COMPILER could be found.



CMake Error at CMakeLists.txt:25 (project):
  No CMAKE_CXX_COMPILER could be found.



```

- 
[mesos-build-CMakeOutput.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65071/logs/mesos-build-CMakeOutput.log):

```
The system is: Windows - 10.0.16299 - AMD64
```

- 
[mesos-build-CMakeError.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65071/logs/mesos-build-CMakeError.log):

```
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 1/10/2018 6:50:35 PM.
Project "D:\DCOS\mesos\CMakeFiles\3.9.0\CompilerIdCXX\CompilerIdCXX.vcxproj" on 
node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug\".
  Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
  Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" 
was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\VC\Tools\MSVC\14.12.25827\bin\HostX64\x64\CL.exe /c 
/nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\" 
/Fd"Debug\vc141.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\VC\Tools\MSVC\14.12.25827\bin\HostX64\x64\link.exe 
/ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO 
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST 
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed 
/PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
LINK : fatal error LNK1104: cannot open file 
'C:\Users\mesos\AppData\Local\Temp\lnk{E7B3ACDB-6279-4466-B3B7-59EBD9D9C830}.tmp'
 [D:\DCOS\mesos\CMakeFiles\3.9.0\CompilerIdCXX\CompilerIdCXX.vcxproj]
Done Building Project 
"D:\DCOS\mesos\CMakeFiles\3.9.0\CompilerIdCXX\CompilerIdCXX.vcxproj" (default 
targets) -- FAILED.

Build FAILED.

"D:\DCOS\mesos\CMakeFiles\3.9.0\CompilerIdCXX\CompilerIdCXX.vcxproj" (default 
target) (1) ->
(Link target) -> 
  LINK : fatal error LNK1104: cannot open file 
'C:\Users\mesos\AppData\Local\Temp\lnk{E7B3ACDB-6279-4466-B3B7-59EBD9D9C830}.tmp'
 [D:\DCOS\mesos\CMakeFiles\3.9.0\CompilerIdCXX\CompilerIdCXX.vcxproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.85


```

- Mesos Reviewbot Windows


On Jan. 10, 2018, 6:48 p.m., Andrei Budnik wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65071/
> -----------------------------------------------------------
> 
> (Updated Jan. 10, 2018, 6:48 p.m.)
> 
> 
> Review request for mesos, Alexander Rukletsov, Gilbert Song, and Jie Yu.
> 
> 
> Bugs: MESOS-8391
>     https://issues.apache.org/jira/browse/MESOS-8391
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This patch fixes the issue when `wait()` of composing containerizer
> returns a future that is never set to `READY` state due to a missing
> `wait()` call on corresponding containerizer after it's recovery.
> It is necessary to call `wait()` for each known container of composing
> containerizer, because any terminated container should be handled in
> `_destroy()` callback that is bound to that `wait()`.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/composing.cpp 
> 9ace70d9fbd78182715c5ef13fcaf7ad45f76f97 
> 
> 
> Diff: https://reviews.apache.org/r/65071/diff/2/
> 
> 
> Testing
> -------
> 
> sudo make check (fedora 25)
> 
> 
> Thanks,
> 
> Andrei Budnik
> 
>

Reply via email to