remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_u9mmsI

Asked by dann frazier

I'm seeing the following errors when pushing code to git+ssh://git.launchpad.net/~dannf/scalebot:

Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 679 bytes | 339.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Checking connectivity: 3, done.
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_u9mmsI
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_EOdFhD
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_a79aVX
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_zsmjGm

I assume this requires server-side cleanup.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
dann frazier
Solved:
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

I tried repacking both lp:scalebot and lp:~dannf/scalebot, and that doesn't seem to have made any difference.

Revision history for this message
Ioana Lasc (ilasc) said :
#2

Hi Dann

We've performed another server side cleanup, please let know if it sorted out the issue for you.

Thank you.

Revision history for this message
dann frazier (dannf) said :
#3

Thanks Ioana! Unfortunately, I'm still seeing these issues:

$ git push lp master:test
Enumerating objects: 19, done.
Counting objects: 100% (19/19), done.
Delta compression using up to 4 threads
Compressing objects: 100% (14/14), done.
Writing objects: 100% (14/14), 1.70 KiB | 1.70 MiB/s, done.
Total 14 (delta 11), reused 0 (delta 0), pack-reused 0
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_u9mmsI
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_EOdFhD
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_a79aVX
remote: warning: garbage found: /srv/turnip/data/repos/9768/turnip-subordinate/objects/pack/tmp_pack_zsmjGm
remote:
remote: Create a merge proposal for 'test' on Launchpad by visiting:
remote: https://code.launchpad.net/~dannf/scalebot/+git/scalebot/+ref/test/+register-merge
remote:
To git+ssh://git.launchpad.net/~dannf/scalebot
 * [new branch] master -> test

Revision history for this message
Ioana Lasc (ilasc) said :
#4

Hi Dann

We've performed a different type of server side cleanup just now on the repository.
When you have a chance please let know if it sorted out the issue for you.

Thank you.

Revision history for this message
dann frazier (dannf) said :
#5

That seems to have done the trick, thank you!

Revision history for this message
Taihsiang Ho (tai271828) said :
#6

Hi, I may want to reopen this question. It seems that the scalebot repository and its forks could both reproduce the issue.

$ git remote -v
tai git+ssh://<email address hidden>/~taihsiangho/scalebot (fetch)
tai git+ssh://<email address hidden>/~taihsiangho/scalebot (push)
upstream git+ssh://<email address hidden>/scalebot (fetch)
upstream git+ssh://<email address hidden>/scalebot (push)

$ git push upstream dev-tai-job-known-issue-description
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 8 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 674 bytes | 674.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0), pack-reused 0
remote: warning: garbage found: ./objects/pack/tmp_pack_u9mmsI
remote: warning: garbage found: ./objects/pack/tmp_pack_EOdFhD
remote: warning: garbage found: ./objects/pack/tmp_pack_a79aVX
remote: warning: garbage found: ./objects/pack/tmp_pack_zsmjGm
remote:
remote: Create a merge proposal for 'dev-tai-job-known-issue-description' on Launchpad by visiting:
remote: https://code.launchpad.net/~scalebot-team/scalebot/+git/scalebot/+ref/dev-tai-job-known-issue-description/+register-merge
remote:
To git+ssh://git.launchpad.net/scalebot
 * [new branch] dev-tai-job-known-issue-description -> dev-tai-job-known-issue-description

$ git push -d upstream dev-tai-job-known-issue-description
remote: warning: garbage found: ./objects/pack/tmp_pack_u9mmsI
remote: warning: garbage found: ./objects/pack/tmp_pack_EOdFhD
remote: warning: garbage found: ./objects/pack/tmp_pack_a79aVX
remote: warning: garbage found: ./objects/pack/tmp_pack_zsmjGm
To git+ssh://git.launchpad.net/scalebot
 - [deleted] dev-tai-job-known-issue-description
tai271828@syakaro:~/work/scalebot-projects/scalebot$

$ git push -d tai mr-stop-support-bionic-bundle
remote: warning: garbage found: /srv/turnip/data/repos/46928/turnip-subordinate/objects/pack/tmp_pack_u9mmsI
remote: warning: garbage found: /srv/turnip/data/repos/46928/turnip-subordinate/objects/pack/tmp_pack_EOdFhD
remote: warning: garbage found: /srv/turnip/data/repos/46928/turnip-subordinate/objects/pack/tmp_pack_a79aVX
remote: warning: garbage found: /srv/turnip/data/repos/46928/turnip-subordinate/objects/pack/tmp_pack_zsmjGm

To git+ssh://git.launchpad.net/~taihsiangho/scalebot
 - [deleted] mr-stop-support-bionic-bundle

The issue happened to me again since last Wed (April 7).

Let me know if I should create a new question instead.

Revision history for this message
Taihsiang Ho (tai271828) said :
#7

Hmmm I could not change the Solved status. Let me create another FAQ instead.

Revision history for this message
Taihsiang Ho (tai271828) said :
#8