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

Builder curl-unthreaded-solaris11-i386 Build #4645

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 1 mins, 29 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 55 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 4645 Build
codebase Build
got_revision 4b4637a445f6338992e967db301f62cd7c7e2937 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4b4637a445f6338992e967db301f62cd7c7e2937 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:

StartFri Feb 20 16:45:16 2026
EndFri Feb 20 18:54:44 2026
Elapsed2 hrs, 9 mins, 28 secs

All Changes:

:

  1. Change #258350

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Feb 2026 16:32:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd82205bb2ecd6efe489fef1815348d0bcb033f1

    Comments

    memdebug: include `backtrace.h` as system header
    Closes #20642

    Changed files

    • lib/memdebug.c
  2. Change #258352

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Feb 2026 16:32:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1eb79cf54bbf4ce90d0c138a97aa535ec2f1b5b8

    Comments

    cmake: include `curl/curl.h` as system header in integration tests
    Follow-up to fb70812437ad28b74dbdc1031e46c1d86bc9db3c #16126
    
    Closes #20651

    Changed files

    • tests/cmake/test.c
  3. Change #258354

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Feb 2026 16:32:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b4637a445f6338992e967db301f62cd7c7e2937

    Comments

    build: disable typecheck via the command-line instead of `curl_config.h`
    To make it apply to examples. This in turn makes analyzers run quicker
    and with fewer false positives.
    
    It's a special disable option, having its effect via `curl/curl.h`.
    
    Bug: https://github.com/curl/curl/pull/20649#issuecomment-3934885021
    Follow-up to 9e6f1c5efb7a70e1f33e467a738f3e3f652f3174 #19637
    
    Closes #20650

    Changed files

    • CMakeLists.txt
    • configure.ac
    • lib/curl_config-cmake.h.in
    • tests/test1165.pl