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

Builder curl-threaded-solaris10-sparc Build #3726

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 50 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 48 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3726 Build
codebase Build
got_revision 26fdb92c0a48337a9f696b79a8922e504243a823 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 26fdb92c0a48337a9f696b79a8922e504243a823 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. Alhuda Khan
  2. Dan Fandrich
  3. Daniel Stenberg

Timing:

StartSun Aug 9 18:51:36 2026
EndMon Aug 10 08:53:49 2026
Elapsed14 hrs, 2 mins, 13 secs

All Changes:

:

  1. Change #277527

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Sun 09 Aug 2026 06:39:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f1c033afe008123680306663cc01279e831ac2d

    Comments

    libcurl.pc: add the Link.ABI and Source tags
    Link.ABI is a feature of pkgconf 3.0 and indicates the ABI against which
    a consumer must link the package. For libcurl, this is hard-coded as C.
    Source is a URL from which to download the package tarball.
    
    Closes #22519

    Changed files

    • libcurl.pc.in
  2. Change #277555

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Aug 2026 17:36:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ea07d6e0a1263aaa549a8253db619e87af1da34

    Comments

    CI: filter all .[ch] files before doing typo checks
    The filter only leaves comments and strings in all files using .c or .h
    extensions.
    
    It is important that the filter runs after all the other checks are done
    on these files as this process destroys the files.
    
    Fixes #22508
    Closes #22509

    Changed files

    • .github/scripts/c-comments
    • .github/scripts/c-strip
    • .github/workflows/checksrc.yml
  3. Change #277556

    Category curl
    Changed by Alhuda Khan <al.hudz.kohnoyoudont@gmail.com>
    Changed at Sun 09 Aug 2026 17:45:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26fdb92c0a48337a9f696b79a8922e504243a823

    Comments

    mbedtls: enforce verifyhost when verifypeer is disabled
    Verify in test 2118
    
    Closes #22475

    Changed files

    • lib/vtls/mbedtls.c
    • tests/data/Makefile.am
    • tests/data/test2118
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2118.c