#2233 Large SRPMs fail to import?
Closed: MIGRATED a year ago by nikromen. Opened 2 years ago by praiskup.

It seems the rpm2cpio | cpio ... (Extracting SRPM) silently fails, or timeouts (we have timeout configured for the dist-git worker pool), or something... it is weird we see no traceback or so.

https://copr-dist-git.fedorainfracloud.org/per-task-logs/4585036.log

Downloading https://download.copr.fedorainfracloud.org/results/@python/python-safe-path/srpm-builds/04585036/chromium-103.0.5060.53-1.src.rpm
Acquired lock "/var/lib/dist-git/cache/lookaside/pkgs/@python/python-safe-path/chromium/import.lock"
Acquired external semaphore "/var/lib/dist-git/cache/lookaside/pkgs/@python/python-safe-path/chromium/import.lock"
make sure repos exist: @python/python-safe-path/chromium
cmd: ['/usr/share/dist-git/setup_git_package', '@python/python-safe-path/chromium'], rc: 128, msg: ERROR: Package module @python/python-safe-path/chromium already exists!
Package already exists...continuing
cmd: ['/usr/share/dist-git/mkbranch', 'master', '@python/python-safe-path/chromium'], rc: 128, msg: IGNORING: Package module @python/python-safe-path/chromium already has a branch master
Branch already exists...continuing
repo_dir: /tmp/tmpp4ben7wl
clone the pkg repository into repo_dir directory
Cloning /var/lib/dist-git/git/@python/python-safe-path/chromium
Cloning into: /tmp/tmpp4ben7wl
Running: git clone /var/lib/dist-git/git/@python/python-safe-path/chromium --origin origin /tmp/tmpp4ben7wl
Popen(['git', 'config', 'credential.helper', '/usr/bin/importer_runner.py gitcred'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'config', 'credential.useHttpPath', 'true'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Git-excludes patterns were added into /tmp/tmpp4ben7wl/.git/info/exclude
Switching to repo_dir: /tmp/tmpp4ben7wl
Setting up Git user name and email.
Munch({'cmd': ['git', 'config', 'user.name', 'CoprDistGit'], 'stdout': '', 'stderr': '', 'returncode': 0})
Munch({'cmd': ['git', 'config', 'user.email', 'copr-devel@lists.fedorahosted.org'], 'stdout': '', 'stderr': '', 'returncode': 0})
checkout 'master' branch
Creating repo object from /tmp/tmpp4ben7wl
Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'config', '--get', 'branch.master.merge'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'config', '--get', 'branch.master.remote'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'remote', 'get-url', '--push', 'origin'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Fetching remotes
Popen(['git', 'fetch', 'origin'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Listing refs
Found local branch master
Skipping remote branch alias HEAD
Found remote branch origin/master
Popen(['git', 'checkout', 'master'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Switched to branch 'master'
Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Extracting srpm '/tmp/tmpah4756vf/chromium-103.0.5060.53-1.src.rpm', destination '/tmp/rpkg08trnv73extract-srpm'
Popen(['git', 'ls-files'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Removing no longer used file: chromium-101.0.4951.41-remoting-extra-qualification.patch
Popen(['git', 'rm', '--cached', '--', 'chromium-101.0.4951.41-remoting-extra-qualification.patch'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Removing no longer used file: chromium-102-fenced_frame_utils-include.patch
Popen(['git', 'rm', '--cached', '--', 'chromium-102-fenced_frame_utils-include.patch'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Removing no longer used file: chromium-102-regex_pattern-array.patch
Popen(['git', 'rm', '--cached', '--', 'chromium-102-regex_pattern-array.patch'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Removing no longer used file: chromium-102-swiftshader-template-instantiation.patch
Popen(['git', 'rm', '--cached', '--', 'chromium-102-swiftshader-template-instantiation.patch'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Removing no longer used file: chromium-102-symbolize-include.patch
Popen(['git', 'rm', '--cached', '--', 'chromium-102-symbolize-include.patch'], cwd=/tmp/tmpp4ben7wl, universal_newlines=False, shell=None, istream=None)
Extracting srpm '/tmp/tmpah4756vf/chromium-103.0.5060.53-1.src.rpm'
  • If this is a result of timeout, it is weird we don't log it
  • we should certainly let the user know what is happening, not just silent failure (e.g. error = import failed somewhere, or make the import.log public again)

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

a year ago

Login to comment on this ticket.

Metadata