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

Builder curl-ares-solaris11-i386 Build #3603

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 16 02:08:38 2025
EndMon Jun 16 05:48:54 2025
Elapsed3 hrs, 40 mins, 16 secs

All Changes:

:

  1. Change #236724

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Jun 2025 01:27:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fffec3d7e90b032a03eee2192e68f8baf913b3b4

    Comments

    tests/server: drop memdebug option
    I added it just in case when removing enabled-by-default memdebug
    from test servers. Apparently it broke after recent changes. It's
    probably not a widely used feature and does not seem to be worth fixing.
    It creates odd dependencies as the error message indicates:
    
    ```
    [28/54] Building C object tests/server/CMakeFiles/servers.dir/__/__/lib/memdebug.c.obj
    FAILED: tests/server/CMakeFiles/servers.dir/__/__/lib/memdebug.c.obj
    [...]
    lib/memdebug.c: In function 'curl_dbg_log':
    lib/memdebug.c:465:12: error: implicit declaration of function 'mvsnprintf'; did you mean 'vsnprintf'? [-Wimplicit-function-declaration]
      465 |   nchars = mvsnprintf(buf, sizeof(buf), format, ap);
          |            ^~~~~~~~~~
          |            vsnprintf
    lib/memdebug.c:465:12: warning: nested extern declaration of 'mvsnprintf' [-Wnested-externs]
    ```
    
    This patch is dropping these build options:
    - cmake: `ENABLE_SERVER_DEBUG`
    - autotools: `--enable-server-debug` / `--disable-server-debug`
    
    Follow-up to a16485a42ea5dabe6c327179a1678ad04d1c6b2f #16705
    
    Closes #17629

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/Makefile.inc
  2. Change #236732

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Jun 2025 01:49:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 34792307ffdf219e7528db6e91fd66a1ef829e44

    Comments

    build: drop unused variables in tests
    Follow-up to fffec3d7e90b032a03eee2192e68f8baf913b3b4 #17629
    Follow-up to ee066732963b7051a8d2fd56fa91a4ce0b444bd5 #17628

    Changed files

    • tests/libtest/Makefile.am
    • tests/server/CMakeLists.txt