Started by user charlie.gracie@gmail.com Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on omr-win2012r2-1 in c:\jenkins\workspace\Test_Windows [Pipeline] { [Pipeline] stage [Pipeline] { (Get Sources) [Pipeline] timestamps [Pipeline] { [Pipeline] checkout Cloning the remote Git repository Cloning repository https://github.com/eclipse/omr.git > git init c:\jenkins\workspace\Test_Windows # timeout=10 Fetching upstream changes from https://github.com/eclipse/omr.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse/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/eclipse/omr.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/omr.git > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* > git rev-parse "origin/master^{commit}" # timeout=10 Checking out Revision 4a096be5421a596a09ebeda0d3ed8bc933118bad (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a096be5421a596a09ebeda0d3ed8bc933118bad Commit message: "Merge pull request #2436 from gacholio/master" > git rev-list --no-walk 4a096be5421a596a09ebeda0d3ed8bc933118bad # 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 -DOMR_DDR=OFF -C../cmake/caches/AppVeyor.cmake .. loading initial cache file ../cmake/caches/AppVeyor.cmake -- Building for: Visual Studio 11 2012 -- Starting with CMake version 3.11.0 -- The CXX compiler identification is MSVC 17.0.50727.1 -- The C compiler identification is MSVC 17.0.50727.1 -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/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/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/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/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:39 (include) -- SRC = C:/jenkins/workspace/Test_Windows -- Found Perl: C:/strawberry-perl-5.26.0.1-64bit/perl/bin/perl.exe (found version "5.26.0") -- 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 + make -j8 c:/jenkins/workspace/Test_Windows/build@tmp/durable-16b89123/script.sh: line 2: make: 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] // node [Pipeline] End of Pipeline ERROR: script returned exit code 127 Finished: FAILURE