Latest image from build http://build.squeak.org/ failing ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Latest image from build http://build.squeak.org/ failing ?

Karl Ramberg
Latest builds seem to be failing and latest successful build is quite behind



Reply | Threaded
Open this post in threaded view
|

Re: Latest image from build http://build.squeak.org/ failing ?

Karl Ramberg
Seems build #698 is latest image that is ok.
Build #699 drops download size by ~6 MB and is quite behind on the updates.

Best,
Karl

On Wed, Aug 3, 2016 at 1:57 PM, karl ramberg <[hidden email]> wrote:
Latest builds seem to be failing and latest successful build is quite behind




Reply | Threaded
Open this post in threaded view
|

Re: Latest image from build http://build.squeak.org/ failing ?

marcel.taeumel
Karl Ramberg wrote
Seems build #698 is latest image that is ok.
Build #699 drops download size by ~6 MB and is quite behind on the updates.

Best,
Karl

On Wed, Aug 3, 2016 at 1:57 PM, karl ramberg <[hidden email]> wrote:

> Latest builds seem to be failing and latest successful build is quite
> behind
>
> http://build.squeak.org/job/Trunk/711/console
>
> Best,
> Karl
>
Hi Karl,

this is because of the instvar-update-phenomenon affecting the system progress bar morph. We need a new reference image for the CI server.

Tobias? :)

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Latest image from build http://build.squeak.org/ failing ?

marcel.taeumel
marcel.taeumel wrote
Karl Ramberg wrote
Seems build #698 is latest image that is ok.
Build #699 drops download size by ~6 MB and is quite behind on the updates.

Best,
Karl

On Wed, Aug 3, 2016 at 1:57 PM, karl ramberg <[hidden email]> wrote:

> Latest builds seem to be failing and latest successful build is quite
> behind
>
> http://build.squeak.org/job/Trunk/711/console
>
> Best,
> Karl
>
Hi Karl,

this is because of the instvar-update-phenomenon affecting the system progress bar morph. We need a new reference image for the CI server.

Tobias? :)

Best,
Marcel
I updated the reference update. The next CI run should produce a new trunk image.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Latest image from build http://build.squeak.org/ failing ?

Karl Ramberg
Great :-)

Best,
Karl

On Wed, Aug 3, 2016 at 4:56 PM, marcel.taeumel <[hidden email]> wrote:
marcel.taeumel wrote
>
> Karl Ramberg wrote
>> Seems build #698 is latest image that is ok.
>> Build #699 drops download size by ~6 MB and is quite behind on the
>> updates.
>>
>> Best,
>> Karl
>>
>> On Wed, Aug 3, 2016 at 1:57 PM, karl ramberg &lt;

>> karlramberg@

>> &gt; wrote:
>>
>>> Latest builds seem to be failing and latest successful build is quite
>>> behind
>>>
>>> http://build.squeak.org/job/Trunk/711/console
>>>
>>> Best,
>>> Karl
>>>
> Hi Karl,
>
> this is because of the instvar-update-phenomenon affecting the system
> progress bar morph. We need a new reference image for the CI server.
>
> Tobias? :)
>
> Best,
> Marcel

I updated the reference update. The next CI run should produce a new trunk
image.

Best,
Marcel



--
View this message in context: http://forum.world.st/Latest-image-from-build-http-build-squeak-org-failing-tp4909360p4909440.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.




Reply | Threaded
Open this post in threaded view
|

Re: Latest image from build http://build.squeak.org/ failing ?

marcel.taeumel
Karl Ramberg wrote
Great :-)

Best,
Karl

On Wed, Aug 3, 2016 at 4:56 PM, marcel.taeumel <[hidden email]>
wrote:

> marcel.taeumel wrote
> >
> > Karl Ramberg wrote
> >> Seems build #698 is latest image that is ok.
> >> Build #699 drops download size by ~6 MB and is quite behind on the
> >> updates.
> >>
> >> Best,
> >> Karl
> >>
> >> On Wed, Aug 3, 2016 at 1:57 PM, karl ramberg <
>
> >> karlramberg@
>
> >> > wrote:
> >>
> >>> Latest builds seem to be failing and latest successful build is quite
> >>> behind
> >>>
> >>> http://build.squeak.org/job/Trunk/711/console
> >>>
> >>> Best,
> >>> Karl
> >>>
> > Hi Karl,
> >
> > this is because of the instvar-update-phenomenon affecting the system
> > progress bar morph. We need a new reference image for the CI server.
> >
> > Tobias? :)
> >
> > Best,
> > Marcel
>
> I updated the reference update. The next CI run should produce a new trunk
> image.
>
> Best,
> Marcel
>
>
>
> --
> View this message in context:
> http://forum.world.st/Latest-image-from-build-http-build-squeak-org-failing-tp4909360p4909440.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>
...aaand #updateFromDefaultRepository had to be replaced with #updateFromServer... should work now..

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Latest image from build http://build.squeak.org/ failing ?

Bert Freudenberg
On Thu, Aug 4, 2016 at 1:00 PM, marcel.taeumel <[hidden email]> wrote:
...aaand #updateFromDefaultRepository had to be replaced with
#updateFromServer... should work now..

MCMcmUpdater(Object)>>doesNotUnderstand: #updateFromServer 

- Bert -