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

Builder curl-unthreaded-solaris10-sparc Build #13984

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 45 mins, 2 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13984 Build
codebase Build
got_revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Joshua Rogers

Timing:

StartTue May 19 15:47:05 2026
EndWed May 20 03:32:48 2026
Elapsed11 hrs, 45 mins, 43 secs

All Changes:

:

  1. Change #267625

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Tue 19 May 2026 07:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d24652971a636a4b2374367434ed72bb561b79bc

    Comments

    docs/libcurl: fix the version for curl_multi_socket_action
    It was added in 7.16.3, not 7.15.4 (that's when curl_multi_socket was
    added).

    Changed files

    • docs/libcurl/curl_multi_socket_action.md
  2. Change #267685

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Tue 19 May 2026 15:10:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba

    Comments

    vtls: use Curl_safecmp for CRLfile and pinned_key comparison
    Both are filesystem paths (or case-sensitive hash strings for
    pinned_key). curl_strequal is case-insensitive and would treat
    /etc/ssl/Crl.pem and /etc/ssl/crl.pem as the same file, unlike the other
    path fields (CApath, CAfile, issuercert, clientcert) which already use
    Curl_safecmp.
    
    Closes #21668

    Changed files

    • lib/vtls/vtls.c