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

Builder curl-ares-solaris11-i386 Build #4938

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Apr 16 12:31:36 2026
EndThu Apr 16 14:39:19 2026
Elapsed2 hrs, 7 mins, 42 secs

All Changes:

:

  1. Change #264645

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 10:35:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e450cb80a476b5f96e9c9da67e21ffebcc4b375

    Comments

    libssh2: allocate libssh2-friendly memory in kbd_callback
    The function libssh2_userauth_keyboard_interactive_ex() calls the
    callback and is documented to call free() on the memory returned to
    libssh2 from the callback. libcurl can therefore not use the regular
    curlx_strdup() for this, as that is not compatible in debug builds or
    when curl_global_init_mem() is used.
    
    Fixes #21336
    Closes #21338

    Changed files

    • lib/vssh/libssh2.c
  2. Change #264653

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 11:38:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce7174555dec4d077e9e905a47bffcd703175553

    Comments

    build: adjust/add casts to fix `-Wformat-signedness`
    Also adjust a mask in `mqttd.c`.
    
    Follow-up to 548c16a824017c49ee14dfb039ddc367fc37838d #21335
    Cherry-picked from #20848
    
    Closes #21339

    Changed files

    • lib/socks.c
    • tests/server/mqttd.c
    • tests/server/sockfilt.c