dalehenrich / builderCI

A set of scripts to support continuous integration for GemStone, Pharo and Squeak Smalltalk projects using http://travis-ci.org/.
http://travis-ci.org/#!/dalehenrich/metacello-work
MIT License
14 stars 6 forks source link

cpu affinity bug(?) prevents gemstone/s from running on travisCI #40

Open dalehenrich opened 11 years ago

dalehenrich commented 11 years ago

Getting this error in stone log when running GemStone/S on travis using the standard free licenses ... presumably this is a side effect of the fact that travis runs it's linux vms on large multi-core boxes ... anyway I was able to use the maglev license for GemStone 3.1.x ... need to figure out how to get the other versions of gemstone running on travis

dalehenrich commented 11 years ago

with ef939e0102a03eae8fa53748c53c0da7fd53fcc7, I've hit the spot where I've all 6 GemStone versions are coming up correctly, but I've hit issues with Metacello functioning correctly (with GLASS 1.0-beta.8.7.2) ... 2.4.4.1 and 2.4.4.7 with a different issue in a different spot for 3.0.1, but Metacello-related nonetheless ... 3.0.1 has been explicitly lagging behind so now I'll have to look at it more closely ... 2.4.4.1 and 2.4.4.7 haven't been looked at without bringing all the way to 1.0-beta.9, so I might want to pick a later version that 1.0-beta.8.7.2 as a target?

dalehenrich commented 11 years ago

tests passing for 3.0.1 now ... shouldn't be long now ...

dalehenrich commented 11 years ago

ready to rhumba

dalehenrich commented 11 years ago

e60ee4efe59f12ce4fe71d224c8f773e40ddde08 ... fixed

dalehenrich commented 10 years ago

This bug rears it's ugly head yet again ... last time around we removed CPU-affinity from the license and cranked down on the number of sessions allowed ... need to document the root cause this time around

dalehenrich commented 10 years ago

Okay, the virtual machines for Travis-CI do not appear to support cpu affinity, so we'll have to switch the license and crank down the allowed sessions even tighter ...