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

Builder curl-threaded-solaris10-sparc Build #3738

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0c22fcffe3cc83df5d977b2bdeda4f3d894689d5
Got Revision0c22fcffe3cc83df5d977b2bdeda4f3d894689d5
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 49 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 54 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3738 Build
codebase Build
got_revision 0c22fcffe3cc83df5d977b2bdeda4f3d894689d5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0c22fcffe3cc83df5d977b2bdeda4f3d894689d5 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Aug 17 00:35:48 2026
EndMon Aug 17 14:53:06 2026
Elapsed14 hrs, 17 mins, 17 secs

All Changes:

:

  1. Change #278350

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

    Comments

    build: drop `dirent.h` and `opendir()` detections on Windows
    `opendir()` was used previously with mingw-w64 for `file://` directory
    listing support. This was replaced by a native Win32 solution on all
    Windows platforms, leaving `opendir()` no longer used. Drop related
    feature detections.
    
    Follow-up to c7c42afab91c46e6baaa0e2801626e13acd6c30a #22577
    
    Closes #22588

    Changed files

    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac
  2. 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
  3. 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
  4. Change #278357

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

    Comments

    GHA/non-native: drop leftover perl5 install from riscv64 job [ci skip]
    Follow-up to bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf #22601

    Changed files

    • .github/workflows/non-native.yml
  5. Change #278390

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Aug 2026 00:00:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d00000673d05fdf6ceee8941ccd63ad2906257e4

    Comments

    GHA/non-native: sync BSD tflags logic with other workflows
    To make it easier to customize tests for individual matrix jobs.
    
    Also:
    - tested running riscv64 tests, but it takes too long (8.5-12 minutes,
      for ~1000 HTTP tests.)
    
    Follow-up to bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf #22601
    
    Closes #22602

    Changed files

    • .github/workflows/non-native.yml
  6. Change #278391

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Aug 2026 00:00:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c22fcffe3cc83df5d977b2bdeda4f3d894689d5

    Comments

    config-riscos.h: delete handcrafted RISC OS config header, in favor of autotools
    According to the content of the latest downloadable builds available at
    (from 2022): https://www.riscos.info/packages/src/Network/, these builds
    used autotools, not the handcrafted header. Also the handcrafted header
    did not see an update (that I could find) since
    0866c1b52dcff1f872860a42183397b4e8f6dedf (2002-04-08), other than
    source-wide maintenance updates.
    
    Closes #22598

    Changed files

    • lib/Makefile.am
    • lib/config-riscos.h
    • lib/curl_setup.h