Skip to content

Console Output

Started by user charlie.gracie@gmail.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on omr-win2012r2-2 in c:\jenkins\workspace\Test_Windows
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/charliegracie/omr.git
 > git init c:\jenkins\workspace\Test_Windows # timeout=10
Fetching upstream changes from https://github.com/charliegracie/omr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/charliegracie/omr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/charliegracie/omr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/charliegracie/omr.git # timeout=10
Fetching upstream changes from https://github.com/charliegracie/omr.git
 > git fetch --tags --progress https://github.com/charliegracie/omr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/win_ci^{commit}" # timeout=10
Checking out Revision 832def28e3e8ea17afc3e622c50df1abc708a3ef (origin/win_ci)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 832def28e3e8ea17afc3e622c50df1abc708a3ef
Commit message: "AppVeyor build now tests 32bit build"
 > git rev-list --no-walk a11f8c307d4cb9cfc423b0b01bc90f100f8ff1e3 # timeout=10
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] dir
Running in c:\jenkins\workspace\Test_Windows\build
[Pipeline] {
[Pipeline] echo
Configure...
[Pipeline] sh
[c:\jenkins\workspace\Test_Windows\build] Running shell script
+ cmake -Wdev -G 'Visual Studio 11 2012 Win64' -C../cmake/caches/AppVeyor.cmake ..
loading initial cache file ../cmake/caches/AppVeyor.cmake
-- Starting with CMake version 3.11.0
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.16.2.windows.1") 
-- The CXX compiler identification is MSVC 17.0.61030.0
-- The C compiler identification is MSVC 17.0.61030.0
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- OMR: The CPU architecture is x86
-- OMR: The OS is win
-- OMR: The tool configuration is msvc
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
CMake Warning at cmake/modules/OmrTracegen.cmake:32 (message):
  OMR: No trace root has been set.  Defaulting to
  'C:/jenkins/workspace/Test_Windows/build'
Call Stack (most recent call first):
  CMakeLists.txt:42 (include)


-- SRC = C:/jenkins/workspace/Test_Windows
-- Found DiaSDK: C:/Program Files (x86)/Microsoft Visual Studio 11.0/DIA SDK/lib/diaguids.lib  
-- Configuring done
-- Generating done
-- Build files have been written to: C:/jenkins/workspace/Test_Windows/build
[Pipeline] echo
Compile...
[Pipeline] sh
[c:\jenkins\workspace\Test_Windows\build] Running shell script
+ msbuild omr.sln /m
c:/jenkins/workspace/Test_Windows/build@tmp/durable-3bc7396a/script.sh: line 2: msbuild: command not found
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
Stage 'Test' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Cleanup workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE