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

Builder curl-unthreaded-solaris10-i386 Build #15966

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf0de14168a4d1c3a4ed43a04af92c5755c84b9fc
Got Revisionf0de14168a4d1c3a4ed43a04af92c5755c84b9fc
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 7 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15966 Build
codebase Build
got_revision f0de14168a4d1c3a4ed43a04af92c5755c84b9fc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f0de14168a4d1c3a4ed43a04af92c5755c84b9fc 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. Viktor Szakats

Timing:

StartMon Nov 17 12:30:38 2025
EndMon Nov 17 12:42:48 2025
Elapsed12 mins, 9 secs

All Changes:

:

  1. Change #249055

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Nov 2025 12:16:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2460e2cb5a017e7e441d5e968b94d9c3e2ba9d1

    Comments

    RELEASE-NOTES: update upcoming removals
    Also add a missed commit (noticed by accident)
    
    Closes #19558

    Changed files

    • RELEASE-NOTES
  2. Change #249056

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Nov 2025 12:16:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f0de14168a4d1c3a4ed43a04af92c5755c84b9fc

    Comments

    cf-socket: limit use of `TCP_KEEP*` to Windows 10.0.16299+ at runtime
    Before this patch `TCP_KEEP*` socket options were unconditionally used
    if the build-time SDK supported them. This caused curl logging errors
    (or trace messages since #19527) on Windows versions missing support
    for them. After this patch, use them only when the runtime environment
    supports it and fall back to the alternate method (`SIO_KEEPALIVE_VALS`)
    dynamically.
    
    Also:
    - log a trace message when using the Win10 method.
    - document which SDK versions offer `TCP_KEEP*` macros.
    
    Ref: https://learn.microsoft.com/windows/win32/winsock/ipproto-tcp-socket-options
    Ref: https://learn.microsoft.com/windows/win32/winsock/sio-keepalive-vals
    
    Reported-by: Aleksandr Sergeev
    Fixes #19520
    Follow-up to dc34498d18d3303d67364423b4aa0daab4afb3ba #19527
    Closes #19559

    Changed files

    • lib/cf-socket.c