#2407 closed defect (cannot reproduce)

Travis-CI gives error when running 'git pull --depth=1000'

Reported by: daira Owned by:
Priority: major Milestone: soon (release n/a)
Component: dev-infrastructure Version: 1.10.0
Keywords: error travis-ci Cc:
Launchpad Bug:

Change History (2)

comment:1 Changed at 2015-04-17T16:06:21Z by daira

$ git pull --depth=1000
remote: Counting objects: 6586, done.
remote: Compressing objects: 100% (2327/2327), done.
remote: Total 6586 (delta 4656), reused 6115 (delta 4216), pack-reused 0
Receiving objects: 100% (6586/6586), 2.44 MiB | 0 bytes/s, done.
Resolving deltas: 100% (4656/4656), completed with 245 local objects.
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done.
From git://github.com/tahoe-lafs/tahoe-lafs
* [new tag] allmydata-tahoe-1.10.0 -> allmydata-tahoe-1.10.0
[...]
* [new tag] trac-5200 -> trac-5200
Auto-merging misc/build_helpers/build-osx-pkg.sh
CONFLICT (add/add): Merge conflict in misc/build_helpers/build-osx-pkg.sh
Automatic merge failed; fix conflicts and then commit the result.
The command "git pull --depth=1000" failed and exited with 1 during .

Your build has been stopped.
Last edited at 2015-04-17T17:46:42Z by daira (previous) (diff)

comment:2 Changed at 2020-01-17T16:14:33Z by exarkun

  • Resolution set to cannot reproduce
  • Status changed from new to closed

No idea when or why this happens. If it happens again we can re-open. Ultimately we'll probably move away from Travis, though.

Note: See TracTickets for help on using tickets.