Re: Failed: apache/httpd#484 (2.4.42 - 5ad7f90)

2020-03-20 Thread Joe Orton
On Thu, Mar 19, 2020 at 04:27:06PM +, Joe Orton wrote:
> On Thu, Mar 19, 2020 at 08:32:25AM -0700, Mike Rumph wrote:
> > Build #484 fails on test #484.13, Linux Ubuntu, Regenerate ap_expr
> > +./buildconf --with-apr=/usr/bin/apr-1-config --with-regen-expr
> > unknown option  --with-regen-expr
> > The command "./test/travis run_${TRAVIS_OS_NAME}.sh" exited with 1.
> 
> It's something screwy with the conditional on the test, which should not 
> run for 2.4.x and is described as:
> 
> - if: branch != 2.4.x
>   name: Linux Ubuntu, Regenerate ap_expr
> 
> but this build is special because it's a tag.  Could adjust those tests 
> to be "if: branch = master" but then that's wrong when we branch 2.5.x.  
> Not obvious how to fix it right now.
> 
> Anyway, ignore the failure, everything else passed and it's good ;)

Urghh, apologies for the commit/build spam while I try to fix this.

I think the right way is probably:

   if: (branch IS present AND branch != 2.4.x) OR (tag IS present AND tag !~ 
/^2.4)

and

   if: (branch IS present AND branch = 2.4.x) OR (tag IS present AND tag =~ 
/^2.4)

but I did it the simpler match-against-trunk away.  And of course it 
should be "trunk" not "master" so r1875469 is also wrong but it's not 
giving false negatives for 2.4.x.




Re: Failed: apache/httpd#484 (2.4.42 - 5ad7f90)

2020-03-19 Thread Joe Orton
On Thu, Mar 19, 2020 at 08:32:25AM -0700, Mike Rumph wrote:
> Build #484 fails on test #484.13, Linux Ubuntu, Regenerate ap_expr
> +./buildconf --with-apr=/usr/bin/apr-1-config --with-regen-expr
> unknown option  --with-regen-expr
> The command "./test/travis run_${TRAVIS_OS_NAME}.sh" exited with 1.

It's something screwy with the conditional on the test, which should not 
run for 2.4.x and is described as:

- if: branch != 2.4.x
  name: Linux Ubuntu, Regenerate ap_expr

but this build is special because it's a tag.  Could adjust those tests 
to be "if: branch = master" but then that's wrong when we branch 2.5.x.  
Not obvious how to fix it right now.

Anyway, ignore the failure, everything else passed and it's good ;)



Re: Failed: apache/httpd#484 (2.4.42 - 5ad7f90)

2020-03-19 Thread Mike Rumph
Build #484 fails on test #484.13, Linux Ubuntu, Regenerate ap_expr
+./buildconf --with-apr=/usr/bin/apr-1-config --with-regen-expr
unknown option  --with-regen-expr
The command "./test/travis run_${TRAVIS_OS_NAME}.sh" exited with 1.

On Thu, Mar 19, 2020 at 8:12 AM Travis CI  wrote:

> apache
>
> /
>
> httpd
>
> 
>
> [image: branch icon]2.4.42 
> [image: build has failed]
> Build #484 failed
> 
> [image: arrow to build time]
> [image: clock icon]9 mins and 41 secs
>
> [image: Daniel Ruggeri avatar]Daniel Ruggeri
> 5ad7f90 CHANGESET → 
>
> Tag HEAD of 2.4.x as 2.4.42
>
> git-svn-id:
> https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.42@1875426
> 13f79535-47bb-0310-9956-ffa450edef68
>
> 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 
>
> [image: book icon]
>
> Documentation  about Travis CI
> Have any questions? We're here to help. 
> Unsubscribe
> 
> from build emails from the apache/httpd repository.
> To unsubscribe from *all* build emails, please update your settings
> .
>
> [image: black and white travis ci logo] 
>
> Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy
> Jacops | Contact: cont...@travis-ci.com | Amtsgericht Charlottenburg,
> Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz:
> DE282002648
>