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

Builder curl-ares-solaris10-i386 Build #3538

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 57 mins, 10 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3538 Build
codebase Build
got_revision 454395ba1ecc5be74d982bb4778dc4123bbe0554 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 454395ba1ecc5be74d982bb4778dc4123bbe0554 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Eshan Kelkar
  3. Karthik Dasari
  4. Stefan Eissing
  5. Viktor Szakats

Timing:

StartTue Jul 8 21:31:04 2025
EndWed Jul 9 06:17:15 2025
Elapsed8 hrs, 46 mins, 11 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. Change #238728

    Category curl
    Changed by Karthik Dasari <92445174+devkdasohnoyoudont@users.noreply.github.com>
    Changed at Tue 08 Jul 2025 19:58:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 454395ba1ecc5be74d982bb4778dc4123bbe0554

    Comments

    curl_osslq: fix missing include of url.h
    Follow-up to 4ccf3a31f596b1055d9f128e45d0a647d59b6f53 #17783
    Follow-up to b270fec68dc66c7a3d37a283cc147ba3c6fa7297 #17858
    Ref: #17857
    Closes #17864

    Changed files

    • lib/vquic/curl_osslq.c