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

Builder curl-threaded-solaris10-i386 Build #4359

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4359 Build
codebase Build
got_revision 0838297ad185a75de3d9a1f81f2a0f52e7d063ef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0838297ad185a75de3d9a1f81f2a0f52e7d063ef Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Apr 21 01:52:24 2026
EndTue Apr 21 11:36:46 2026
Elapsed9 hrs, 44 mins, 21 secs

All Changes:

:

  1. Change #265052

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Apr 2026 16:29:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70a159527c4e0312c556e1e42bc0c98626f276fb

    Comments

    build: link `bcrypt.lib` via vcxproj files
    And drop pragma from `rand.c`.
    
    Closes #21386

    Changed files

    • lib/rand.c
    • projects/Windows/tmpl/curl.vcxproj
    • projects/Windows/tmpl/libcurl.vcxproj
  2. Change #265066

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Apr 2026 23:47:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 809dda3a37363160d4bf5ea2dafa0bcb8188a3f0

    Comments

    Happy Eyeballs: add resolution time delay
    HEv3 describes conditions on when first connect attempts shall be
    started.
    https://www.ietf.org/archive/id/draft-ietf-happy-happyeyeballs-v3-01.html
    Chapter 4.2
    
    libcurl now waits 50ms for AAAA and HTTPS results (when requested) to
    return before continuing with the connect.
    
    Added HTTPS-RR to the "was resolved" information info message. Changed
    logging of HTTPS-RR to a one-liner with RFC 9460 like formatting. This
    way the user can see if/what was resolved and used in connecting.
    
    Closes #21354

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/hostip.c
    • lib/hostip.h
    • lib/httpsrr.c
    • lib/httpsrr.h
  3. Change #265067

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Apr 2026 23:48:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0838297ad185a75de3d9a1f81f2a0f52e7d063ef

    Comments

    lib: minor comment typos
    Closes #21388

    Changed files

    • lib/vtls/vtls_scache.h
    • lib/ws.c