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

Builder curl-unthreaded-solaris11-i386 Build #4654

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 58 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-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4654 Build
codebase Build
got_revision 912aa7c8676701ff7358e5bf8b2a5c6ac0ac1c3b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 912aa7c8676701ff7358e5bf8b2a5c6ac0ac1c3b Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Feb 22 13:55:11 2026
EndSun Feb 22 16:11:07 2026
Elapsed2 hrs, 15 mins, 55 secs

All Changes:

:

  1. Change #258530

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 13:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e009beab89f88fa0fc347789b26e734e3febeabe

    Comments

    clang-tidy: add missing parentheses to debug macro arguments
    Follow-up to 139307865a32a1a229e7517946e979e19e2f42c0 #20647
    
    Closes #20674

    Changed files

    • lib/curl_setup.h
  2. Change #258531

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 13:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 912aa7c8676701ff7358e5bf8b2a5c6ac0ac1c3b

    Comments

    cmake: omit `curl.rc` from curltool lib
    It's unnecessary for static libs, and saves one build step when building
    tests on Windows.
    
    Closes #20671

    Changed files

    • src/CMakeLists.txt