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

Builder curl-ares-solaris10-sparc Build #3709

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 24 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3709 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-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Alhuda Khan
  2. Daniel Stenberg

Timing:

StartMon Aug 10 02:04:12 2026
EndMon Aug 10 16:23:09 2026
Elapsed14 hrs, 18 mins, 56 secs

All Changes:

:

  1. 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
  2. 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