Re: please update description of grison

Lists: buildfarm-members
From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: buildfarm-members(at)lists(dot)postgresql(dot)org, mikael(dot)kjellstrom(at)gmail(dot)com
Subject: please update description of grison
Date: 2025-03-07 07:59:36
Message-ID: c107f582-fa36-4ff0-a143-36db0497cdf3@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

I don't know which side is responsible for editing the system
descriptions, so this is either to the animal owner or to the admins:

The description of grison is currently:

Raspbian GNU/Linux 7.8 gcc 4.6.3 ARMv7

(which is notable because it would be a gcc older than lapwing)

but the actual compiler version is

configure: using compiler=gcc (Raspbian 12.2.0-14+rpi1) 12.2.0

(which also throws in doubt whether the "7.8" is correct, but I'm not
certain how these version numbers relate).

Please fix this to reflect reality.


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com
Cc: buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 08:02:35
Message-ID: 5770d2a4-8bda-483e-bc6a-bcd08c4457b0@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

There is an actual set of scripts (update_personality.pl and
setnotes.pl) available as part of the buildfarm toolkit to maintain
metadata.

Stefan

On 07.03.25 08:59, Peter Eisentraut wrote:
> I don't know which side is responsible for editing the system
> descriptions, so this is either to the animal owner or to the admins:
>
> The description of grison is currently:
>
> Raspbian GNU/Linux 7.8 gcc 4.6.3 ARMv7
>
> (which is notable because it would be a gcc older than lapwing)
>
> but the actual compiler version is
>
> configure: using compiler=gcc (Raspbian 12.2.0-14+rpi1) 12.2.0
>
> (which also throws in doubt whether the "7.8" is correct, but I'm not
> certain how these version numbers relate).
>
> Please fix this to reflect reality.
>
>
>
>


From: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com
Cc: buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 08:42:57
Message-ID: 7514564d-653f-497f-9d04-03efc6043381@mksoft.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

Hi,

Yes, I've used update_personality.pl  in the past but then the
System-field that is displayed in buildfarm web was looking really weird.

It's kind of just appended the new info  to the field instead of
replacing it with the new info.   Is that fixed?

I think there was some process where someone went and cleaned it up
manually after a while as I can't see that when I look now.

But I can for sure update all my animals with the correct info as there
are others that aren't up to date also.

/Mikael

On 2025-03-07 09:02, Stefan Kaltenbrunner wrote:
> There is an actual set of scripts (update_personality.pl and
> setnotes.pl) available as part of the buildfarm toolkit to maintain
> metadata.
>
>
> Stefan
>
>
> On 07.03.25 08:59, Peter Eisentraut wrote:
>> I don't know which side is responsible for editing the system
>> descriptions, so this is either to the animal owner or to the admins:
>>
>> The description of grison is currently:
>>
>> Raspbian GNU/Linux 7.8 gcc 4.6.3 ARMv7
>>
>> (which is notable because it would be a gcc older than lapwing)
>>
>> but the actual compiler version is
>>
>> configure: using compiler=gcc (Raspbian 12.2.0-14+rpi1) 12.2.0
>>
>> (which also throws in doubt whether the "7.8" is correct, but I'm not
>> certain how these version numbers relate).
>>
>> Please fix this to reflect reality.
>>
>>
>>
>>
>
>
>


From: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com
Cc: buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 08:53:36
Message-ID: bf8fcaeb-306d-4da2-ab81-194e0dd9a946@mksoft.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

Hi again,

For example look at:

morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64

It should say:

morepork = OpenBSD 6.9 clang 10.0.1 x64

i used update_personality.pl to change that once (several years ago) and
that is how it displays after sending in:

$ update_personality.pl --os-version="OpenBSD 6.9"
--compiler-version="clang 10.0.1 x64"

is that how it is suppose to work / look?

Same with those below after using update_personality.pl:

sidewinder = NetBSD NetBSD 9.2 gcc clang 12.0.1 x86_64
loach = FreeBSD FreeBSD 12.2 clang clang 10.0.1 x86_64
conchuela = DragonFly BSD DragonFly BSD 6.2.2 gcc gcc 8.3 x86_64

/Mikael

On 2025-03-07 09:42, Mikael Kjellström wrote:
> Hi,
>
> Yes, I've used update_personality.pl  in the past but then the
> System-field that is displayed in buildfarm web was looking really weird.
>
> It's kind of just appended the new info  to the field instead of
> replacing it with the new info.   Is that fixed?
>
> I think there was some process where someone went and cleaned it up
> manually after a while as I can't see that when I look now.
>
> But I can for sure update all my animals with the correct info as
> there are others that aren't up to date also.
>
> /Mikael
>
>
> On 2025-03-07 09:02, Stefan Kaltenbrunner wrote:
>> There is an actual set of scripts (update_personality.pl and
>> setnotes.pl) available as part of the buildfarm toolkit to maintain
>> metadata.
>>
>>
>> Stefan
>>
>>
>> On 07.03.25 08:59, Peter Eisentraut wrote:
>>> I don't know which side is responsible for editing the system
>>> descriptions, so this is either to the animal owner or to the admins:
>>>
>>> The description of grison is currently:
>>>
>>> Raspbian GNU/Linux 7.8 gcc 4.6.3 ARMv7
>>>
>>> (which is notable because it would be a gcc older than lapwing)
>>>
>>> but the actual compiler version is
>>>
>>> configure: using compiler=gcc (Raspbian 12.2.0-14+rpi1) 12.2.0
>>>
>>> (which also throws in doubt whether the "7.8" is correct, but I'm
>>> not certain how these version numbers relate).
>>>
>>> Please fix this to reflect reality.
>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>


From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 09:02:11
Message-ID: 202503070902.3f3djxxbiece@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

Hello

On 2025-Mar-07, Mikael Kjellström wrote:

> For example look at:
>
> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64
>
> It should say:
>
> morepork = OpenBSD 6.9 clang 10.0.1 x64
>
> i used update_personality.pl to change that once (several years ago) and
> that is how it displays after sending in:
>
> $ update_personality.pl --os-version="OpenBSD 6.9" --compiler-version="clang
> 10.0.1 x64"

You have to give only the version *number*, not the operating
system/compiler names.

The fact that the compiler itself cannot be changed (say from gcc to
clang, which you appear to be trying to do for sidewinder) appears to be
on purpose. I suppose you should submit a new request and abandon the
old animal name, if you wanted to make such a conversion. (I don't
necessarily agree with this view of things, but it's how it is at
present.)

Thanks for keeping these animals running,

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/


From: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
To: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 09:07:21
Message-ID: 457368a4-b1dc-4a61-8eeb-a6df299ef848@mksoft.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members


On 2025-03-07 10:02, Álvaro Herrera wrote:
> Hello
>
> On 2025-Mar-07, Mikael Kjellström wrote:
>
>> For example look at:
>>
>> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64
>>
>> It should say:
>>
>> morepork = OpenBSD 6.9 clang 10.0.1 x64
>>
>> i used update_personality.pl to change that once (several years ago) and
>> that is how it displays after sending in:
>>
>> $ update_personality.pl --os-version="OpenBSD 6.9" --compiler-version="clang
>> 10.0.1 x64"
> You have to give only the version *number*, not the operating
> system/compiler names.
>
> The fact that the compiler itself cannot be changed (say from gcc to
> clang, which you appear to be trying to do for sidewinder) appears to be
> on purpose. I suppose you should submit a new request and abandon the
> old animal name, if you wanted to make such a conversion. (I don't
> necessarily agree with this view of things, but it's how it is at
> present.)

Aha!  So there is where I went wrong.

So for my grison update I should send in:

./update_personality.pl --os-version="6.9" --compiler-version="12.2.0"

is that correct?

> Thanks for keeping these animals running,

No problem.

/Mikael


From: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
To: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 09:09:36
Message-ID: 0ed90da3-9b76-4849-ad0c-049fbf7db30b@mksoft.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

Hi

Sorry should be:

./update_personality.pl --os-version="12" --compiler-version="12.2.0"

as the os is:

Raspbian GNU/Linux 12 (bookworm)

and compiler is:

$ gcc --version

gcc (Raspbian 12.2.0-14+rpi1) 12.2.0

right?

/Mikael

On 2025-03-07 10:07, Mikael Kjellström wrote:
>
> On 2025-03-07 10:02, Álvaro Herrera wrote:
>> Hello
>>
>> On 2025-Mar-07, Mikael Kjellström wrote:
>>
>>> For example look at:
>>>
>>> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64
>>>
>>> It should say:
>>>
>>> morepork = OpenBSD 6.9 clang 10.0.1 x64
>>>
>>> i used update_personality.pl to change that once (several years ago)
>>> and
>>> that is how it displays after sending in:
>>>
>>> $ update_personality.pl --os-version="OpenBSD 6.9"
>>> --compiler-version="clang
>>> 10.0.1 x64"
>> You have to give only the version *number*, not the operating
>> system/compiler names.
>>
>> The fact that the compiler itself cannot be changed (say from gcc to
>> clang, which you appear to be trying to do for sidewinder) appears to be
>> on purpose.  I suppose you should submit a new request and abandon the
>> old animal name, if you wanted to make such a conversion.  (I don't
>> necessarily agree with this view of things, but it's how it is at
>> present.)
>
> Aha!  So there is where I went wrong.
>
> So for my grison update I should send in:
>
> ./update_personality.pl --os-version="6.9" --compiler-version="12.2.0"
>
> is that correct?
>
>> Thanks for keeping these animals running,
>
> No problem.
>
> /Mikael
>
>
>


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 09:18:27
Message-ID: b6b73293-3ffe-47c4-ad7f-b914edb2f7a7@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

On 07.03.25 10:02, Álvaro Herrera wrote:
> Hello
>
> On 2025-Mar-07, Mikael Kjellström wrote:
>
>> For example look at:
>>
>> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64
>>
>> It should say:
>>
>> morepork = OpenBSD 6.9 clang 10.0.1 x64
>>
>> i used update_personality.pl to change that once (several years ago) and
>> that is how it displays after sending in:
>>
>> $ update_personality.pl --os-version="OpenBSD 6.9" --compiler-version="clang
>> 10.0.1 x64"
>
> You have to give only the version *number*, not the operating
> system/compiler names.
>
> The fact that the compiler itself cannot be changed (say from gcc to
> clang, which you appear to be trying to do for sidewinder) appears to be
> on purpose. I suppose you should submit a new request and abandon the
> old animal name, if you wanted to make such a conversion. (I don't
> necessarily agree with this view of things, but it's how it is at
> present.)

yeah, I think this whole area could do with some rethinking - it is
_very_ common for people upgrading operating systems or even running
operating systems that are doing a continous upgrade thing.

Requiring those to re-register for no real purpose seems to be the wrong
way - ideally I would expect the buildfarm itself to update the OS and
compiler version - what we have now is basically always outdated and wrong.

Stefan


From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org, rosset(dot)filipe(at)gmail(dot)com
Subject: Re: please update description of grison
Date: 2025-03-07 10:21:14
Message-ID: 202503071021.gjxmzrr6ggbg@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

On 2025-Mar-07, Mikael Kjellström wrote:

> Sorry should be:
>
> ./update_personality.pl --os-version="12" --compiler-version="12.2.0"
> as the os is:
> Raspbian GNU/Linux 12 (bookworm)
> and compiler is:
> $ gcc --version
> gcc (Raspbian 12.2.0-14+rpi1) 12.2.0
> right?

Looks correct to me. I'm also CCing Filipe Rosset here, because I think
his animal versions could do with some retouching. (The strings there
are a bit annoying, because they are so wide that they make the whole
status dashboard table wider without providing any additional useful
information.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"Java is clearly an example of money oriented programming" (A. Stepanov)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Re: please update description of grison
Date: 2025-03-07 16:36:57
Message-ID: 1023615.1741365417@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> On 07.03.25 10:02, Álvaro Herrera wrote:
>> The fact that the compiler itself cannot be changed (say from gcc to
>> clang, which you appear to be trying to do for sidewinder) appears to be
>> on purpose. I suppose you should submit a new request and abandon the
>> old animal name, if you wanted to make such a conversion. (I don't
>> necessarily agree with this view of things, but it's how it is at
>> present.)

> yeah, I think this whole area could do with some rethinking - it is
> _very_ common for people upgrading operating systems or even running
> operating systems that are doing a continous upgrade thing.

The idea is that switching to a whole new OS or compiler really does
result in a different animal, which should have a different name to
reduce confusion. (I didn't make this decision, but it seems
reasonable to me.) Upgrades are fine, but those should only be
moving the version numbers.

> ... ideally I would expect the buildfarm itself to update the OS and
> compiler version - what we have now is basically always outdated and wrong.

Yeah, ideally we would not bother with the manual labeling of
versions. I know how to scrape compiler versions out of the
build logs, and I always do that when I am interested in
compiler versions, rather than trusting the labels. But it's
much harder to identify OS version from the build logs ...

regards, tom lane