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 9814eb0170561fc550cc08b86619936e95caecc1 Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on pharo-ci-jenkins2-osx in /builds/workspace/libgit-build_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 --version # timeout=10 > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 9814eb0170561fc550cc08b86619936e95caecc1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9814eb0170561fc550cc08b86619936e95caecc1 Commit message: "Clean workspace after build" > git rev-list --no-walk 105a7da850b342f19864883ebcaff3b88fbca852 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Clone) [Pipeline] sh + git clone https://github.com/libgit2/libgit2.git libgit2 -b v1.0.0 fatal: destination path 'libgit2' already exists and is not an empty directory. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] echo Cleaning Workspace [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 128 Finished: FAILURE