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

Builder curl-ares-solaris10-sparc Build #3414

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3414 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 85c841cb45e5fe99ed3420adfa9c556fb397aefb Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Jan 17 12:47:38 2026
Elapsed2 hrs, 10 mins, 48 secs

All Changes:

:

  1. Change #255437

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 17 Jan 2026 11:41:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b17ef873ae2151263667f4b6fb6abfe337e687dc

    Comments

    windows: bump minimum to Vista (from XP)
    After this patch curl requires targeting Vista or newer, and a toolchain
    with Vista support.
    
    Supported MSVC compilers (VS2010+) all support Vista:
    - VS2012+ target Win8 (or later) by default.
    - VS2010 targets Win7 by default.
    
    Supported mingw-w64 versions (v3+) all support Vista:
    - mingw-w64 v9+ target Win10 by default.
    - mingw-w64 v8 and older target Server 2003 (~XP) by default.
      After this patch it may be necessary to override the default Windows
      target version to Vista (or newer) via:
      autotools: `CPPFLAGS=-D_WIN32_WINNT=0x0600`
      cmake: `-DCURL_TARGET_WINDOWS_VERSION=0x0600`
    - mingw-w64 v6+ allow changing the default at toolchain build-time.
    
    Notes:
    - For non-MSVC, non-mingw-w64 toolchains, `if_nametoindex` needs to be
      allowlisted in `curl_setup.h`, if they do support it.
    
    Fixes #17985 (discussion)
    Closes #18009

    Changed files

    • .github/workflows/windows.yml
    • CMakeLists.txt
    • appveyor.sh
    • appveyor.yml
    • configure.ac
    • docs/DEPRECATE.md
    • docs/INSTALL.md
    • docs/INTERNALS.md
    • docs/examples/block_ip.c
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/config-win32.h
    • lib/curl_setup.h
    • lib/curl_threads.h
    • lib/curlx/timeval.c
    • lib/easy_lock.h
    • lib/ftp.c
    • lib/idn.c
    • lib/rand.c
    • lib/setup-win32.h
    • lib/sha256.c
    • lib/system_win32.c
    • lib/system_win32.h
    • lib/url.c
    • lib/vtls/schannel.c
    • projects/Windows/tmpl/curl.vcxproj
    • projects/Windows/tmpl/libcurl.vcxproj
  2. Change #255441

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 17 Jan 2026 11:45:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57ff2d6c918d0bb444e5a8a53405217aec116b1b

    Comments

    dns: flatten the include tree
    Closes #20106

    Changed files

    • lib/amigaos.c
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/doh.c
    • lib/doh.h
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c
    • tests/unit/unit1305.c
    • tests/unit/unit1608.c
    • tests/unit/unit1658.c
  3. Change #255442

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 17 Jan 2026 11:46:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85c841cb45e5fe99ed3420adfa9c556fb397aefb

    Comments

    msvc: drop exception, make `BIT()` a bitfield with Visual Studio
    Add casts to `bool`, or use `bit` type in local variables, where
    neccessary to avoid MSVC compiler warnings C4242.
    
    Note: There may remain places needing the above updates, where not
    tested in CI, and missed in manual review.
    
    Also:
    - urldata: convert struct field `connect_only` to bitfield to match its
      counterpart in another struct.
    - rename curl-specific `bit` type to `curl_bit`.
    
    Closes #20142

    Changed files

    • lib/asyn-thrdd.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/connect.c
    • lib/cookie.c
    • lib/cshutdn.c
    • lib/curl_sasl.c
    • lib/curl_setup_once.h
    • lib/cw-out.c
    • lib/ftp.c
    • lib/http.c
    • lib/http2.c
    • lib/http_chunks.c
    • lib/http_proxy.c
    • lib/imap.c
    • lib/mime.c
    • lib/multi.c
    • lib/pop3.c
    • lib/ratelimit.c
    • lib/sendf.c
    • lib/smtp.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.c
    • lib/ws.c
    • src/tool_cb_wrt.c
    • src/tool_operate.c