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

Builder curl-unthreaded-solaris11-i386 Build #4618

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartWed Feb 11 14:34:52 2026
EndWed Feb 11 16:57:53 2026
Elapsed2 hrs, 23 mins, 0 secs

All Changes:

:

  1. Change #257447

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Feb 2026 14:26:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c05cd2a10e4b97093273e170d6086446aa4d1bac

    Comments

    curl_setup.h: merge back single-use internal header `curl_setup_once.h`
    Originally split in 2006, but the issues cited are no longer present in
    current code. As of now both `curl_setup.h` and `curl_setup_once.h` are
    included once per compiler invocation, without recursion. The latter is
    a sub-header of the former with no clear distinction in their contents.
    
    Merge them to avoid having to decide where to put new global PP logic.
    Also to make it easier to overview what gets defined/included globally
    and in what order. (Perhaps even allowing some tidying up here.)
    
    Follow-up to 77b3bc239daf75d9fb7702ee34c8e5871c47d387
    
    Closes #20555

    Changed files

    • lib/Makefile.inc
    • lib/curl_setup.h
    • lib/curl_setup_once.h