Started by user guillermo.polito@inria.fr > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to https://gitlab.inria.fr/RMOD/libgit-build.git > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/master Seen 1 remote branch Obtained Jenkinsfile from bd05fc96238458be10b702be265d1e1008ecbd65 Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix-2 in /builds/workspace/libgit-build_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://gitlab.inria.fr/RMOD/libgit-build.git > git init /builds/workspace/libgit-build_master # timeout=10 Fetching upstream changes from https://gitlab.inria.fr/RMOD/libgit-build.git > git --version # timeout=10 > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10 Fetching without tags Fetching upstream changes from https://gitlab.inria.fr/RMOD/libgit-build.git > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/* Checking out Revision bd05fc96238458be10b702be265d1e1008ecbd65 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bd05fc96238458be10b702be265d1e1008ecbd65 Commit message: "use dir to change directory q" > git rev-list --no-walk be5a3753d32f6372800dbce5b4c18be119f07c09 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Clone) [Pipeline] sh + git clone https://github.com/jenkinsci/git-plugin Cloning into 'git-plugin'... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh + mkdir -p git-plugin/build [Pipeline] dir Running in /builds/workspace/libgit-build_master/git-plugin/build [Pipeline] { [Pipeline] sh + cmake .. CMake Error: The source directory "/builds/workspace/libgit-build_master/git-plugin" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE