Mailing List Archive

Broken: apache/httpd#2037 (trunk - fa7f375)
Build Update for apache/httpd
-------------------------------------

Build: #2037
Status: Broken

Duration: 3 mins and 24 secs
Commit: fa7f375 (trunk)
Author: Yann Ylavic
Message: mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.

To accommodate for configs like:
ProxyPass /uwsgi-pp uwsgi://localhost:8001/
which before r1892805 did not produce a leading double-slash in PATH_INFO.

Submitted by: rpluem



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894074 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/compare/2baea6bf86a3...fa7f3753066c

View the full build log and details: https://app.travis-ci.com/github/apache/httpd/builds/239483484?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: Broken: apache/httpd#2037 (trunk - fa7f375) [ In reply to ]
On Sat, Oct 9, 2021 at 5:47 PM Travis CI <builds@travis-ci.com> wrote:
>
> Build #2037 was broken

Somehow Travis picked up the wrong Ubuntu version??
All the Ubuntu Focal builds with system's APR failed with:

"""
Build system information
Build language: c
Build dist: focal <== what we asked
Build id: 239483484
Job id: 542297167
Runtime kernel version: 4.15.0-1098-gcp
travis-build version: 267382cc
Build image provisioning date and time
Sat Oct 9 13:37:27 UTC 2021
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 16.04.7 LTS
Release: 16.04
Codename: xenial <== what we got
[...]
./buildconf --with-apr=/usr/bin/apr-1-config
testing apr-config executable: /usr/bin/apr-1-config
using apr-config version 1.5.2
[...]
checking for APR... configure: WARNING: APR version 1.6.0 or later is
required, found 1.5.2
configure: WARNING: Found APR in /usr/bin/apr-1-config, but we think
it is considered unacceptable
[...]
Done. Your build exited with 1.
"""
Re: Broken: apache/httpd#2037 (trunk - fa7f375) [ In reply to ]
On Sat, Oct 09, 2021 at 06:06:32PM +0200, Yann Ylavic wrote:
> On Sat, Oct 9, 2021 at 5:47 PM Travis CI <builds@travis-ci.com> wrote:
> >
> > Build #2037 was broken
>
> Somehow Travis picked up the wrong Ubuntu version??
> All the Ubuntu Focal builds with system's APR failed with:

Odd one, I haven't seen this before. Looks like it must be a Travis
issue, I have e-mailed their support@ address.

Regards, Joe
Re: Broken: apache/httpd#2037 (trunk - fa7f375) [ In reply to ]
On Mon, Oct 11, 2021 at 11:03:47AM +0100, Joe Orton wrote:
> On Sat, Oct 09, 2021 at 06:06:32PM +0200, Yann Ylavic wrote:
> > On Sat, Oct 9, 2021 at 5:47 PM Travis CI <builds@travis-ci.com> wrote:
> > >
> > > Build #2037 was broken
> >
> > Somehow Travis picked up the wrong Ubuntu version??
> > All the Ubuntu Focal builds with system's APR failed with:
>
> Odd one, I haven't seen this before. Looks like it must be a Travis
> issue, I have e-mailed their support@ address.

They said it was a known issue the fixed over the weekend, so we should
be good now.