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

Builder curl-threaded-solaris11-sparc Build #6241

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4b42956cd1b4ee5c739d9bd73662d21c6b13cae8
Got Revision4b42956cd1b4ee5c739d9bd73662d21c6b13cae8
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Aug 16 10:58:29 2026
EndSun Aug 16 11:48:36 2026
Elapsed50 mins, 6 secs

All Changes:

:

  1. Change #278352

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 12:16:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5b9946a106df6d923b3dbe37ebf632f756afa0d1

    Comments

    curl_threads: always use native threads/mutex on Windows
    Syncing with build systems, which already enforce this.
    
    Closes #22593

    Changed files

    • lib/curl_threads.c
    • lib/curl_threads.h
  2. Change #278354

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 12:34:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b42956cd1b4ee5c739d9bd73662d21c6b13cae8

    Comments

    build: drop detecting `gettimeofday()` on Windows
    To remove a build difference between mingw-w64 and MSVC builds (where
    mingw-w64 has it, while MSVC does not). Also to simplify and save the
    cost of detection/verification in CI.
    
    `gettimeofday()` was used in `curl_threads.c` in codepath practically
    unreachable in Windows builds, and in `tool_writeout.c` that falls back
    to `time()` for targets without it.
    
    Ref: #22593
    
    Closes #22594

    Changed files

    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac