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

Builder curl-unthreaded-solaris10-i386 Build #16468

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision412cd2577ac880be4fae78808e2a1d1c00da833e
Got Revision412cd2577ac880be4fae78808e2a1d1c00da833e
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 55 mins, 50 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16468 Build
codebase Build
got_revision 412cd2577ac880be4fae78808e2a1d1c00da833e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 412cd2577ac880be4fae78808e2a1d1c00da833e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartSat Mar 14 23:25:19 2026
EndSun Mar 15 09:10:26 2026
Elapsed9 hrs, 45 mins, 6 secs

All Changes:

:

  1. Change #261059

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 14 Mar 2026 23:17:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 412cd2577ac880be4fae78808e2a1d1c00da833e

    Comments

    urldata: connection bit ipv6_ip is wrong
    Eliminate `conn->bits.ipv6_ip`
    
    The bit was only correct for the first transfer using a connection. Use
    `data->state.up.hostname` instead in places that need the URL hostname
    in its original form.
    
    Fix parseurlandfillconn() to not modify `data->state.up.hostname` before
    copying the connection's hostname, but modify the copy instead, leaving
    the URL hostname intact.
    
    Closes #20919

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • lib/openldap.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • tests/data/test2053