Skip to content

Instantly share code, notes, and snippets.

@briancline
Last active June 29, 2016 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briancline/82bef904104d21e91db7829f5d8fc192 to your computer and use it in GitHub Desktop.
Save briancline/82bef904104d21e91db7829f5d8fc192 to your computer and use it in GitHub Desktop.
...
TestAccountUTF8
testAccountHead OK
testContainerListing OK
testContainerSerializedInfo ERROR
======================================================================
ERROR: testContainerSerializedInfo (test.functional.tests.TestAccountUTF8)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bcline/swift-tests/src/swift/test/functional/tests.py", line 206, in testContainerSerializedInfo
file_item.write_random(bytes)
File "/home/bcline/swift-tests/src/swift/test/functional/swift_test_client.py", line 1003, in write_random
if not self.write(data, hdrs=hdrs, parms=parms, cfg=cfg):
File "/home/bcline/swift-tests/src/swift/test/functional/swift_test_client.py", line 981, in write
self.conn.make_path(self.path))
ResponseError: 500: 'Internal Error' ('PUT' '/v1/AUTH_sldev-672aac2a241c4effA/%E5%98%88%E0%A4%82%E5%98%86%EB%8C%8E%E8%94%8B%E0%A4%80%ED%88%8E%ED%88%8D%E8%94%89%E1%A0%84%E1%A0%81%E8%94%8A%ED%88%8E%EF%84%92%ED%88%8E/%EF%84%92%ED%88%8D%E1%A0%82%CE%A9%EB%8C%8E%ED%88%8F%E0%A4%80%E1%A0%83%E8%94%88%E0%A4%80%E5%98%87%ED%88%90%E1%A0%82%EF%84%8F%E8%94%8B') txid=txb9ca722577604d2f9f959-00577190f3
Jun 27 15:47:47 ossproxtor0101a swift-proxy: 127.0.0.1 127.0.0.1 27/Jun/2016/20/47/47 PUT /v1/AUTH_sldev-672aac2a241c4effA/%25E5%2598%2588%25E0%25A4%2582%25E5%2598%2586%25EB%258C%258E%25E8%2594%258B%25E0%25A4%2580%25ED%2588%258E%25ED%2588%258D%25E8%2594%2589%25E1%25A0%2584%25E1%25A0%2581%25E8%2594%258A%25ED%2588%258E%25EF%2584%2592%25ED%2588%258E/%25EF%2584%2592%25ED%2588%258D%25E1%25A0%2582%25CE%25A9%25EB%258C%258E%25ED%2588%258F%25E0%25A4%2580%25E1%25A0%2583%25E8%2594%2588%25E0%25A4%2580%25E5%2598%2587%25ED%2588%2590%25E1%25A0%2582%25EF%2584%258F%25E8%2594%258B HTTP/1.0 500 - - bctest1:user1%2CAUTH_tk57fb88f554e... - 125 - txb9ca722577604d2f9f959-00577190f3 - 0.0105 - - 1467060467.459754944 1467060467.470272064 0
Jun 27 15:47:47 ossproxtor0101a swift-proxy: ERROR Unhandled exception in request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/server.py", line 411, in handle_request
return handler(req)
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/controllers/base.py", line 264, in wrapped
return func(*a, **kw)
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/controllers/obj.py", line 775, in PUT
req, data_source, nodes, partition, outgoing_headers)
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/controllers/obj.py", line 1048, in _store_object
outgoing_headers, policy, expect)
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/controllers/obj.py", line 639, in _get_put_connections
conns = [conn for conn in pile if conn]
File "/usr/local/lib/python2.7/dist-packages/eventlet/greenpool.py", line 222, in next
return self.waiters.get().wait()
File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 175, in wait
return self._exit_event.wait()
File "/usr/local/lib/python2.7/dist-packages/eventlet/event.py", line 121, in wait
return hubs.get_hub().switch()
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 294, in switch
return self.greenlet.switch()
File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 214, in main
result = function(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/controllers/obj.py", line 935, in _connect_put_node
_('Expect: 100-continue on %s') % path)
File "/usr/local/lib/python2.7/dist-packages/swift/proxy/server.py", line 536, in exception_occurred
**kwargs)
File "/usr/local/lib/python2.7/dist-packages/swift/common/utils.py", line 1513, in exception
call('%s: %s' % (msg, emsg), *args, **kwargs)
File "/usr/lib/python2.7/logging/__init__.py", line 1445, in error
self.logger.error(msg, *args, **kwargs)
File "/usr/lib/python2.7/logging/__init__.py", line 1174, in error
self._log(ERROR, msg, args, **kwargs)
File "/usr/lib/python2.7/logging/__init__.py", line 1267, in _log
self.handle(record)
File "/usr/lib/python2.7/logging/__init__.py", line 1277, in handle
self.callHandlers(record)
File "/usr/lib/python2.7/logging/__init__.py", line 1317, in callHandlers
hdlr.handle(record)
File "/usr/lib/python2.7/logging/__init__.py", line 748, in handle
self.emit(record)
File "/usr/lib/python2.7/logging/handlers.py", line 828, in emit
msg = self.format(record) + '\000'
File "/usr/lib/python2.7/logging/__init__.py", line 723, in format
return fmt.format(record)
File "/usr/local/lib/python2.7/dist-packages/swift/common/utils.py", line 1571, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
msg = msg % self.args
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 54: ordinal not in range(128) (txn: txb9ca722577604d2f9f959-00577190f3) (client_ip: 127.0.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment