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

Builder curl-threaded-solaris11-sparc Build #5176

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision59e3b693f7b47858445cb140b8d786a52664ab83
Got Revision59e3b693f7b47858445cb140b8d786a52664ab83
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 4 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5176 Build
codebase Build
got_revision 59e3b693f7b47858445cb140b8d786a52664ab83 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 59e3b693f7b47858445cb140b8d786a52664ab83 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jan 21 15:36:28 2026
EndWed Jan 21 15:59:38 2026
Elapsed23 mins, 9 secs

All Changes:

:

  1. Change #255960

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 21 Jan 2026 15:25:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59e3b693f7b47858445cb140b8d786a52664ab83

    Comments

    windows: test non-verbose builds, fix fallouts
    - schannel: fix mixed-up declaration. (originally fenced infof for
      verbose, then changed to failf with the fence kept, then fence
      removed and variable marked as verbose, when in fact it's not, but
      not tested and caught in CI.
    - fix two other fallouts.
    - GHA/windows: disable verbose strings in a mingw job.
    - appveyor: disable verbose strings in an MSVC job.
    - appveyor: add way to pass any CMake option per-job.
    
    Cherry-picked from #20387
    Follow-up to 61093e2a819d26b7ddf309baef264b9e50c6c56f #20353
    
    Closes #20388

    Changed files

    • .github/workflows/windows.yml
    • appveyor.sh
    • appveyor.yml
    • lib/mqtt.c
    • lib/multi.c
    • lib/vtls/schannel.c