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

Builder curl-threaded-solaris10-sparc Build #3733

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbec8012214afddccf72dfe680a755e394eae6312
Got Revisionbec8012214afddccf72dfe680a755e394eae6312
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 1 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 3733 Build
codebase Build
got_revision bec8012214afddccf72dfe680a755e394eae6312 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bec8012214afddccf72dfe680a755e394eae6312 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. Dan Fandrich
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartThu Aug 13 23:46:49 2026
EndFri Aug 14 14:16:49 2026
Elapsed14 hrs, 30 mins, 0 secs

All Changes:

:

  1. Change #278057

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Aug 2026 11:22:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d034539ece1e04f6fb7cb9b7ea02111312f7456

    Comments

    tool_operate: limit `is_using_schannel()` call to Windows
    Follow-up to cd238bb7addf5b1f174df47ccc61651a545c4876 #22552
    
    Closes #22568

    Changed files

    • src/tool_operate.c
  2. Change #278086

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 14:43:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca26e728a62b8f22032f29445c8e4e865cb9e3ad

    Comments

    conncache: don't assume curl_off_t increment wrap-around
    In the totally unlikely event that next_easy_id would ever wrap, avoid
    undefined behavior. It is a signed type.
    
    Also: update the related comment in urldata.h that mentioned LONG_MAX
    but is nowadays CURL_OFF_T_MAX
    
    Closes #22569

    Changed files

    • lib/conncache.c
    • lib/urldata.h
  3. Change #278098

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 16:13:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5510e44fcc3a401214cd5f20c415d8af193a7b11

    Comments

    tool_operate: refactor schannel checks and move win32 cert checks to function
    Follow-up to 9d034539ece1e
    
    Closes #22570

    Changed files

    • src/tool_operate.c
  4. Change #278114

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 13 Aug 2026 19:11:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bec8012214afddccf72dfe680a755e394eae6312

    Comments

    libcurl.pc: Add Copyright tag to the pkgconf file
    Follow-up to 3f1c033afe008123680306663cc01279e831ac2d #22519

    Changed files

    • libcurl.pc.in