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

Builder curl-ares-solaris11-sparc Build #5420

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 28 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 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 5420 Build
codebase Build
got_revision 22b0cbe65f6738bdf002f0331895aba52ae0633e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 22b0cbe65f6738bdf002f0331895aba52ae0633e 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:

StartSun Mar 8 18:25:42 2026
EndSun Mar 8 19:33:28 2026
Elapsed1 hrs, 7 mins, 45 secs

All Changes:

:

  1. Change #260298

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 08 Mar 2026 18:17:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64d4f5c4b660be112a02be104e7314e8bf264caa

    Comments

    system_win32: replace manual init code with `curlx_now_init()` call
    The code actual init code remains identical after this patch. To make it
    clearer where this initialization is called from, and to dedupe code.
    
    Follow-up to b17ef873ae2151263667f4b6fb6abfe337e687dc #18009
    
    Closes #20852

    Changed files

    • lib/system_win32.c
  2. Change #260299

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 08 Mar 2026 18:17:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 22b0cbe65f6738bdf002f0331895aba52ae0633e

    Comments

    tests/server: drop unused `curlx/version_win32.c`
    Previously used via `curlx/timeval.c`, but no longer after bumping
    minimum target to Vista.
    
    Follow-up to b17ef873ae2151263667f4b6fb6abfe337e687dc #18009
    
    Closes #20855

    Changed files

    • tests/server/Makefile.inc