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

Builder curl-threaded-solaris11-sparc Build #6036

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionadb606eae752eaeea9a5fcea77fc46498e2ecf05
Got Revisionadb606eae752eaeea9a5fcea77fc46498e2ecf05
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 6036 Build
codebase Build
got_revision adb606eae752eaeea9a5fcea77fc46498e2ecf05 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision adb606eae752eaeea9a5fcea77fc46498e2ecf05 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 15 17:49:12 2026
EndMon Jun 15 18:40:02 2026
Elapsed50 mins, 49 secs

All Changes:

:

  1. Change #271167

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 16:57:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adb606eae752eaeea9a5fcea77fc46498e2ecf05

    Comments

    curl_formdata: fix to pass long where missing, document `CURLFORM_NAMELENGTH`
    - lib650: pass `long` to `CURLFORM_NAMELENGTH` in test.
      Spotted by Copilot.
      https://github.com/curl/curl/pull/22011#discussion_r3412407235
      Follow-up to 3620e569b312476f1e63b298106f942079b5afe8
    
    - lib650: drop an interim variable, and interim casts.
      Follow-up to 60776a0515c2a8f572902ad5bcc9f63eeaeafa84 #2747
    
    - curl_formdata.md: document `CURLFORM_NAMELENGTH` on man page.
    
    - curl_formdata.md: pass `long` to `CURLFORM_BUFFERLENGTH` on man page.
    
    - formdata: pass `long` to `CURLFORM_CONTENTSLENGTH` in comment.
    
    Closes #22017

    Changed files

    • docs/libcurl/curl_formadd.md
    • lib/formdata.c
    • tests/libtest/lib650.c