Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris10-i386 Build #4485

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9a012386b818da9530953da1967e6d01cc39e479
Got Revision9a012386b818da9530953da1967e6d01cc39e479
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4485 Build
codebase Build
got_revision 9a012386b818da9530953da1967e6d01cc39e479 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9a012386b818da9530953da1967e6d01cc39e479 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. renovate[bot]

Timing:

StartFri Sep 4 07:55:40 2026
EndFri Sep 4 07:59:30 2026
Elapsed3 mins, 50 secs

All Changes:

:

  1. Change #280679

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 04 Sep 2026 08:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2956af6c7451029fb12c12f8166dff211f930d52

    Comments

    HTTP-CONNECT: do not react to 401 responses
    When a proxy answers with a 401 on a CONNECT, ignore Authentication
    headers and fail the connect.
    
    Add test2173 to verify.
    
    Closes #22817

    Changed files

    • lib/cf-h1-proxy.c
    • lib/http_proxy.c
    • tests/data/Makefile.am
    • tests/data/test2173
  2. Change #280680

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 04 Sep 2026 08:50:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 970f47328b4ad993331e49c5e29f91d65ac364b2

    Comments

    GHA: update dependency google/boringssl to v0.20260903.0
    Closes #22820

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #280681

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 04 Sep 2026 09:30:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9a012386b818da9530953da1967e6d01cc39e479

    Comments

    connect: fix for first ms connection shutdown
    When a connection needed to start shutdown in the first millisecond
    since its creation, the changed `start_ms` indicator did not change.
    
    Initialize `start_ms` with -1 so that 0ms are treated as a shutdown
    start.
    
    Closes #22821

    Changed files

    • lib/cfilters.c
    • lib/connect.c
    • lib/url.c
    • tests/unit/unit2606.c