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

Builder curl-unthreaded-solaris10-i386 Build #15810

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision952c929bdf70645ee263c45a19518ae976a0292d
Got Revision952c929bdf70645ee263c45a19518ae976a0292d
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Jul 30 02:43:59 2025
EndWed Jul 30 12:11:32 2025
Elapsed9 hrs, 27 mins, 32 secs

All Changes:

:

  1. Change #241167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 29 Jul 2025 16:15:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2ccfbf2fbdf1c22abf6c43882d1d5b84ab88bbf

    Comments

    tool_operate: simplify single_transfer
    - let the caller do the cleanup on fail
    - avoid gotos and use direct returns more
    - use while() loop
    
    Closes #18077

    Changed files

    • src/tool_cfgable.h
    • src/tool_operate.c
    • src/tool_operhlp.c
  2. Change #241168

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 29 Jul 2025 16:18:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc27bb07a8e6e7717175026a8ccaf1ff52e40274

    Comments

    config2setopts: set more options unconditionally
    This function would set some options to NULL and some not. This change
    now more consistently set the value, even if NULL/0/default.
    
    Also removes the 'new in [version]' comments as they were not
    consistently used and as they have moved around probably aren't correct
    anymore.
    
    Closes #18078

    Changed files

    • src/config2setopts.c
  3. Change #241183

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 29 Jul 2025 22:31:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a27fcf22f8225af4c263ae3a2d609ec1c523e02

    Comments

    GHA/windows: enable HTTP/3 in an MSYS2 mingw-w64 OpenSSL job
    Closes #18087

    Changed files

    • .github/workflows/windows.yml
  4. Change #241184

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 29 Jul 2025 22:35:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 952c929bdf70645ee263c45a19518ae976a0292d

    Comments

    schannel: drop old-mingw special case
    mingw-w64 always defines `CERT_CHAIN_REVOCATION_CHECK_CHAIN`.
    
    Also confirmed in CI.
    
    Follow-up to 38029101e2d78ba125732b3bab6ec267b80a0e72 #11625
    Ref: a28f5f68b965119d9dd1ab6c2a2ccc66c6ed5d1f #18010
    Closes #18084

    Changed files

    • lib/vtls/schannel_int.h