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

Builder curl-ares-solaris11-sparc Build #5914

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 36 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5914 Build
codebase Build
got_revision 1791a087079e90769d52e7a797a59ecaf2d1bd6d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1791a087079e90769d52e7a797a59ecaf2d1bd6d Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed May 27 10:34:20 2026
EndWed May 27 11:23:13 2026
Elapsed48 mins, 52 secs

All Changes:

:

  1. Change #268449

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 27 May 2026 09:50:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 049ec8a3631b72e834a4a87dcd04759885138f7c

    Comments

    content_encoding: fix limit failure message
    The message triggered earlier than intended and did not take the
    transfer/content type into account.
    
    Ref #21603
    Reported-by: Joshua Rogers
    Closes #21756

    Changed files

    • lib/content_encoding.c
    • tests/data/test387
    • tests/data/test418
  2. Change #268450

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 27 May 2026 09:52:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1791a087079e90769d52e7a797a59ecaf2d1bd6d

    Comments

    content_encoding: timeout during slow decoding
    Check during transfer/content decoding for every MB or so, if the
    transfer has reached its overall time limit. Error out if so.
    
    This is mainly a protectin against compression bombs using way more time
    than the transfer is allowed to. Normal compression ratios are unlikely
    to benefit as they need more upstream data where the timeout handling is
    already in place.
    
    Fixes #21603
    Reported-by: Joshua Rogers
    Closes #21758

    Changed files

    • lib/content_encoding.c