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

Builder curl-threaded-solaris10-i386 Build #4275

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 56 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4275 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-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Mar 14 23:25:16 2026
EndSun Mar 15 04:14:22 2026
Elapsed4 hrs, 49 mins, 6 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