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

Builder curl-unthreaded-solaris11-i386 Build #3692

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8afb623bdd65b58876b1588f4280be00e5e84353
Got Revision8afb623bdd65b58876b1588f4280be00e5e84353
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 22 mins, 8 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 3692 Build
codebase Build
got_revision 8afb623bdd65b58876b1588f4280be00e5e84353 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8afb623bdd65b58876b1588f4280be00e5e84353 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. Daniel Stenberg
  2. Eshan Kelkar
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartTue Jul 8 14:05:56 2025
EndTue Jul 8 18:17:26 2025
Elapsed4 hrs, 11 mins, 29 secs

All Changes:

:

  1. Change #238703

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Jul 2025 11:07:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b270fec68dc66c7a3d37a283cc147ba3c6fa7297

    Comments

    quiche: fix missing include of url.h
    Reported-by: Karthik Dasari
    Fixes #17857
    Closes #17858

    Changed files

    • lib/vquic/curl_quiche.c
  2. Change #238713

    Category curl
    Changed by Eshan Kelkar <eshankelkarohnoyoudont@galorithm.com>
    Changed at Tue 08 Jul 2025 12:43:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ac8271d020848bca7da0976bd4eeb57a0bb4178e

    Comments

    libssh: fix readdir issues
    Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
    Closes #17856

    Changed files

    • lib/vssh/libssh.c
  3. Change #238718

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Jul 2025 13:01:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6654e770cef13a0ae98ac0d74ad8cdeba10c7d48

    Comments

    KNOWN_BUGS: 10.2 Does not acknowledge getaddrinfo sorting policy
    Closes #16718
    Closes #17861

    Changed files

    • docs/KNOWN_BUGS
  4. Change #238719

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Jul 2025 13:06:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa0ed1fe4f7de6519dfc5519728e3710bfe077fc

    Comments

    examples: beef up websocket.c
    Make `docs/examples/websocket.c more complete by showing how to handle
    CURLE_AGAIN return codes and incomplete sends.
    
    Reported-by: Markus Unterwaditzer
    Fixes #13288
    Closes #17860

    Changed files

    • docs/examples/websocket.c
  5. Change #238721

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Jul 2025 13:33:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8afb623bdd65b58876b1588f4280be00e5e84353

    Comments

    windows: drop redundant `curl_wcsdup_callback` callback
    This callback was permanently mapped to libcurl's internal
    `Curl_wcsdup()`, which always uses the customizable malloc for
    allocation, thus making a custom mapping redundant anyway.
    
    To simplify, drop the callback and map `_tcsdup()` in Unicode mode
    directly to `Curl_wcsdup()`.
    
    Also fixes:
    - `curl_global_init()` which, before this patch, (re)initialized its
      mapping to `_wcsdup()`, returning buffers potentially incompatible
      with a custom allocator.
      Bug: https://github.com/curl/curl/pull/17840#issuecomment-3044361245
      Bug: https://github.com/curl/curl/pull/7540#issuecomment-2380995349
      Co-reported-by: Luca Kellermann
    
    Follow-up to 76e047fc27b3a0b9e6d6d00cacf536e7b7c1b532 #7540
    Assisted-by: Jay Satiro
    
    Closes #17843

    Changed files

    • lib/curl_memory.h
    • lib/curl_sspi.c
    • lib/easy.c
    • lib/setup-win32.h
    • lib/vauth/vauth.c
    • lib/vtls/schannel.c
    • tests/libtest/memptr.c
    • tests/server/memptr.c