On Mon, Jun 05, 2017 at 12:45:33AM +0300, Adrian Bunk wrote: > Control: reassign -1 libssl1.1 1.1.0f-1 > Control: affects -1 src:simple-tpm-pk11 > > Looking at the reproducible builds results, I noticed that > simple-tpm-pk11 always FTBFS in unstable but never FTBFS in stretch. > > I confirmed that "make check" always succeeds with libssl1.1 1.1.0e-2 > installed and always fails with 1.1.0f-1 installed.
Nothing of the backtrace seems to relate to OpenSSL. All I can see is: [ FATAL ] /usr/include/gtest/internal/gtest-port.h:2044:: pthread_key_delete(key_)failed with error 22 But I can confirm that just upgrading libssl1.1 triggers the problem. The only idea that I currently have is that it's related to a cleanup handler after the program terminates. Kurt