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

Builder curl-ares-solaris11-sparc Build #5247

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 28 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 5247 Build
codebase Build
got_revision a84b041281463315d3f8723febc97be1147964f4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a84b041281463315d3f8723febc97be1147964f4 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. Viktor Szakats

Timing:

StartMon Feb 2 19:08:23 2026
EndMon Feb 2 20:03:39 2026
Elapsed55 mins, 15 secs

All Changes:

:

  1. Change #256838

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 02 Feb 2026 18:57:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a84b041281463315d3f8723febc97be1147964f4

    Comments

    build: tidy up curl-specific fstat calls and stat struct type
    To avoid redefining the `fstat` system symbol, and to clarify
    `struct_stat` is a curl symbol.
    
    - introduce `curlx_fstat()` macro and use it.
    - rename `struct_stat` to `curl_struct_stat`.
    
    Also:
    - tests: replace direct `curlx_win32_stat()` call with `curlx_stat()`.
    - checksrc: disallow direct `_fstati64` and `fstat()` calls, except in
      examples.
    
    Closes #20496

    Changed files

    • docs/examples/.checksrc
    • docs/internals/CODE_STYLE.md
    • lib/curl_fopen.c
    • lib/curl_setup.h
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/file.c
    • lib/mime.c
    • lib/vssh/libssh2.c
    • scripts/checksrc.pl
    • src/tool_doswin.c
    • src/tool_filetime.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • tests/libtest/lib505.c
    • tests/libtest/lib525.c
    • tests/libtest/lib541.c
    • tests/libtest/lib568.c
    • tests/libtest/lib572.c
    • tests/libtest/lib582.c
    • tests/server/util.c