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

Builder curl-threaded-solaris11-i386 Build #4465

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 42 mins, 27 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-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4465 Build
codebase Build
got_revision 97a02fade635f823a46b9cfa5d4bd6608d245755 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 97a02fade635f823a46b9cfa5d4bd6608d245755 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Jan 8 22:36:15 2026
EndThu Jan 8 23:18:53 2026
Elapsed42 mins, 37 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