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

Builder curl-threaded-solaris10-i386 Build #3621

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 57 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 49 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 3621 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-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 Jul 29 23:19:36 2025
EndWed Jul 30 08:52:25 2025
Elapsed9 hrs, 32 mins, 48 secs

All Changes:

:

  1. Change #241153

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 29 Jul 2025 15:02:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6b70e8a838ae99d3e3fd1e828c4e96c63b894833

    Comments

    pytest: use dante-server in CI
    - add startup check for 'danted' to avoid fails on low cpu
    - rename 'sockd' to 'danted' everywhere to clarify what we use
    - add proper defaults for 'danted' for debian
    - install 'dante-server' in pytest ci runs
    
    Closes #18075

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • docs/internals/SCORECARD.md
    • docs/tests/HTTP.md
    • tests/http/CMakeLists.txt
    • tests/http/config.ini.in
    • tests/http/test_40_socks.py
    • tests/http/testenv/dante.py
    • tests/http/testenv/env.py
  2. 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
  3. 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
  4. 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
  5. 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