I suspect ContextPart>>#reading, that is a class extension from Xtreams in ContextPart to be the reason. It should now be an extension of Context and not ContextPart. 2014-08-11 14:35 GMT+02:00 Sven Van Caekenberghe <sven@stfx.eu>:
It seems that the Xtreams build has been failing since june 30th for 4.0 and not 3.0:
https://ci.inria.fr/pharo-contribution/job/Xtreams/
From the changes to 4.0 around that period I can't immediately see something obvious:
https://github.com/pharo-project/pharo-core/commits/4.0?page=4
I just tried loading Xtreams in on my machine and all tests succeed.
All errors on Jenkins seem to be related to primitives not being found in libCrypto:
Error Message
External module not found
Stacktrace
XTLibCryptoHash(Object)>>error: XTLibCryptoHash(Object)>>externalCallFailed XTLibCryptoHash>>EVP_MD_CTX_init: XTLibCryptoHash>>initialize XTHash class>>new XTHashTest>>testMD5 XTHashTest(TestCase)>>performTest
So, is it possible there was a change in the VM ?
The Xtreams source code itself has not been changed for months.
Sven