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

Builder curl-ares-solaris10-sparc Build #3493

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-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 mins, 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 59 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3493 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-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Mar 16 06:48:22 2026
EndTue Mar 17 01:16:22 2026
Elapsed18 hrs, 27 mins, 59 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