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

Builder curl-unthreaded-solaris11-sparc Build #6215

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision35843dd635bab1627902b08a605e2a6334cc2fc7
Got Revision35843dd635bab1627902b08a605e2a6334cc2fc7
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6215 Build
codebase Build
got_revision 35843dd635bab1627902b08a605e2a6334cc2fc7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 35843dd635bab1627902b08a605e2a6334cc2fc7 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed Aug 12 13:53:17 2026
EndWed Aug 12 14:43:23 2026
Elapsed50 mins, 6 secs

All Changes:

:

  1. Change #277975

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 14:51:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 35843dd635bab1627902b08a605e2a6334cc2fc7

    Comments

    progress: cleanup, less memory
    Keep only a single `start` time and calculate the rest in delta
    microseconds since then. Separate timestamps and durations into separate
    sub-structures for clarity.
    
    remove progress.t_acceptdata
    It was recorded in FTP accept but never used anywhere.
    
    Closes #22547

    Changed files

    • lib/cf-ip-happy.c
    • lib/connect.c
    • lib/ftp.c
    • lib/getinfo.c
    • lib/multi.c
    • lib/progress.c
    • lib/progress.h
    • lib/tftp.c
    • lib/transfer.c
    • lib/urldata.h
    • lib/vdns/cf-dns.c
    • tests/unit/unit1303.c
    • tests/unit/unit1399.c