#9804 Pushing new-sources fails with Error occurs inside the server.
Closed: Duplicate by pingou. Opened by adelton.

Describe what you would like us to do:

When attempting to push new sources with fedpkg new-sources, I'm getting error

$ fedpkg -v new-sources mod_authnz_pam-1.2.2.tar.gz 
Creating repo object from /home/test/mod_authnz_pam
Could not determine the remote name: Cmd('git') failed due to: exit code(1)
  cmdline: git config --get branch.rawhide.remote
Falling back to default remote name 'origin'
Could not execute new_sources: Error occurs inside the server.
Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 33, in <module>
    sys.exit(load_entry_point('fedpkg==1.40', 'console_scripts', 'fedpkg')())
  File "/usr/lib/python3.9/site-packages/fedpkg/__main__.py", line 87, in main
    sys.exit(client.args.command())
  File "/usr/lib/python3.9/site-packages/pyrpkg/cli.py", line 2531, in new_sources
    self.cmd.upload(self.args.files, replace=self.args.replace)
  File "/usr/lib/python3.9/site-packages/pyrpkg/__init__.py", line 2850, in upload
    self.lookasidecache.upload(
  File "/usr/lib/python3.9/site-packages/pyrpkg/lookaside.py", line 296, in upload
    if self.remote_file_exists(name, filename, hash):
  File "/usr/lib/python3.9/site-packages/pyrpkg/lookaside.py", line 257, in remote_file_exists
    self.raise_upload_error(status)
  File "/usr/lib/python3.9/site-packages/pyrpkg/lookaside.py", line 127, in raise_upload_error
    raise UploadError(message, http_status=http_status)
pyrpkg.errors.UploadError: Error occurs inside the server.

When do you need this to be done by? (YYYY/MM/DD)

As soon as convenient.


This has already been reported at https://pagure.io/fedora-infrastructure/issue/9802

Closing this as duplicate (and looking into it :))

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

Metadata