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

Builder curl-unthreaded-solaris11-i386 Build #4482

Results:

Build successful

SourceStamp:

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

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 ...' ( 53 mins, 2 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 4482 Build
codebase Build
got_revision 8680a075898e3adaa014286eeed6aac202291f3b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8680a075898e3adaa014286eeed6aac202291f3b 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:

StartTue Jan 13 21:00:53 2026
EndTue Jan 13 23:59:09 2026
Elapsed2 hrs, 58 mins, 16 secs

All Changes:

:

  1. Change #255142

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 18:13:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60186cec78bc1c0a56448a42f761aaae8e13dffc

    Comments

    openldap: avoid forward declarations in ldaps code
    Follow-up to b85cb8cb4e143d1615d4fcc1ce8f2f7b66453995 #18485
    
    Closes #20293

    Changed files

    • lib/openldap.c
  2. Change #255143

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 18:13:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df246eeb8f4d062d773e93871f1a42640f23639e

    Comments

    url.h: fix `-Wdocumentation`
    Seen when testing `-Weverything`:
    ```
    lib/url.h:84:11: warning: parameter 'nowp' not found in the function declaration [-Wdocumentation]
       84 |  * @param nowp      NULL or pointer to time being checked against.
          |           ^~~~
    ```
    
    Follow-up to 2de22a00c7adb81b4e5cbc90785e29b4b083c1ed #19961
    
    Closes #20294

    Changed files

    • lib/url.h
  3. Change #255152

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 19:37:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8680a075898e3adaa014286eeed6aac202291f3b

    Comments

    examples: omit forward declarations, apply misc fixes
    - reorder functions to not need forward declarations.
    - sync `ephiperfifo.c` and `evhiperfifo.c`.
    - drop redundant casts for `calloc()` return value.
    - ephiperfifo: silence unused variable warning.
    - fix indent and apply clang-format more.
    
    Closes #20296

    Changed files

    • docs/examples/block_ip.c
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/multi-event.c