Github user dkochmanski commented on the issue:
https://github.com/apache/thrift/pull/1412
Basically SBCL 1.3.14 (artful) works fine locally on Docker (and 1.3.1 had
a bug with base strings according to SBCL devs - xenial). So the problem is
probably something on environment hosting docker. I've noticed that some
languages doesn't have docker tests enabled at all, if this problem persists is
it acceptable to skip it for CL too?
@jeking3 can you try running tests on Docker on your host locally to
confirm that? What steps do you suggest in order to move forward?
---