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

Builder curl-unthreaded-solaris11-i386 Build #4547

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Jan 25 16:15:20 2026
EndSun Jan 25 19:03:26 2026
Elapsed2 hrs, 48 mins, 6 secs

All Changes:

:

  1. Change #256301

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 14:20:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4e5908306ad5febee88f7eae8ea3b0c41a6b7d84

    Comments

    build: constify `memchr()`/`strchr()`/etc result variables (cont.)
    Assisted-by: Rudi Heitbaum
    Fixes #20420
    Follow-up to 7dc60bdb90c710c2e36b2d05aa3686ff491a9bbe #20425
    Follow-up to 0e2507a3c65376d6bda860ff20bd94ada9bbb9fd #20421
    
    Closes #20428

    Changed files

    • lib/dict.c
    • lib/http_digest.c
    • src/tool_operhlp.c
    • src/tool_urlglob.c
    • src/tool_writeout.c
    • tests/libtest/lib1560.c
    • tests/server/sws.c
  2. Change #256305

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 25 Jan 2026 15:58:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d0dc6e2ec059bf306f32e7a49e9ff7425cd26fcd

    Comments

    tool: return code variable consistency
    - ParameterError variables are named 'err'
    - CURLcode variables are named 'result'
    
    For naming consistency across functions
    
    Closes #20426

    Changed files

    • src/tool_easysrc.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_setopt.c
    • src/tool_ssls.c
    • src/tool_urlglob.c