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

Builder curl-threaded-solaris10-sparc Build #3505

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 59 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 18 mins, 56 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 3505 Build
codebase Build
got_revision 22b0cbe65f6738bdf002f0331895aba52ae0633e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 22b0cbe65f6738bdf002f0331895aba52ae0633e 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:

StartSun Mar 8 18:45:52 2026
EndMon Mar 9 13:08:07 2026
Elapsed18 hrs, 22 mins, 15 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