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

Builder curl-ares-solaris11-sparc Build #5080

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision97a02fade635f823a46b9cfa5d4bd6608d245755
Got Revision97a02fade635f823a46b9cfa5d4bd6608d245755
Changes3 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 59 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5080 Build
codebase Build
got_revision 97a02fade635f823a46b9cfa5d4bd6608d245755 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 97a02fade635f823a46b9cfa5d4bd6608d245755 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Jan 8 22:36:13 2026
EndThu Jan 8 22:59:19 2026
Elapsed23 mins, 5 secs

All Changes:

:

  1. Change #254573

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:31:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2aba8f613c70252e0ed9fb7bd951f3286836b836

    Comments

    urldata.h: remove two forward-declared structs not used
    Closes #20206

    Changed files

    • lib/urldata.h
  2. Change #254574

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:33:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a25cf3d7cfdfc0b811738f50c9f0a5c446f1ac5

    Comments

    tool_operate: remove 'else' for VMS
    It seems malplaced as it then avoids the following logic when invoked
    from a VMS shell and that seems unlikely to be desired.
    
    Based on code review. I have no system to try this on.
    
    Follow-up to f1261bcdd7f
    Closes #20221

    Changed files

    • src/tool_operate.c
  3. Change #254575

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97a02fade635f823a46b9cfa5d4bd6608d245755

    Comments

    curl: rename a struct OutStruct field to 'regular_file'
    From 's_isreg'. It explains better in plain English what it is for.
    
    Closes #20222

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_cb_wrt.c
    • src/tool_operate.c
    • src/tool_sdecls.h