Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. Jenkins output:
  2. using GIT_SSH to set credentials
  3. > git -c core.askpass=true fetch --tags --progress git@github.com:TXXXXXXX/xxxxxxx.git +refs/heads/*:refs/remotes/origin/*
  4. > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  5. > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
  6. Checking out Revision 757f528e614f4b3d6c8d953012ddd9fa28d85327 (refs/remotes/origin/master)
  7. > git config core.sparsecheckout # timeout=10
  8. > git checkout -f 757f528e614f4b3d6c8d953012ddd9fa28d85327
  9. FATAL: Could not checkout 757f528e614f4b3d6c8d953012ddd9fa28d85327
  10. hudson.plugins.git.GitException: Could not checkout 757f528e614f4b3d6c8d953012ddd9fa28d85327
  11. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:1983)
  12. at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1081)
  13. at hudson.scm.SCM.checkout(SCM.java:485)
  14. at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
  15. at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
  16. at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  17. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
  18. at hudson.model.Run.execute(Run.java:1738)
  19. at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  20. at hudson.model.ResourceController.execute(ResourceController.java:98)
  21. at hudson.model.Executor.run(Executor.java:410)
  22. Caused by: hudson.plugins.git.GitException: Command "git checkout -f 757f528e614f4b3d6c8d953012ddd9fa28d85327" returned status code 128:
  23. stdout:
  24. stderr: Downloading builddeps/jdk-8u74-linux-x64.tar.gz (172.90 MB)
  25. Error downloading object: builddeps/jdk-8u74-linux-x64.tar.gz (0bfd5d79f776d448efc64cb47075a52618ef76aabb31fde21c5c1018683cdddd)
  26.  
  27. Errors logged to /var/lib/jenkins/jobs/master-commit/workspace/.git/lfs/objects/logs/20160303T160655.914802156.log
  28. Use `git lfs logs last` to view the log.
  29. error: external filter git-lfs smudge %f failed 2
  30. error: external filter git-lfs smudge %f failed
  31. fatal: builddeps/jdk-8u74-linux-x64.tar.gz: smudge filter lfs failed
  32.  
  33. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1710)
  34. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:63)
  35. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:1975)
  36. ... 10 more
  37. Finished: FAILURE
  38.  
  39. Git LFS error log output:
  40. git-lfs/1.1.2 (GitHub; linux amd64; go 1.5.3; git bf6a6c9)
  41. git version 1.8.3.1
  42.  
  43. $ git-lfs smudge builddeps/jdk-8u74-linux-x64.tar.gz
  44. Error downloading object: builddeps/jdk-8u74-linux-x64.tar.gz (0bfd5d79f776d448efc64cb47075a52618ef76aabb31fde21c5c1018683cdddd)
  45.  
  46. exit status 255
  47. goroutine 1 [running]:
  48. github.com/github/git-lfs/lfs.Stack(0x0, 0x0, 0x0)
  49. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/lfs/errors.go:566 +0x80
  50. github.com/github/git-lfs/commands.logPanicToWriter(0x7fc95229e1e8, 0xc8200280a0, 0x7fc95229e940, 0xc820011230)
  51. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/commands/commands.go:195 +0xf7f
  52. github.com/github/git-lfs/commands.logPanic(0x7fc95229e940, 0xc820011230, 0x0, 0x0)
  53. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/commands/commands.go:159 +0x421
  54. github.com/github/git-lfs/commands.handlePanic(0x7fc95229e940, 0xc820011230, 0x0, 0x0)
  55. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/commands/commands.go:134 +0x4e
  56. github.com/github/git-lfs/commands.LoggedError(0x7fc95229e940, 0xc820011230, 0x96ee60, 0x21, 0xc820131c98, 0x2, 0x2)
  57. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/commands/commands.go:84 +0x82
  58. github.com/github/git-lfs/commands.smudgeCommand(0xd4e160, 0xc8200dca80, 0x1, 0x1)
  59. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/commands/command_smudge.go:77 +0xd89
  60. github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).execute(0xd4e160, 0xc8200dc9d0, 0x1, 0x1, 0x0, 0x0)
  61. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:477 +0x403
  62. github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).Execute(0xd4f1a0, 0x0, 0x0)
  63. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:551 +0x46a
  64. github.com/github/git-lfs/commands.Run()
  65. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/src/github.com/github/git-lfs/commands/commands.go:99 +0x23
  66. main.main()
  67. /tmp/docker_run/git-lfs/rpm/BUILD/git-lfs-1.1.2/git-lfs.go:34 +0x12e
  68.  
  69. ENV:
  70. LocalWorkingDir=/var/lib/jenkins/jobs/master-commit/workspace
  71. LocalGitDir=/var/lib/jenkins/jobs/master-commit/workspace/.git
  72. LocalGitStorageDir=/var/lib/jenkins/jobs/master-commit/workspace/.git
  73. LocalMediaDir=/var/lib/jenkins/jobs/master-commit/workspace/.git/lfs/objects
  74. TempDir=/var/lib/jenkins/jobs/master-commit/workspace/.git/lfs/tmp
  75. ConcurrentTransfers=3
  76. BatchTransfer=true
  77. GIT_DIR=.git
  78. GIT_PREVIOUS_COMMIT=757f528e614f4b3d6c8d953012ddd9fa28d85327
  79. GIT_PREFIX=
  80. GIT_COMMIT=757f528e614f4b3d6c8d953012ddd9fa28d85327
  81. GIT_BRANCH=origin/master
  82. GIT_URL=git@github.com:TXXXXXXX/xxxxxxx.git
  83. GIT_ASKPASS=/bin/echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement