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

Builder curl-threaded-solaris10-sparc Build #3513

Results:

Exception git

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision412cd2577ac880be4fae78808e2a1d1c00da833e
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. err.text
    2. err.html
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3513 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 412cd2577ac880be4fae78808e2a1d1c00da833e Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Mar 14 23:25:18 2026
EndSun Mar 15 00:56:33 2026
Elapsed1 hrs, 31 mins, 14 secs

All Changes:

:

  1. Change #260972

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 13 Mar 2026 13:12:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb5af3a9c7ab1bc625425fe497d153b2e5c5667b

    Comments

    GHA: make typos ignore RELEASE-NOTES
    The file is almost entirely made up by first-lines of previous git
    commits, and we usually push it without a PR cycle, making it annoying
    to trigger on typos later as they then show in independent PRs by other
    people.
    
    Closes #20917

    Changed files

    • .github/scripts/typos.toml
  2. 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