Stef,
It turns out that the failures I was seeing beyond Pharo3.0 and
Pharo4.0[1] were due to an unrelated error in the scripts that was
exposed by the changes I made to remove my dependency upon the
get.pharo.org/travis+vm script ...
If I'm lucky, I will be able to fix the script error, pass all of the
builderCI tests, release a new version of builderCI and then go back and
return the original set of travis tests that were failing, wait for them
to finish and then.... I will be back in business... When it rains it
pours ... especially in Oregon ni the winter:)
So there is still something wrong with the get.pharo.org/travis+vm ...
Dale
[1] https://travis-ci.org/dalehenrich/builderCI/builds/50107976
On 02/09/2015 12:36 PM, Dale Henrichs wrote:
On 02/09/2015 12:10 PM, stepharo wrote:
Dale
I'm trying to understand. Do we need to update something on our side?
I'm not a linux users and I would use Nix because damien maintain the
distribution the Nix is cool.
Now the ubuntu package was updated recently.
Stef
The get.pharo.org/travis+vm zeroconf script started failing 3 days ago
(was working 6 days ago) with the following error in my log file:
Fetched 18.5 kB in 4s (4,214 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pharo-vm-core:i386 is not available, but is referred to by
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'pharo-vm-core:i386' has no installation candidate
This failure is occuring when run in Ubunut12.04 by hand and up on
travis[1].
I assume that something has changed on the pharo side, but I don't
know what changed or why it stopped working.
I rely on travis for testing my code and I rely on pharo to download
and install on travis for the tests (and the things that I'm testing)
to work ... with the travis builds failing with the above error, I
have to stop doing my normal development and trouble shoot this
particular problem ... I am a user of zero conf scripts so I have
spent the morning trying to understand how they work and I am in the
process of attempting to work around the travis script problem...
It looks like I've been able to get the pharo4.0 and pharo3.0 scripts
working again[2], without using the travis scripts, but I am now
having issues with the older pharo versions and squeak (they all
worked a month ago[3], the last time I had to touch builderCI) ---
when you change something that was working you always open yourself up
for other things to start breaking and I'm getting hit with that now:(
Ideally there would have been tests in place for the travis zeroconf
script, so that the failure could have been nipped in the bud or there
is a failure at some other part of the zeroconf mechanism I don't have
a clue ... I'm just trying to get to the point where I can return to
my regular development ...
Dale
[1] https://travis-ci.org/dalehenrich/tode/jobs/49776435
[2] https://travis-ci.org/dalehenrich/builderCI/builds/50107976
[3] https://travis-ci.org/dalehenrich/builderCI/builds/46642969