Project

Profile

Help

Issue #5614 ยป journalctl-output.txt

tomabe, 10/24/2019 10:47 AM

 
Oct 17 10:03:43 c332pc-katello pulp[32271]: pulp_deb.plugins.importers.importer:INFO: [ca55db26] Repo sync started.
Oct 17 10:03:43 c332pc-katello pulp[32271]: pulp_deb.plugins.importers.sync:INFO: [ca55db26] Downloading http://archive.debian.org/debian/dists/wheezy/Release
Oct 17 10:03:43 c332pc-katello pulp[32271]: requests.packages.urllib3.connectionpool:INFO: Starting new HTTP connection (1): archive.debian.org
Oct 17 10:03:43 c332pc-katello pulp[32271]: requests.packages.urllib3.connectionpool:INFO: Starting new HTTP connection (2): archive.debian.org
Oct 17 10:03:43 c332pc-katello pulp[32271]: nectar.downloaders.threaded:INFO: Download succeeded: http://archive.debian.org/debian/dists/wheezy/Release.gpg.
Oct 17 10:03:44 c332pc-katello pulp[32271]: nectar.downloaders.threaded:INFO: Download succeeded: http://archive.debian.org/debian/dists/wheezy/Release.
Oct 17 10:03:44 c332pc-katello pulp[32271]: requests.packages.urllib3.connectionpool:INFO: Starting new HTTP connection (1): archive.debian.org
Oct 17 10:03:44 c332pc-katello pulp[32271]: requests.packages.urllib3.connectionpool:INFO: Starting new HTTP connection (2): archive.debian.org
Oct 17 10:03:44 c332pc-katello pulp[32271]: requests.packages.urllib3.connectionpool:INFO: Starting new HTTP connection (3): archive.debian.org
Oct 17 10:03:45 c332pc-katello pulp[32271]: nectar.downloaders.threaded:INFO: Download failed: Download of http://archive.debian.org/debian/dists/wheezy/contrib/binary-amd64/Packages.bz2 failed with code 404: Not Found
Oct 17 10:03:45 c332pc-katello pulp[32271]: nectar.downloaders.threaded:INFO: Download failed: Download of http://archive.debian.org/debian/dists/wheezy/non-free/binary-amd64/Packages.bz2 failed with code 404: Not Found
Oct 17 10:03:45 c332pc-katello pulp[32271]: nectar.downloaders.threaded:INFO: Download failed: Download of http://archive.debian.org/debian/dists/wheezy/main/binary-amd64/Packages.bz2 failed with code 404: Not Found
Oct 17 10:03:46 c332pc-katello pulp[32271]: pulp.server.async.tasks:INFO: [ca55db26] Task failed : [ca55db26-f364-40bc-bbac-b450445c56c0]
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) Task pulp.server.managers.repo.sync.sync[ca55db26-f364-40bc-bbac-b450445c56c0] raised unexpected: IOError(2, 'No such file or directory')
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) Traceback (most recent call last):
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 367, in trace_task
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) R = retval = fun(*args, **kwargs)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 529, in __call__
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) return super(Task, self).__call__(*args, **kwargs)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 107, in __call__
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) return super(PulpTask, self).__call__(*args, **kwargs)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 622, in __protected_call__
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) return self.run(*args, **kwargs)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 770, in sync
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) sync_report = sync_repo(transfer_repo, conduit, call_config)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 737, in wrap_f
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) return f(*args, **kwargs)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp_deb/plugins/importers/importer.py", line 135, in sync_repo
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) report = self._current_sync.process_lifecycle()
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 573, in process_lifecycle
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) super(PluginStep, self).process_lifecycle()
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 164, in process_lifecycle
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) step.process()
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 257, in process
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) self._process_block()
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 304, in _process_block
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) self.process_main()
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/pulp_deb/plugins/importers/sync.py", line 272, in process_main
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) if dlr.url in self.parent.packages_urls[release]])
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/debpkgr/aptrepo.py", line 300, in validate_component_arch_packages_downloads
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) digests = hash_file(dl.destination, algorithms)
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/debpkgr/hasher.py", line 141, in hash_file
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) return hasher.digests
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) File "/usr/lib/python2.7/site-packages/debpkgr/hasher.py", line 108, in digests
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) with open(self.path, 'rb') as fh:
Oct 17 10:03:46 c332pc-katello pulp[32271]: celery.app.trace:ERROR: [ca55db26] (32271-67072) IOError: [Errno 2] No such file or directory: u'/var/cache/pulp/reserved_resource_worker-1@c332pc-katello/ca55db26-f364-40bc-bbac-b450445c56c0/dists/wheezy/contrib/binary-amd64/Packages.bz2'
    (1-1/1)