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

Builder curl-unthreaded-solaris10-sparc Build #13859

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 46 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13859 Build
codebase Build
got_revision 412cd2577ac880be4fae78808e2a1d1c00da833e Git
osplatform SPARC 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartSun Mar 15 01:25:25 2026
EndSun Mar 15 07:12:25 2026
Elapsed5 hrs, 47 mins, 0 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