Errored: OpenSmalltalk/opensmalltalk-vm#2103 (Cog - b09b99f)

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

Errored: OpenSmalltalk/opensmalltalk-vm#2103 (Cog - b09b99f)

Travis CI
 

OpenSmalltalk

/

opensmalltalk-vm

branch iconCog

arrow to build time
clock icon45 mins and 31 secs

Eliot Miranda avatarEliot Miranda

CogVM source as per VMMaker.oscog-eem.2772

VM Parameters primitive(s). Fix the issue with the allocation failure test on
32-bit systems. It really is a VM bug that parameter #67 (maxOldSpaceSize)
must be a SmallInteger. It should be a positive machine integer.

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!

SIGN UP HERE
book icon

Documentation about Travis CI

<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EmailMessage", "action": { "@type": "ViewAction", "url": "https://travis-ci.org/github/OpenSmalltalk/opensmalltalk-vm/builds/705523029?utm_medium=notification&amp;utm_source=email", "name": "View Build" }, "description": "View Build #2103 on Travis CI" } </script>
Reply | Threaded
Open this post in threaded view
|

Re: Errored: OpenSmalltalk/opensmalltalk-vm#2103 (Cog - b09b99f)

Eliot Miranda-2
 
The macos32x86 job "The job exceeded the maximum log length, and has been terminated."  Seriously?!?!

On Mon, Jul 6, 2020 at 12:59 PM Travis CI <[hidden email]> wrote:
 

OpenSmalltalk

/

opensmalltalk-vm

branch iconCog

arrow to build time
clock icon45 mins and 31 secs

Eliot Miranda avatarEliot Miranda

CogVM source as per VMMaker.oscog-eem.2772

VM Parameters primitive(s). Fix the issue with the allocation failure test on
32-bit systems. It really is a VM bug that parameter #67 (maxOldSpaceSize)
must be a SmallInteger. It should be a positive machine integer.

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!

SIGN UP HERE
book icon

Documentation about Travis CI



--
_,,,^..^,,,_
best, Eliot
Reply | Threaded
Open this post in threaded view
|

Re: Errored: OpenSmalltalk/opensmalltalk-vm#2103 (Cog - b09b99f)

Tobias Pape
 

> On 07.07.2020, at 02:43, Eliot Miranda <[hidden email]> wrote:
>
> The macos32x86 job "The job exceeded the maximum log length, and has been terminated."  Seriously?!?!

To be frank, 28k lines of output is quite excessive…
And it's because this (pharo) build is compiling a lot of thridparty libs with a lot of warnings (I don't even know if freetype/cairo/etc. want to be compiled with clang in the first place…)

best regards
        -tobias

>
> On Mon, Jul 6, 2020 at 12:59 PM Travis CI <[hidden email]> wrote:
>  
> OpenSmalltalk/opensmalltalk-vm
> Cog
> Build #2103 has errored                     45 mins and 31 secs                    
>  Eliot Miranda                                                b09b99f CHANGESET →                      
> CogVM source as per VMMaker.oscog-eem.2772
>
> VM Parameters primitive(s). Fix the issue with the allocation failure test on
> 32-bit systems. It really is a VM bug that parameter #67 (maxOldSpaceSize)
> must be a SmallInteger. It should be a positive machine integer.
> Want to know about upcoming build environment updates?
>
> Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!
>
> SIGN UP HERE
>  Documentation about Travis CI
> Have any questions? We're here to help.
> Unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository.
> To unsubscribe from all build emails, please update your settings.
>
> Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: [hidden email] | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648



Reply | Threaded
Open this post in threaded view
|

Re: Errored: OpenSmalltalk/opensmalltalk-vm#2103 (Cog - b09b99f)

Eliot Miranda-2
 


> On Jul 7, 2020, at 12:13 AM, Tobias Pape <[hidden email]> wrote:
>
> 
>
>> On 07.07.2020, at 02:43, Eliot Miranda <[hidden email]> wrote:
>>
>> The macos32x86 job "The job exceeded the maximum log length, and has been terminated."  Seriously?!?!
>
> To be frank, 28k lines of output is quite excessive…
> And it's because this (pharo) build is compiling a lot of thridparty libs with a lot of warnings (I don't even know if freetype/cairo/etc. want to be compiled with clang in the first place…)

So let’s nuke it.  The Pharo community can build its own vm (insists in forking in fact). These builds are essential to our communities and having them constantly fail in the Pharo cases, which aren’t even used, makes no sense at all.

>
> best regards
>    -tobias
>
>>
>> On Mon, Jul 6, 2020 at 12:59 PM Travis CI <[hidden email]> wrote:
>>
>> OpenSmalltalk/opensmalltalk-vm
>> Cog
>> Build #2103 has errored                     45 mins and 31 secs                    
>> Eliot Miranda                                                b09b99f CHANGESET →                      
>> CogVM source as per VMMaker.oscog-eem.2772
>>
>> VM Parameters primitive(s). Fix the issue with the allocation failure test on
>> 32-bit systems. It really is a VM bug that parameter #67 (maxOldSpaceSize)
>> must be a SmallInteger. It should be a positive machine integer.
>> Want to know about upcoming build environment updates?
>>
>> Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!
>>
>> SIGN UP HERE
>> Documentation about Travis CI
>> Have any questions? We're here to help.
>> Unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository.
>> To unsubscribe from all build emails, please update your settings.
>>
>> Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: [hidden email] | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Errored: OpenSmalltalk/opensmalltalk-vm#2103 (Cog - b09b99f)

Nicolas Cellier
 
I've put all pharo builds as authorized failures, so they should not make our build red, unless i forgot some?

I asked for pharo community support for this... Just like shouting in the desert.
I've got an indirect answer from Stephane Ducasse that I just forwarded on this list, explained it again.
no reaction, but since the ML seems private, who knows...


Le mar. 7 juil. 2020 à 09:40, Eliot Miranda <[hidden email]> a écrit :
 


> On Jul 7, 2020, at 12:13 AM, Tobias Pape <[hidden email]> wrote:
>
> 
>
>> On 07.07.2020, at 02:43, Eliot Miranda <[hidden email]> wrote:
>>
>> The macos32x86 job "The job exceeded the maximum log length, and has been terminated."  Seriously?!?!
>
> To be frank, 28k lines of output is quite excessive…
> And it's because this (pharo) build is compiling a lot of thridparty libs with a lot of warnings (I don't even know if freetype/cairo/etc. want to be compiled with clang in the first place…)

So let’s nuke it.  The Pharo community can build its own vm (insists in forking in fact). These builds are essential to our communities and having them constantly fail in the Pharo cases, which aren’t even used, makes no sense at all.

>
> best regards
>    -tobias
>
>>
>> On Mon, Jul 6, 2020 at 12:59 PM Travis CI <[hidden email]> wrote:
>>
>> OpenSmalltalk/opensmalltalk-vm
>> Cog
>> Build #2103 has errored                     45 mins and 31 secs                     
>> Eliot Miranda                                                b09b99f CHANGESET →                       
>> CogVM source as per VMMaker.oscog-eem.2772
>>
>> VM Parameters primitive(s). Fix the issue with the allocation failure test on
>> 32-bit systems. It really is a VM bug that parameter #67 (maxOldSpaceSize)
>> must be a SmallInteger. It should be a positive machine integer.
>> Want to know about upcoming build environment updates?
>>
>> Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!
>>
>> SIGN UP HERE
>> Documentation about Travis CI
>> Have any questions? We're here to help.
>> Unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository.
>> To unsubscribe from all build emails, please update your settings.
>>
>> Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: [hidden email] | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
>
>
>