Github user uint commented on the issue:
https://github.com/apache/thrift/pull/1412
@jeking3 I managed to find other problems while trying to run this stuff on
my local machine in the docker, regardless of SBCL version. I'm trying to look
into that for now. I'll let you know if I have anything. There's probably no
sense having you do what you described until then.
Right now Xenial succeeds because apparently @dkochmanski removed SBCL from
the dockerfile for it.
Curiously, I don't locally have the problem you can see in the [failed
Artful job](https://travis-ci.org/apache/thrift/jobs/328740544). Do you have
any idea how to debug this? Looks like compiler first writes a file and then is
unable to open it.
```
;
/root/.cache/common-lisp/sbcl-1.3.14.debian-linux-x64/thrift/src/tutorial/cl/gen-cl/shared/shared-types-TMP.fasl
written
; compilation finished in 0:00:00.188
Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD "main
thread" RUNNING
{1001E06733}>:
Failed to find the TRUENAME of
/root/.cache/common-lisp/sbcl-1.3.14.debian-linux-x64/thrift/src/tutorial/cl/gen-cl/shared/shared-types-TMP.fasl:
No such file or directory
```
---