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

Builder curl-ares-solaris11-sparc Build #6265

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Anton Karpov

Timing:

StartMon Aug 17 22:35:04 2026
EndMon Aug 17 22:48:36 2026
Elapsed13 mins, 32 secs

All Changes:

:

  1. Change #278520

    Category curl
    Changed by Anton Karpov <karpovantonmeohnoyoudont@gmail.com>
    Changed at Tue 18 Aug 2026 00:11:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05ddf5511ac765c8fc4eb44507ab7c585116f665

    Comments

    headers: name the arguments the way the definitions name them
    Eleven arguments are named one way in the header and another in the
    definition. the compiler only checks types so nothing is broken, but the
    header is what people read first, and then the name changes under them
    in the source:
    
    ```
    curl_dbg_malloc          size     ->  wantedsize
    curl_dbg_calloc          n, size  ->  wanted_elements, wanted_size
    curl_dbg_realloc         size     ->  wantedsize
    curl_dbg_strdup          src      ->  source
    r_freeaddrinfo           res      ->  cahead
    my_get_line              fp, db   ->  input, buf
    curl_slist_append_ccsid  l        ->  list
    curl_version_info_ccsid  cid      ->  ccsid
    curl_easy_setopt_ccsid   curl     ->  easy
    ```
    
    Follow-up to df6014894b789768b139fff27e8aed9dbc46ed79 #20794
    
    Closes #22550

    Changed files

    • lib/curl_setup.h
    • lib/fake_addrinfo.h
    • projects/OS400/ccsidcurl.c
    • projects/OS400/ccsidcurl.h
    • src/tool_parsecfg.h