Mailing List Archive

Failed: apache/httpd#1856 (candidate-2.4.49 - cd5b61d)
Build Update for apache/httpd
-------------------------------------

Build: #1856
Status: Failed

Duration: 24 mins and 12 secs
Commit: cd5b61d (candidate-2.4.49)
Author: Stefan Eissing
Message: release candidate 2.4.49

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892807 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/commit/cd5b61dc60c4

View the full build log and details: https://app.travis-ci.com/github/apache/httpd/builds/236795061?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
Re: Failed: apache/httpd#1856 (candidate-2.4.49 - cd5b61d) [ In reply to ]
Not sure what to make of this. I think testing a release candidate is fine, but
I do not really see what was wrong.

Maybe tomorrow, I see it...

- Stefan

> Am 02.09.2021 um 18:12 schrieb Travis CI <builds@travis-ci.com>:
>
> apache / httpd
> candidate-2.4.49
> Build #1856 failed24 mins and 12 secs
> Stefan Eissingcd5b61d CHANGESET ?
> release candidate 2.4.49
>
> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892807 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
> 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.
>
> Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: contact@travis-ci.com | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
Re: Failed: apache/httpd#1856 (candidate-2.4.49 - cd5b61d) [ In reply to ]
I think there are some jobs that are excluded if not "2.4.x", so it's
doing some trunk-only stuff.

On Thu, Sep 2, 2021 at 1:37 PM stefan@eissing.org <stefan@eissing.org> wrote:
>
> Not sure what to make of this. I think testing a release candidate is fine, but
> I do not really see what was wrong.
>
> Maybe tomorrow, I see it...
>
> - Stefan
>
> > Am 02.09.2021 um 18:12 schrieb Travis CI <builds@travis-ci.com>:
> >
> > apache / httpd
> > candidate-2.4.49
> > Build #1856 failed24 mins and 12 secs
> > Stefan Eissingcd5b61d CHANGESET ?
> > release candidate 2.4.49
> >
> > git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892807 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
> > 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.
> >
> > Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy Jacops | Contact: contact@travis-ci.com | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648
>


--
Eric Covener
covener@gmail.com
Re: Failed: apache/httpd#1856 (candidate-2.4.49 - cd5b61d) [ In reply to ]
On Thu, Sep 02, 2021 at 01:38:55PM -0400, Eric Covener wrote:
> I think there are some jobs that are excluded if not "2.4.x", so it's
> doing some trunk-only stuff.

Yup, we need to adjust the conditions. I did r1892841 but this is
wrong, it needs to catch branches, gimme a minute while a burn a few
thousand hours of CPU time testing this...
Re: Failed: apache/httpd#1856 (candidate-2.4.49 - cd5b61d) [ In reply to ]
I think this is fixed with both r1892841, r1892845 merged but I am still
slightly unsure about when things appear as "tags" in Travis and when as
"branches", so it might need further tweaks.

Regards, Joe