Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Git commands issued from ASV may fail #1399

Open
vasil-pashov opened this issue Apr 27, 2024 · 0 comments
Open

BUG: Git commands issued from ASV may fail #1399

vasil-pashov opened this issue Apr 27, 2024 · 0 comments

Comments

@vasil-pashov
Copy link

Issue

Some of the git commands issued by ASV are failing on GitHub CI. More precisely

·· Running '/usr/local/bin/git name-rev --name-only --exclude=remotes/* --no-undefined 285bdfd58cc1cc045ff10e994fdc4880c4a37ebc'
   OUTPUT -------->
   fatal: cannot describe '285bdfd58cc1cc045ff10e994fdc4880c4a37ebc'
·· Running '/usr/local/bin/git clone --shared --recursive /__w/ArcticDB/ArcticDB /__w/ArcticDB/ArcticDB/python/.asv/env/541b6fbd95fdb429e84621bc981fbd19/project'
   OUTPUT -------->
   Cloning into '/__w/ArcticDB/ArcticDB/python/.asv/env/541b6fbd95fdb429e84621bc981fbd19/project'...
   done.
   Note: switching to '285bdfd58cc1cc045ff10e994fdc4880c4a37ebc'.
   
   You are in 'detached HEAD' state. You can look around, make experimental
   changes and commit them, and you can discard any commits you make in this
   state without impacting any branches by switching back to a branch.
   
   If you want to create a new branch to retain commits you create, you may
   do so (now or later) by using -c with the switch command. Example:
   
     git switch -c <new-branch-name>
   
   Or undo this operation with:
   
     git switch -
   
   Turn off this advice by setting config variable advice.detachedHead to false

As a result of that all benchmarks are reported to be failing even though I have no problems locally.

Things I've tried

  • Merging master in
  • Rebasing on top of master
  • Deleting the branch and opening new branch with different name
@vasil-pashov vasil-pashov changed the title Git commands issued from ASV fail Git commands issued from ASV may fail Apr 27, 2024
@HaoZeke HaoZeke changed the title Git commands issued from ASV may fail BUG: Git commands issued from ASV may fail Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant