git: 7ae27c2d6c4f - main - newvers.sh: set to ALPHA1 as part of the 13.0 cycle

Emmanuel Vadot manu at bidouilliste.com
Sat Jan 30 13:36:17 UTC 2021


On Fri, 29 Jan 2021 20:18:45 +0000
Glen Barber <gjb at freebsd.org> wrote:

> On Fri, Jan 29, 2021 at 09:08:14PM +0100, Emmanuel Vadot wrote:
> > On Fri, 29 Jan 2021 16:40:25 +0000
> > Glen Barber <gjb at freebsd.org> wrote:
> > 
> > > On Fri, Jan 29, 2021 at 05:28:29PM +0100, Emmanuel Vadot wrote:
> > > > On Fri, 29 Jan 2021 16:07:08 +0000
> > > > Glen Barber <gjb at freebsd.org> wrote:
> > > > 
> > > > > On Fri, Jan 29, 2021 at 04:06:39PM +0100, Emmanuel Vadot wrote:
> > > > > > 
> > > > > >  Hi Glen,
> > > > > > 
> > > > > > On Thu, 14 Jan 2021 00:02:01 GMT
> > > > > > Glen Barber <gjb at FreeBSD.org> wrote:
> > > > > > 
> > > > > > > The branch main has been updated by gjb:
> > > > > > > 
> > > > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b
> > > > > > > 
> > > > > > > commit 7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b
> > > > > > > Author:     Glen Barber <gjb at FreeBSD.org>
> > > > > > > AuthorDate: 2021-01-14 00:01:30 +0000
> > > > > > > Commit:     Glen Barber <gjb at FreeBSD.org>
> > > > > > > CommitDate: 2021-01-14 00:01:30 +0000
> > > > > > > 
> > > > > > >     newvers.sh: set to ALPHA1 as part of the 13.0 cycle
> > > > > > >     
> > > > > > >     Sponsored by:   Rubicon Communications, LLC (netgate.com)
> > > > > > > ---
> > > > > > >  sys/conf/newvers.sh | 2 +-
> > > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > > 
> > > > > > > diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
> > > > > > > index b8667844210b..2a0ace45f2f6 100644
> > > > > > > --- a/sys/conf/newvers.sh
> > > > > > > +++ b/sys/conf/newvers.sh
> > > > > > > @@ -54,7 +54,7 @@
> > > > > > >  
> > > > > > >  TYPE="FreeBSD"
> > > > > > >  REVISION="13.0"
> > > > > > > -BRANCH="CURRENT"
> > > > > > > +BRANCH="ALPHA1"
> > > > > > >  if [ -n "${BRANCH_OVERRIDE}" ]; then
> > > > > > >  	BRANCH=${BRANCH_OVERRIDE}
> > > > > > >  fi
> > > > > > 
> > > > > >  So since ALPHA1 we do not have new GCP images.
> > > > > >  Is that intended ?
> > > > > > 
> > > > > 
> > > > > I see 13.0-ALPHA3 GCE images:
> > > > > 
> > > > > NAME                       PROJECT                FAMILY        DEPRECATED  STATUS
> > > > > freebsd-13-0-alpha3-amd64  freebsd-org-cloud-dev  freebsd-13-0              READY
> > > > 
> > > >  Ah sorry, no idea how I missed it.
> > > >  Anyhow when I try to use it in cirrus-ci I have :
> > > > Failed to start an instance: INVALID_ARGUMENT: Not Found
> > > > 
> > > >  Tested with the full name freebsd-13-0-alpha3-amd64 and the small name
> > > > freebsd-13-0. Any tips on that ?
> > > > 
> > > 
> > > Hmm, I am not sure.  I do not see any errors (i.e., from installing
> > > ports or the like) in the log.
> > > 
> > > > > >  Also there is no 14.0 snapshot while there was some new 11/12 images
> > > > > > and no 13-ALPHA3 too it seems.
> > > > > 
> > > > > Right.  We likely will not have 14-CURRENT builds until releng/13.0 is
> > > > > branched.  13.0-ALPHA3 was built a day later so it is ready for Friday,
> > > > > the same as is done for BETA* and RC* builds.
> > > > 
> > > >  Ok, I indeed see some alpha3 images on the ftp but I don't see any for
> > > > armv7 or aarch64, was there any problems ?
> > > > 
> > > 
> > > Yes, all arm builds failed because of a problem in the ports tree.
> > > 
> > > -------------------------- begin quoted text ---------------------------
> > > Installing gettext-tools-0.21...
> > > ===>   p5-Locale-gettext-1.07 depends on executable: msgfmt - found
> > > ===>   Returning to build of p5-Locale-gettext-1.07
> > > ===>   p5-Locale-gettext-1.07 depends on package: perl5>=5.32.r0<5.33 - found
> > > ===>   p5-Locale-gettext-1.07 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
> > > ===>  Configuring for p5-Locale-gettext-1.07
> > > env: /usr/local/bin/perl5.32.1: No such file or directory
> > > *** Error code 127
> > > --------------------------- end quoted text ----------------------------
> > > 
> > > Glen
> > > 
> > 
> >  Mhm ok, is there a place where we can see those errors or at least be
> > aware of them ?
> > 
> 
> Not exactly.  I am happy to make the logs public on an as-needed basis,
> but they contain environment information that potentially contains
> sensitive data (i.e., API keys and such).  When there is a specific
> cause to a failure, I do ping those involved in the cause (i.e., a port
> build failure, or a userland/kernel failure).
> 
> In this case, the error is uninteresting.  The failure is exactly as
> what is included above.  The odd thing though, is
> /usr/local/bin/perl5.32.0 is installed in the chroot(8), not
> /usr/local/bin/perl5.32.1, but I have not yet had luck tracking down
> exactly why.
> 
> Glen
> 

 Could it be a latest vs quarterly problem ?
 head have 5.32.1 and 2021Q1 was only updated on 25th of January to
this version.
 When was the build started ?

 Also could we have some retry when such failure happens ? (this is
especially important in those alpha/beta/rc phase).

 Cheers,

-- 
Emmanuel Vadot <manu at bidouilliste.com>


More information about the dev-commits-src-all mailing list