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

Builder curl-unthreaded-solaris10-i386 Build #16342

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 15 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16342 Build
codebase Build
got_revision b32e66a8ee775b74af22b94feccfb868142a0cc2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b32e66a8ee775b74af22b94feccfb868142a0cc2 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Tobias Zimmermann

Timing:

StartSun Jan 4 00:21:40 2026
EndSun Jan 4 00:26:58 2026
Elapsed5 mins, 17 secs

All Changes:

:

  1. Change #254075

    Category curl
    Changed by Tobias Zimmermann <tobiasohnoyoudont@the-resc.com>
    Changed at Sun 04 Jan 2026 00:10:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 09374f6e7596d2363b12f46fd7e7483491b06f67

    Comments

    docs: add a note about --compressed to note about binary output
    Closes #20168

    Changed files

    • docs/cmdline-opts/output.md
  2. Change #254076

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 04 Jan 2026 00:16:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b32e66a8ee775b74af22b94feccfb868142a0cc2

    Comments

    tool_progress: fix large time outputs and decimal size display
    Time output:
    
    - was broken for really large times
    
    - now uses spaces instead of --:--:--
    
    - >99999y is now the largest shown time
    
    - show HH:MM:SS as long as hours are fewer than 100
    
    Size:
    
    - made the decimal output always only use a single decimal
    
    Test:
    
    - Add test 1622 to verify these functions
    
    Closes #20177

    Changed files

    • src/tool_progress.c
    • src/tool_progress.h
    • tests/data/Makefile.am
    • tests/data/test1622
    • tests/tunit/Makefile.inc
    • tests/tunit/tool1622.c