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

Builder curl-threaded-solaris10-sparc Build #3515

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 4 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 59 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3515 Build
codebase Build
got_revision 32531f20f9f8f76e351ae317ad47b97bef82acc0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 32531f20f9f8f76e351ae317ad47b97bef82acc0 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:

StartMon Mar 16 06:48:21 2026
EndMon Mar 16 19:15:00 2026
Elapsed12 hrs, 26 mins, 39 secs

All Changes:

:

  1. Change #261081

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 15 Mar 2026 12:48:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f50446f6da461d5404eed556d62b48ed151568fe

    Comments

    lib: keepon improving
    Improve the name, type and handling of `data->req.keepon`:
    
    - Rename `keepon` to `io_flags`
    - make `io_flags` and `uint8_t` and reposition in struct
    - Rename `KEEP_*` defines to `REQ_IO_*`, move to request.h
    - Replace all direct bit tests to `CURL_REQ_WANT_*` use
    - Replace all direct bit manipulations with new macros
    
    Closes #20905

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http2.c
    • lib/multi.c
    • lib/pop3.c
    • lib/request.c
    • lib/request.h
    • lib/transfer.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • lib/ws.c
  2. Change #261128

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 00:20:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32531f20f9f8f76e351ae317ad47b97bef82acc0

    Comments

    doh: fix memory-leak when doing a second DoH resolve
    Reported-by: James Fuller
    Closes #20929

    Changed files

    • lib/doh.c