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

Builder curl-unthreaded-solaris11-i386 Build #5024

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision98d818cf2b216227d12c2fa30e128e18686a573b
Got Revision98d818cf2b216227d12c2fa30e128e18686a573b
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 ...' ( 1 hrs, 1 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 18 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 5024 Build
codebase Build
got_revision 98d818cf2b216227d12c2fa30e128e18686a573b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 98d818cf2b216227d12c2fa30e128e18686a573b 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
  2. parasol-aser

Timing:

StartThu May 7 09:21:57 2026
EndThu May 7 11:21:17 2026
Elapsed1 hrs, 59 mins, 20 secs

All Changes:

:

  1. Change #266471

    Category curl
    Changed by parasol-aser <jeffwalt630ohnoyoudont@gmail.com>
    Changed at Thu 07 May 2026 08:00:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74bc655bdfec8d7966b965d3c72f5e314a1d2b74

    Comments

    tool1622: assert width and exact format boundaries
    Convert the silent "was too long!" diagnostics in the timebuf and
    max5data width loops into fail_unless assertions, so a regression in
    output width fails the unit test directly instead of only printing.
    
    Add small exact-output tables that probe format-transition boundaries
    not necessarily hit by the geometric value sweep: the 99999/100000
    suffix kick-in for max5data, and the 6d/01h, 51m, 136y, and >99999y roll
    points for timebuf.
    
    Closes #21516

    Changed files

    • tests/tunit/tool1622.c
  2. Change #266484

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 09:10:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98d818cf2b216227d12c2fa30e128e18686a573b

    Comments

    tool_formparse: tool2curlparts is no longer recursive
    It could otherwise trigger a stack overflow in extreme cases
    
    Reported-by: Andrew Nesbit
    Closes #21518

    Changed files

    • src/tool_formparse.c