SWH fallback for channels fails to grab ‘keyring’ branch

  • Open
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ludovic Courtès
Severity
important

Debbugs page

L
L
Ludovic Courtès wrote on 3 Sep 01:13 -0700
SWH fallback for channels fails to grab ‘keyrin g’ branch
(address . bug-guix@gnu.org)
87v7zdi29b.fsf@inria.fr
I just noticed this bug:

Toggle snippet (37 lines)
$ guix time-machine -q --url=http://example.org --commit=deac7dd04156b9358ea33200593fd260760f9d91 -- describe
Updating channel 'guix' from Git repository at 'http://example.org'...
SWH: found revision deac7dd04156b9358ea33200593fd260760f9d91 with directory at 'https://archive.softwareheritage.org/api/1/directory/7f14a91132dd62900df46290c401a1c7b0443e33/'
SWH vault: Creating final bundle

[...]

SWH vault: Uploading bundle
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/HEAD
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/branches/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/config
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/description
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/hooks/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/info/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/info/exclude
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/info/refs
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/objects/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/objects/info/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/objects/info/packs
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/objects/pack/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/objects/pack/pack-41ef0cfa2f7aad582ab32becd7c2f357dfaf24b3.idx
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/objects/pack/pack-41ef0cfa2f7aad582ab32becd7c2f357dfaf24b3.pack
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/refs/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/refs/heads/
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/refs/heads/master
swh:1:rev:deac7dd04156b9358ea33200593fd260760f9d91.git/refs/tags/
guix time-machine: error: Git error: cannot locate remote-tracking branch 'origin/keyring'
$ (cd ~/.cache/guix/checkouts/s4nfmxeky5yp6czirwmkkb53qmvyaarbiqi63ase2c4ydjig3u7a; git branch -l)
* master
$ (cd ~/.cache/guix/checkouts/s4nfmxeky5yp6czirwmkkb53qmvyaarbiqi63ase2c4ydjig3u7a; git branch -lr)
origin/HEAD -> origin/master
origin/master
$ (cd ~/.cache/guix/checkouts/s4nfmxeky5yp6czirwmkkb53qmvyaarbiqi63ase2c4ydjig3u7a; git log |grep ^commit |wc -l)
137254

I’m not sure if it’s SWH providing us an incomplete bundle, or if we’re
just not asking for the right thing.

Ludo’.
L
L
Ludovic Courtès wrote on 5 Sep 00:38 -0700
control message for bug #72996
(address . control@debbugs.gnu.org)
87jzfqa6th.fsf@gnu.org
severity 72996 important
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72996@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72996
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch