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

Builder curl-ares-solaris10-i386 Build #4179

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 45 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4179 Build
codebase Build
got_revision a84b041281463315d3f8723febc97be1147964f4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a84b041281463315d3f8723febc97be1147964f4 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Feb 2 19:08:18 2026
EndTue Feb 3 02:49:46 2026
Elapsed7 hrs, 41 mins, 27 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