ssl fails on build CI

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

ssl fails on build CI

Max Leske
The FileSystem-Git builds on CI generate many test failures because the SSL plugin is missing (apparently) here's the output: https://ci.inria.fr/pharo-contribution/job/FileSystem-Git/6/PHARO=20,VERSION=development,VM=vm/testReport/junit/FileSystem.Git.Remote.Tests/GitDumbHTTPProtocolTest/testNegotiation/.

Is that to be expected? I gathered from a recent thread that at least libssl should be present on the CI servers. Or do I need to change something in the configuration?

Max
Reply | Threaded
Open this post in threaded view
|

Re: ssl fails on build CI

Max Leske
I just discovered that this only affects Pharo20 builds and older Pharo30

On 28.04.2013, at 21:07, Max Leske <[hidden email]> wrote:

> The FileSystem-Git builds on CI generate many test failures because the SSL plugin is missing (apparently) here's the output: https://ci.inria.fr/pharo-contribution/job/FileSystem-Git/6/PHARO=20,VERSION=development,VM=vm/testReport/junit/FileSystem.Git.Remote.Tests/GitDumbHTTPProtocolTest/testNegotiation/.
>
> Is that to be expected? I gathered from a recent thread that at least libssl should be present on the CI servers. Or do I need to change something in the configuration?
>
> Max


Reply | Threaded
Open this post in threaded view
|

Re: ssl fails on build CI

Camillo Bruni-3
fixed it: aptitude install libssl0.9.8:i386

On 2013-04-28, at 21:17, Max Leske <[hidden email]> wrote:

> I just discovered that this only affects Pharo20 builds and older Pharo30
>
> On 28.04.2013, at 21:07, Max Leske <[hidden email]> wrote:
>
>> The FileSystem-Git builds on CI generate many test failures because the SSL plugin is missing (apparently) here's the output: https://ci.inria.fr/pharo-contribution/job/FileSystem-Git/6/PHARO=20,VERSION=development,VM=vm/testReport/junit/FileSystem.Git.Remote.Tests/GitDumbHTTPProtocolTest/testNegotiation/.
>>
>> Is that to be expected? I gathered from a recent thread that at least libssl should be present on the CI servers. Or do I need to change something in the configuration?
>>
>> Max
>
>


Reply | Threaded
Open this post in threaded view
|

Re: ssl fails on build CI

Igor Stasenko
what you think shall we retarget linux VM to build with newer ssl version?

On 28 April 2013 23:30, Camillo Bruni <[hidden email]> wrote:

> fixed it: aptitude install libssl0.9.8:i386
>
> On 2013-04-28, at 21:17, Max Leske <[hidden email]> wrote:
>> I just discovered that this only affects Pharo20 builds and older Pharo30
>>
>> On 28.04.2013, at 21:07, Max Leske <[hidden email]> wrote:
>>
>>> The FileSystem-Git builds on CI generate many test failures because the SSL plugin is missing (apparently) here's the output: https://ci.inria.fr/pharo-contribution/job/FileSystem-Git/6/PHARO=20,VERSION=development,VM=vm/testReport/junit/FileSystem.Git.Remote.Tests/GitDumbHTTPProtocolTest/testNegotiation/.
>>>
>>> Is that to be expected? I gathered from a recent thread that at least libssl should be present on the CI servers. Or do I need to change something in the configuration?
>>>
>>> Max
>>
>>
>
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: ssl fails on build CI

Camillo Bruni-3
On 2013-04-29, at 00:21, Igor Stasenko <[hidden email]> wrote:
> what you think shall we retarget linux VM to build with newer ssl version?

that's gonna be the same mess again and we do not care for the slaves as we
manage them by ourselves.

for user-level experience we have to advocate the deb package which solves
this issue properly.

Reply | Threaded
Open this post in threaded view
|

Re: ssl fails on build CI

Max Leske
Thanks!

On 29.04.2013, at 00:28, Camillo Bruni <[hidden email]> wrote:

> On 2013-04-29, at 00:21, Igor Stasenko <[hidden email]> wrote:
>> what you think shall we retarget linux VM to build with newer ssl version?
>
> that's gonna be the same mess again and we do not care for the slaves as we
> manage them by ourselves.
>
> for user-level experience we have to advocate the deb package which solves
> this issue properly.
>


Reply | Threaded
Open this post in threaded view
|

Re: ssl fails on build CI

Damien Cassou
In reply to this post by Camillo Bruni-3
On Mon, Apr 29, 2013 at 12:28 AM, Camillo Bruni <[hidden email]> wrote:
> that's gonna be the same mess again and we do not care for the slaves as we
> manage them by ourselves


for not so old slaves, we should use the .deb files as well

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill