From matt at openssl.org Tue Jul 13 14:40:10 2021 From: matt at openssl.org (Matt Caswell) Date: Tue, 13 Jul 2021 15:40:10 +0100 Subject: [buildbot-admin] ILOM Configure Error In-Reply-To: References: Message-ID: <375a3afd-b7e1-7b5d-cd58-feabbb284c05@openssl.org> Thanks Chris. I'll ask Richard to take a look. Matt On 13/07/2021 15:02, Chris Brych wrote: > Hi Matt, > > Sorry for reaching out to you directly for this request but > buildbot-admin alias is blocked from our email server so we cannot sent > out email to that email alias for some reason. > > I managed to get more information from our ILOM team on the issue that > we perceive we are having with respect to getting buildbot Build worker > working with buildbot master.? Below is a description of the issue: > > The "platform string" referenced below is a name argument passed on the > Configure command line that tells the Configure perl script how to > generate makefiles, header files, etc so that OpenSSL builds correctly > for that platform. There are dozens of possible names that the Configure > script understands. We are using "linux-generic32" for this purpose, and > that is the correct name for our ILOM builds. That's not the problem. > > The problem is that when we build OpenSSL for ILOM we specify some > additional command line options to override some default behaviors of > the Configure script. When the buildbot master passes the command line > to the worker, it is incorrectly putting quotes around some of the > arguments, including the platform string. This causes the Configure > script to parse the argument list as one big token containing embedded > spaces rather than as separate tokens. We need to have OMC remove those > quotes from the Configure command line they are issuing. > > Below Is it possible that the OMC can remove those quotes from the > configure command line? > > Cheers, > > Chris > > Oracle > Chris Brych | Senior Principal Security Analyst > Oracle Security Evaluations - Global Product Security > Ottawa, Ontario | Canada > > +1-905-267-9352 (O) | +1-613-867-1241 (M) > > Green Oracle > > > > Oracle is committed to developing practices and products that help > protect the environment > From levitte at openssl.org Wed Jul 14 06:43:21 2021 From: levitte at openssl.org (Richard Levitte) Date: Wed, 14 Jul 2021 08:43:21 +0200 Subject: [buildbot-admin] ILOM Configure Error In-Reply-To: <375a3afd-b7e1-7b5d-cd58-feabbb284c05@openssl.org> References: <375a3afd-b7e1-7b5d-cd58-feabbb284c05@openssl.org> Message-ID: <87k0lt8kfq.wl-levitte@openssl.org> The issue is resolved, and I've triggered a rebuild and have been able to verify that the ILOM build worked does so correctly. Cheers, Richard On Tue, 13 Jul 2021 16:40:10 +0200, Matt Caswell wrote: > > Thanks Chris. > > I'll ask Richard to take a look. > > Matt > > On 13/07/2021 15:02, Chris Brych wrote: > > Hi Matt, > > > > Sorry for reaching out to you directly for this request but > > buildbot-admin alias is blocked from our email server so we cannot > > sent out email to that email alias for some reason. > > > > I managed to get more information from our ILOM team on the issue > > that we perceive we are having with respect to getting buildbot > > Build worker working with buildbot master.? Below is a description > > of the issue: > > > > The "platform string" referenced below is a name argument passed on > > the Configure command line that tells the Configure perl script how > > to generate makefiles, header files, etc so that OpenSSL builds > > correctly for that platform. There are dozens of possible names that > > the Configure script understands. We are using "linux-generic32" for > > this purpose, and that is the correct name for our ILOM > > builds. That's not the problem. > > > > The problem is that when we build OpenSSL for ILOM we specify some > > additional command line options to override some default behaviors > > of the Configure script. When the buildbot master passes the command > > line to the worker, it is incorrectly putting quotes around some of > > the arguments, including the platform string. This causes the > > Configure script to parse the argument list as one big token > > containing embedded spaces rather than as separate tokens. We need > > to have OMC remove those quotes from the Configure command line they > > are issuing. > > > > Below Is it possible that the OMC can remove those quotes from the > > configure command line? > > > > Cheers, > > > > Chris > > > > Oracle > > Chris Brych | Senior Principal Security Analyst > > Oracle Security Evaluations - Global Product Security > > Ottawa, Ontario | Canada > > > > +1-905-267-9352 (O) | +1-613-867-1241 (M) > > > > Green Oracle > > > > > > > > Oracle is committed to developing practices and products that help > > protect the environment > > > -- Richard Levitte levitte at openssl.org OpenSSL Project http://www.openssl.org/~levitte/ From chris.brych at oracle.com Wed Jul 14 13:11:54 2021 From: chris.brych at oracle.com (Chris Brych) Date: Wed, 14 Jul 2021 13:11:54 +0000 Subject: [buildbot-admin] [External] : Re: ILOM Configure Error In-Reply-To: <87k0lt8kfq.wl-levitte@openssl.org> References: <375a3afd-b7e1-7b5d-cd58-feabbb284c05@openssl.org> <87k0lt8kfq.wl-levitte@openssl.org> Message-ID: Thanks Richard, this is excellent news. Cheers, Chris -----Original Message----- From: Richard Levitte [mailto:levitte at openssl.org] Sent: July 14, 2021 2:43 AM To: Matt Caswell Cc: Chris Brych ; Tom Dwyer ; Grace Hopkins ; John Ackerley ; pauli at openssl.org; Richard Levitte ; Jennifer Brady ; buildbot-admin at openssl.org Subject: [External] : Re: ILOM Configure Error The issue is resolved, and I've triggered a rebuild and have been able to verify that the ILOM build worked does so correctly. Cheers, Richard On Tue, 13 Jul 2021 16:40:10 +0200, Matt Caswell wrote: > > Thanks Chris. > > I'll ask Richard to take a look. > > Matt > > On 13/07/2021 15:02, Chris Brych wrote: > > Hi Matt, > > > > Sorry for reaching out to you directly for this request but > > buildbot-admin alias is blocked from our email server so we cannot > > sent out email to that email alias for some reason. > > > > I managed to get more information from our ILOM team on the issue > > that we perceive we are having with respect to getting buildbot > > Build worker working with buildbot master.? Below is a description > > of the issue: > > > > The "platform string" referenced below is a name argument passed on > > the Configure command line that tells the Configure perl script how > > to generate makefiles, header files, etc so that OpenSSL builds > > correctly for that platform. There are dozens of possible names that > > the Configure script understands. We are using "linux-generic32" for > > this purpose, and that is the correct name for our ILOM builds. > > That's not the problem. > > > > The problem is that when we build OpenSSL for ILOM we specify some > > additional command line options to override some default behaviors > > of the Configure script. When the buildbot master passes the command > > line to the worker, it is incorrectly putting quotes around some of > > the arguments, including the platform string. This causes the > > Configure script to parse the argument list as one big token > > containing embedded spaces rather than as separate tokens. We need > > to have OMC remove those quotes from the Configure command line they > > are issuing. > > > > Below Is it possible that the OMC can remove those quotes from the > > configure command line? > > > > Cheers, > > > > Chris > > > > Oracle > > Chris Brych | Senior Principal Security Analyst Oracle Security > > Evaluations - Global Product Security Ottawa, Ontario | Canada > > > > +1-905-267-9352 (O) | +1-613-867-1241 (M) > > > > Green Oracle > > > > > > > > Oracle is committed to developing practices and products that help > > protect the environment > > > -- Richard Levitte levitte at openssl.org OpenSSL Project https://urldefense.com/v3/__http://www.openssl.org/*levitte/__;fg!!ACWV5N9M2RV99hQ!a_wQuIvYKShWR_daWfOJhPvzUMlhvbLldrdDUCiImRna2H_IJfwLwXaBSPwPqLOg-w$ From rsalz at akamai.com Fri Jul 23 19:31:43 2021 From: rsalz at akamai.com (Salz, Rich) Date: Fri, 23 Jul 2021 19:31:43 +0000 Subject: [buildbot-admin] reset password for akamai Message-ID: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> Can you send me a new password for the AKA-01 the akamai buildbot client? Tnx. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rsalz at akamai.com Mon Jul 26 18:37:19 2021 From: rsalz at akamai.com (Salz, Rich) Date: Mon, 26 Jul 2021 18:37:19 +0000 Subject: [buildbot-admin] reset password for akamai In-Reply-To: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> References: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> Message-ID: <44681AE9-0243-4DAE-A2E8-F5343A23577E@akamai.com> Ping. From: Rich Salz Date: Friday, July 23, 2021 at 3:31 PM To: "buildbot-admin at openssl.org" Subject: reset password for akamai Can you send me a new password for the AKA-01 the akamai buildbot client? Tnx. -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at openssl.org Mon Jul 26 21:43:28 2021 From: matt at openssl.org (Matt Caswell) Date: Mon, 26 Jul 2021 22:43:28 +0100 Subject: [buildbot-admin] reset password for akamai In-Reply-To: <44681AE9-0243-4DAE-A2E8-F5343A23577E@akamai.com> References: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> <44681AE9-0243-4DAE-A2E8-F5343A23577E@akamai.com> Message-ID: <223588a2-184f-513a-85b5-c9ffc753dc41@openssl.org> Hi Rich The password is: OtBoos,quod2 Matt On 26/07/2021 19:37, Salz, Rich wrote: > Ping. > > *From: *Rich Salz > *Date: *Friday, July 23, 2021 at 3:31 PM > *To: *"buildbot-admin at openssl.org" > *Subject: *reset password for akamai > > Can you send me a new password for the AKA-01 the akamai buildbot > client?? Tnx. > > > _______________________________________________ > buildbot-admin mailing list > buildbot-admin at openssl.org > https://mta.openssl.org/mailman/listinfo/buildbot-admin > From rsalz at akamai.com Mon Jul 26 21:54:05 2021 From: rsalz at akamai.com (Salz, Rich) Date: Mon, 26 Jul 2021 21:54:05 +0000 Subject: [buildbot-admin] reset password for akamai In-Reply-To: <223588a2-184f-513a-85b5-c9ffc753dc41@openssl.org> References: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> <44681AE9-0243-4DAE-A2E8-F5343A23577E@akamai.com> <223588a2-184f-513a-85b5-c9ffc753dc41@openssl.org> Message-ID: <52745604-BC97-4B8B-81F1-9B98FBFC9F48@akamai.com> Thanks. Restarted the buildbot worker and seems to be okay. From matt at openssl.org Mon Jul 26 21:55:02 2021 From: matt at openssl.org (Matt Caswell) Date: Mon, 26 Jul 2021 22:55:02 +0100 Subject: [buildbot-admin] reset password for akamai In-Reply-To: <52745604-BC97-4B8B-81F1-9B98FBFC9F48@akamai.com> References: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> <44681AE9-0243-4DAE-A2E8-F5343A23577E@akamai.com> <223588a2-184f-513a-85b5-c9ffc753dc41@openssl.org> <52745604-BC97-4B8B-81F1-9B98FBFC9F48@akamai.com> Message-ID: <02e62024-9c6a-30df-e452-686e1d7530cc@openssl.org> Great - I can see it running. Matt On 26/07/2021 22:54, Salz, Rich wrote: > Thanks. Restarted the buildbot worker and seems to be okay. > From rsalz at akamai.com Mon Jul 26 22:00:09 2021 From: rsalz at akamai.com (Salz, Rich) Date: Mon, 26 Jul 2021 22:00:09 +0000 Subject: [buildbot-admin] reset password for akamai In-Reply-To: <02e62024-9c6a-30df-e452-686e1d7530cc@openssl.org> References: <97C44A27-DAB1-4687-B14C-CEFD7829164E@akamai.com> <44681AE9-0243-4DAE-A2E8-F5343A23577E@akamai.com> <223588a2-184f-513a-85b5-c9ffc753dc41@openssl.org> <52745604-BC97-4B8B-81F1-9B98FBFC9F48@akamai.com> <02e62024-9c6a-30df-e452-686e1d7530cc@openssl.org> Message-ID: Hooray! Tim, you can mark the AI as done :) ?On 7/26/21, 5:55 PM, "Matt Caswell" wrote: Great - I can see it running. Matt On 26/07/2021 22:54, Salz, Rich wrote: > Thanks. Restarted the buildbot worker and seems to be okay. >