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

Builder curl-unthreaded-solaris11-i386 Build #4430

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Jan 4 14:51:33 2026
EndSun Jan 4 14:57:25 2026
Elapsed5 mins, 51 secs

All Changes:

:

  1. Change #254107

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 04 Jan 2026 14:42:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 193397bf4e85211b8a94e043bafe5093388027f3

    Comments

    progress: narrower time display, multiple fixes
    - Each time field is now 7 characters wide, so that the total width
      never exceeds 79 columns so that it works correctly also in Windows
      terminals. The title lines are adjusted accordingly.
    
      This is accomplished by using h:mm:ss style up to 10 hours, and for
      longer periods switch to "nnX nnY" style output. For hours, days,
      months and years.
    
      For less than one hour, the hour field is now dropped.
    
      When no time info is provided, the field is now space-only. No more
      `-:--:--`.
    
      Also fixed the output for really long times which previously was
      completely broken. The largest time now shows as ">99999y". (Becase
      I can't figure out a better way).
    
    - For sizes, the widths are now properly fixed to 6 characters. When
      displaying a unit with less than 3 digits, it shows two decimal
      precision like "16777215 => 15.99M" and one decmal otherwise: "262143
      => 255.9k"
    
      Also fixes the decimal math. 131071 is 127.9k, which it previously did
      not show.
    
    - The time and size field outputs are now properly verified in test
      1636.
    
    Fixes #20122
    Closes #20173
    
    fixup use only space when no time exists
    
    Drop the hour from the display when zero

    Changed files

    • lib/progress.c
    • tests/data/Makefile.am
    • tests/data/test1636
    • tests/unit/Makefile.inc
    • tests/unit/unit1636.c
  2. Change #254108

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 04 Jan 2026 14:48:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20ac5531cdec757fbaa38eb667e62d902ad9c52d

    Comments

    mk-lib1521: make the test set each string option again
    In an attempt to make sure that setting it again does not leak memory.
    
    The second string is set to `""`, which is done so that this now finds
    the problem reported in #20179.
    
    Ref: #20179
    Closes #20181

    Changed files

    • tests/libtest/mk-lib1521.pl