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

Builder curl-threaded-solaris11-sparc Build #4489

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3986149c0405d9d4f33fe1dc9c485e0f362c0a05
Got Revision3986149c0405d9d4f33fe1dc9c485e0f362c0a05
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 10 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 4489 Build
codebase Build
got_revision 3986149c0405d9d4f33fe1dc9c485e0f362c0a05 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3986149c0405d9d4f33fe1dc9c485e0f362c0a05 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Oct 20 01:25:35 2025
EndMon Oct 20 02:48:44 2025
Elapsed1 hrs, 23 mins, 8 secs

All Changes:

:

  1. Change #246172

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:59:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8504c41e2c61475355318a89446891c375b86aec

    Comments

    tool_cb_rea: use poll instead of select if available
    - poll doesn't have the FD_SETSIZE problem
    
    - select: if socket >= FD_SETSIZE, skip the call
    
    Closes #19143

    Changed files

    • src/tool_cb_rea.c
  2. Change #246173

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 00:00:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c21655e7ff243e5b9924c19a061e5e5ab70958b8

    Comments

    tool_filetime: cap crazy filetimes instead of erroring
    Also cap the minimum allowed timestamp now.
    
    Closes #19147

    Changed files

    • src/tool_filetime.c
  3. Change #246175

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Oct 2025 00:25:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3986149c0405d9d4f33fe1dc9c485e0f362c0a05

    Comments

    GHA/windows: delete remains of Perl `Win32-Process*` caching
    Follow-up to c8d6643df212791edee705a94c890335dac8762b #19083

    Changed files

    • .github/workflows/windows.yml