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

Builder curl-threaded-solaris10-sparc Build #3725

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 18 mins, 24 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 3725 Build
codebase Build
got_revision 04ff9df3e815c33dd5ecf7b891b32202858fa039 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 04ff9df3e815c33dd5ecf7b891b32202858fa039 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. Daniel Stenberg
  2. Jay Satiro

Timing:

StartSun Aug 9 03:50:20 2026
EndSun Aug 9 18:51:32 2026
Elapsed15 hrs, 1 mins, 11 secs

All Changes:

:

  1. Change #277488

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Sat 08 Aug 2026 17:32:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b24346fe31ad45a91de7d9be0698c8b2c0954d3d

    Comments

    api: fix printf format specifier
    - Use %hu for unsigned short instead of %u.
    
    Prior to this change some compilers could warn of an argument type
    mismatch. C argument promotion rules promote the unsigned short argument
    to an int, which does not match %u (unsigned int) but does match %hu
    (unsigned short).
    
    Assisted-by: Viktor Szakats
    
    Closes https://github.com/curl/curl/pull/22511

    Changed files

    • lib/api.c
  2. Change #277507

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 08 Aug 2026 23:05:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04ff9df3e815c33dd5ecf7b891b32202858fa039

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES