Advertisement
davisroman

Untitled

May 23rd, 2023
727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.54 KB | None | 0 0
  1. ::ffff:10.167.202.144 [23/May/2023:16:19:58 +0000] "GET /pulp/content/lucid-dev-base2/summary.sig HTTP/1.0" 404 172 "-" "libostree/2018.9"
  2. pulp [None]: pulpcore.content.handler:ERROR: Multiple (pass-through) matches for {b}/{p}
  3. [2023-05-23 16:19:59 +0000] [15] [ERROR] Error handling request
  4. Traceback (most recent call last):
  5.   File "/usr/local/lib64/python3.8/site-packages/aiohttp/web_protocol.py", line 433, in _handle_request
  6.     resp = await request_handler(request)
  7.   File "/usr/local/lib64/python3.8/site-packages/aiohttp/web_app.py", line 504, in _handle
  8.     resp = await handler(request)
  9.   File "/usr/local/lib64/python3.8/site-packages/aiohttp/web_middlewares.py", line 117, in impl
  10.     return await handler(request)
  11.   File "/usr/local/lib/python3.8/site-packages/pulpcore/content/authentication.py", line 48, in authenticate
  12.     return await handler(request)
  13.   File "/usr/local/lib/python3.8/site-packages/pulpcore/cache/cache.py", line 339, in cached_function
  14.     response = await self.make_entry(
  15.   File "/usr/local/lib/python3.8/site-packages/pulpcore/cache/cache.py", line 378, in make_entry
  16.     response = await handler(*args, **kwargs)
  17.   File "/usr/local/lib/python3.8/site-packages/pulpcore/content/handler.py", line 245, in stream_content
  18.     return await self._match_and_stream(path, request)
  19.   File "/usr/local/lib/python3.8/site-packages/pulpcore/content/handler.py", line 673, in _match_and_stream
  20.     ca = await sync_to_async(get_contentartifact_blocking)()
  21.   File "/usr/local/lib/python3.8/site-packages/asgiref/sync.py", line 448, in __call__
  22.     ret = await asyncio.wait_for(future, timeout=None)
  23.   File "/usr/lib64/python3.8/asyncio/tasks.py", line 455, in wait_for
  24.     return await fut
  25.   File "/usr/lib64/python3.8/concurrent/futures/thread.py", line 57, in run
  26.     result = self.fn(*self.args, **self.kwargs)
  27.   File "/usr/local/lib/python3.8/site-packages/asgiref/sync.py", line 490, in thread_handler
  28.     return func(*args, **kwargs)
  29.   File "/usr/local/lib/python3.8/site-packages/pulpcore/content/handler.py", line 668, in get_contentartifact_blocking
  30.     ca = ContentArtifact.objects.select_related(
  31.   File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 439, in get
  32.     raise self.model.MultipleObjectsReturned(
  33. pulpcore.app.models.content.ContentArtifact.MultipleObjectsReturned: get() returned more than one ContentArtifact -- it returned 2!
  34. ::ffff:10.167.202.144 [23/May/2023:16:19:59 +0000] "GET /pulp/content/lucid-dev-base2/summary HTTP/1.0" 500 225 "-" "libostree/2018.9"
  35. Collapse
  36. has context menu
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement