#10078 Unable to push to open-vm-tools main
Closed: Fixed 3 years ago by ravindrakumar. Opened 3 years ago by ravindrakumar.

  • Describe the issue

I have been maintaining open-vm-tools package for several years and I have never faced this issue before. Today, "fedpkg push" failed for the first time for me with following error:

$ fedpkg push
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), 717 bytes | 717.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Unspecified ref refs/heads/main is blocked
remote: Denied push for ref 'refs/heads/main' for user 'ravindrakumar'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/rpms/open-vm-tools
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'ssh://ravindrakumar@pkgs.fedoraproject.org/rpms/open-vm-tools'
Could not execute push: Failed to execute command.

Please help me understand what would cause this unexpected failure.

  • When do you need this? (YYYY/MM/DD) 2021/04/06

  • When is this no longer needed or useful? (YYYY/MM/DD)

  • If we cannot complete your request, what is the impact?

Package maintenance will be delayed.


Could you try pushing to the rawhide branch instead of main?
Both should work but maybe we have a bug in somewhere around this :/

I had an issue pushing to main over the weekend on a different package, rawhide worked, so I suspect there's definitely a bug/issue there.

Metadata Update from @asaleh:
- Issue assigned to pingou
- Issue tagged with: dev, low-gain, low-trouble

3 years ago

Alright found the issue and it should be fixed, can you check it on your side?

Thanks @pingou. It worked this time around but with a warning. Please see below.

$ fedpkg push
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), 717 bytes | 717.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Emitting a message to the fedora-messaging message bus.
remote: * Publishing information for 1 commits
remote: Sending to redis to log activity and send commit notification emails
remote: * Publishing information for 1 commits
remote: - to fedora-message
remote: 2021-04-06 17:07:39,950 [WARNING] pagure.lib.notify: pagure is about to send a message that has no schemas: pagure.git.receive
remote:
remote: Create a pull-request for main
remote: https://src.fedoraproject.org/rpms/open-vm-tools/diff/rawhide..main
remote:
To ssh://pkgs.fedoraproject.org/rpms/open-vm-tools
10ae4cc..2ef82f3 main -> main

Thanks @pingou. It worked this time around but with a warning. Please see below.

Thanks, this is a known warning from pagure-messages which I need to debug but
is entirely safe to ignore on your side :)

Thanks @pingou for the fix and confirming.

Metadata Update from @ravindrakumar:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata
Boards 1
Dev Status: Backlog