Console Output

Started by upstream project "OpenCOR_Windows" build number 97
originally caused by:
 Started by GitHub push by agarny
Building remotely on Windows10 in workspace D:\Jenkins\workspace\OpenCOR_Windows\Slave\Windows10
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/opencor/opencor.git # timeout=10
Fetching upstream changes from https://github.com/opencor/opencor.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/opencor/opencor.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 8a00e30a0aa0f325e83be6ddb579d88cb0fbdd04 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8a00e30a0aa0f325e83be6ddb579d88cb0fbdd04
 > git rev-list 46bb911c20c017e8f7ddb68b9e71ccd256b7ba63 # timeout=10
[Windows10] $ cmd /c call C:\WINDOWS\TEMP\jenkins8374288556376761515.bat

D:\Jenkins\workspace\OpenCOR_Windows\Slave\Windows10>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat" 

D:\Jenkins\workspace\OpenCOR_Windows\Slave\Windows10>call clean 
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.8/Modules/CMakeTestCCompiler.cmake:51 (message):
  The C compiler "C:/Program Files (x86)/Microsoft Visual Studio
  14.0/VC/bin/x86_amd64/cl.exe" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: D:/Jenkins/workspace/OpenCOR_Windows/Slave/Windows10/build/CMakeFiles/CMakeTmp

  

  Run Build Command:"C:/Windows/ninja.exe" "cmTC_4eafa"

  [1/2] Building C object CMakeFiles\cmTC_4eafa.dir\testCCompiler.c.obj

  FAILED: CMakeFiles/cmTC_4eafa.dir/testCCompiler.c.obj 

  C:\PROGRA~2\MICROS~1.0\VC\bin\X86_AM~1\cl.exe -o
  CMakeFiles\cmTC_4eafa.dir\testCCompiler.c.obj -c testCCompiler.c

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x64


  Copyright (C) Microsoft Corporation.  All rights reserved.


  


  cl : Command line warning D9035 : option 'o' has been deprecated and will
  be removed in a future release


  testCCompiler.c


  testCCompiler.c(12): fatal error C1082: Cannot close compiler intermediate
  file: '': No space left on device


  ninja: build stopped: subcommand failed.

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:5 (PROJECT)


-- Configuring incomplete, errors occurred!
See also "D:/Jenkins/workspace/OpenCOR_Windows/Slave/Windows10/build/CMakeFiles/CMakeOutput.log".
See also "D:/Jenkins/workspace/OpenCOR_Windows/Slave/Windows10/build/CMakeFiles/CMakeError.log".
ninja: error: loading 'build.ninja': The system cannot find the file specified.


The system cannot find the path specified.
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.8/Modules/CMakeTestCCompiler.cmake:51 (message):
  The C compiler "C:/Program Files (x86)/Microsoft Visual Studio
  14.0/VC/bin/x86_amd64/cl.exe" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: D:/Jenkins/workspace/OpenCOR_Windows/Slave/Windows10/build/CMakeFiles/CMakeTmp

  

  Run Build Command:"C:/Windows/ninja.exe" "cmTC_dfba4"

  [1/2] Building C object CMakeFiles\cmTC_dfba4.dir\testCCompiler.c.obj

  FAILED: CMakeFiles/cmTC_dfba4.dir/testCCompiler.c.obj 

  C:\PROGRA~2\MICROS~1.0\VC\bin\X86_AM~1\cl.exe -o
  CMakeFiles\cmTC_dfba4.dir\testCCompiler.c.obj -c testCCompiler.c

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x64


  Copyright (C) Microsoft Corporation.  All rights reserved.


  


  cl : Command line warning D9035 : option 'o' has been deprecated and will
  be removed in a future release


  testCCompiler.c


  testCCompiler.c(12): fatal error C1082: Cannot close compiler intermediate
  file: '': No space left on device


  ninja: build stopped: subcommand failed.

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:5 (PROJECT)


-- Configuring incomplete, errors occurred!
See also "D:/Jenkins/workspace/OpenCOR_Windows/Slave/Windows10/build/CMakeFiles/CMakeOutput.log".
See also "D:/Jenkins/workspace/OpenCOR_Windows/Slave/Windows10/build/CMakeFiles/CMakeError.log".
ninja: error: loading 'build.ninja': The system cannot find the file specified.


The system cannot find the path specified.
Build step 'Execute Windows batch command' marked build as failure
Not sending mail to unregistered user noreply@github.com
Sending e-mails to: alan.garny@inria.fr
ERROR: Could not connect to SMTP host: localhost, port: 25
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
  nested exception is:
	java.net.ConnectException: Connection refused (Connection refused)
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638)
	at javax.mail.Service.connect(Service.java:295)
	at javax.mail.Service.connect(Service.java:176)
	at javax.mail.Service.connect(Service.java:125)
	at javax.mail.Transport.send0(Transport.java:194)
	at javax.mail.Transport.send(Transport.java:124)
	at hudson.tasks.MailSender.run(MailSender.java:131)
	at hudson.tasks.Mailer.perform(Mailer.java:170)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:736)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:682)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:627)
	at hudson.model.Run.execute(Run.java:1764)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:419)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:286)
	at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:231)
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900)
	... 18 more
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@44460cf0[description=OpenCOR is a cross-platform modelling environment, which can be used to organise, edit, simulate and analyse CellML files.,homepage=http://www.opencor.ws/,name=opencor,license=<null>,fork=false,size=160735,milestones={},language=C++,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/opencor/opencor,id=9957667]] (sha:8a00e30) with context:OpenCOR_Windows/Slave=Windows10
Setting commit status on GitHub for https://github.com/opencor/opencor/commit/8a00e30a0aa0f325e83be6ddb579d88cb0fbdd04
Finished: FAILURE