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

Builder curl-unthreaded-solaris11-i386 Build #3783

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 2 mins, 3 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 3783 Build
codebase Build
got_revision d01d2ec9f1039e94f8d6bbfd216fae4d9bde9ba6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d01d2ec9f1039e94f8d6bbfd216fae4d9bde9ba6 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. Viktor Szakats

Timing:

StartSat Aug 2 03:07:18 2025
EndSat Aug 2 06:16:02 2025
Elapsed3 hrs, 8 mins, 44 secs

All Changes:

:

  1. Change #241670

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 02 Aug 2025 00:05:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d01d2ec9f1039e94f8d6bbfd216fae4d9bde9ba6

    Comments

    docs: add CURLOPT type change history, drop casts where present
    Some CURLOPT constants defined in the curl public headers were initially
    enums (= ints), or macros with bare numeric values. Recent curl releases
    upgraded them to `long` constants, to make them pass correctly to
    `curl_easy_setop()` by default, i.e. without requiring a `(long)` cast.
    
    This patch drops such casts from the examples embedded in the docs. At
    the same time it documents which curl release made them `long` types,
    to keep them useful when working with previous libcurl versions.
    
    Also:
    - drop a `(long)` cast that was never necessary.
    - CURLOPT_ALTSVC_CTRL.md: bump local copy of macros to long.
    - test1119: make it ignore symbols ending with an underscore, to skip
      wildcard, e.g. `**CURLAUTH_***`.
    
    Closes #18130

    Changed files

    • .github/scripts/spellcheck.words
    • docs/libcurl/opts/CURLINFO_CONDITION_UNMET.md
    • docs/libcurl/opts/CURLOPT_ALTSVC.md
    • docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md
    • docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md
    • docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md
    • docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md
    • docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md
    • docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.md
    • docs/libcurl/opts/CURLOPT_HEADEROPT.md
    • docs/libcurl/opts/CURLOPT_HSTS_CTRL.md
    • docs/libcurl/opts/CURLOPT_HTTPAUTH.md
    • docs/libcurl/opts/CURLOPT_HTTP_VERSION.md
    • docs/libcurl/opts/CURLOPT_IPRESOLVE.md
    • docs/libcurl/opts/CURLOPT_MIME_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_NETRC.md
    • docs/libcurl/opts/CURLOPT_NETRC_FILE.md
    • docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md
    • docs/libcurl/opts/CURLOPT_POSTREDIR.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_PROXYAUTH.md
    • docs/libcurl/opts/CURLOPT_PROXYTYPE.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md
    • docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md
    • docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md
    • docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.md
    • docs/libcurl/opts/CURLOPT_SSLVERSION.md
    • docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_TIMECONDITION.md
    • docs/libcurl/opts/CURLOPT_TIMEVALUE.md
    • docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md
    • docs/libcurl/opts/CURLOPT_USE_SSL.md
    • docs/libcurl/opts/CURLOPT_WS_OPTIONS.md
    • tests/test1119.pl