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

Builder curl-threaded-solaris10-i386 Build #4498

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' 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/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4498 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision f746780a1e548b4b93790b58d70c3b22fde5360d 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. Samuel Dainard
  3. alhudz

Timing:

StartThu Jun 25 10:30:41 2026
Elapsed1 hrs, 31 mins, 35 secs

All Changes:

:

  1. Change #272659

    Category curl
    Changed by Samuel Dainard <sdainardohnoyoudont@amazon.com>
    Changed at Thu 25 Jun 2026 08:37:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5232c1620897213db1781937c0bace0b7320474f

    Comments

    sws: allow connection-monitor to log all disconnects
    Remove the suppression of connmon after the first disconnect event. The
    connmon flag is set per-test via the 'connection-monitor' server command
    and should remain active for the lifetime of that test's connections to
    properly detect connection reuse failures.
    
    The suppression was introduced in 510fdad to work around a connection
    reuse regression that has since been resolved by the credentials
    refactoring in 8f71d0f. With the underlying issue fixed, restoring full
    disconnect logging strengthens tests like 338 to catch future
    regressions in connection reuse logic.
    
    Fixes #22158
    Closes #22159

    Changed files

    • tests/server/sws.c
  2. Change #272660

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Jun 2026 08:42:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c10a7aa2596136a744856d7d614f3d69384b7b05

    Comments

    RELEASE-NOTES: synced
    and bump curlver.h

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  3. Change #272663

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 25 Jun 2026 09:35:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f746780a1e548b4b93790b58d70c3b22fde5360d

    Comments

    mqtt: reject control bytes in the topic
    Closes #22112

    Changed files

    • lib/mqtt.c
    • tests/data/Makefile.am
    • tests/data/test2109