I am trying to build my project but I get these errors:
The recommended git tool is: NONE
No credentials specified
/usr/bin/git rev-parse --resolve-git-dir /home/maryam/RDTK/jenkins/jobs/openface-cpp-OpenFace_2.2.0-toolkit-floka-minimal-nightly/workspace/.git # timeout=10
Fetching changes from the remote Git repository
/usr/bin/git config remote.origin.url GitHub - TadasBaltrusaitis/OpenFace: OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. # timeout=10 Cleaning workspace
/usr/bin/git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
/usr/bin/git clean -fdx # timeout=10
Fetching upstream changes from GitHub - TadasBaltrusaitis/OpenFace: OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
/usr/bin/git --version # timeout=10
git --version # ‘git version 2.17.1’
/usr/bin/git fetch --tags --progress --/TadasBaltrusaitis/OpenFace.git +refs/heads/:refs/remotes/origin/ # timeout=10
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo ‘origin’
hudson.plugins.git.GitException: Failed to fetch from github/TadasBaltrusaitis/OpenFace.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
at hudson.model.Run.execute(Run.java:1888)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:99)
at hudson.model.Executor.run(Executor.java:432)
Caused by: hudson.plugins.git.GitException: Command “/usr/bin/git fetch --tags --progress – github/TadasBaltrusaitis/OpenFace.git +refs/heads/:refs/remotes/origin/” returned status code 128:
stdout:
stderr: remote: Enumerating objects: 21343, done.
remote: Counting objects: 33% (1/3)
remote: Counting objects: 66% (2/3)
remote: Counting objects: 100% (3/3)
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 33% (1/3)
remote: Compressing objects: 66% (2/3)
remote: Compressing objects: 100% (3/3)
remote: Compressing objects: 100% (3/3), done.
Receiving objects: 0% (1/21343)
Receiving objects: 1% (214/21343)
Receiving objects: 2% (427/21343)
Receiving objects: 3% (641/21343)
Receiving objects: 4% (854/21343)
Receiving objects: 5% (1068/21343)
fatal: index-pack failed
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:618)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
… 11 more 04:12:02 ERROR: Error fetching remote repo ‘origin’
Finished: FAILURE
Can anybody help me?