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

Builder curl-ares-solaris11-i386 Build #5143

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 10 mins, 4 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5143 Build
codebase Build
got_revision 1791a087079e90769d52e7a797a59ecaf2d1bd6d Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. tiymat

Timing:

StartWed May 27 10:45:00 2026
EndWed May 27 12:58:03 2026
Elapsed2 hrs, 13 mins, 3 secs

All Changes:

:

  1. Change #268445

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 09:38:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision efdf733baebc475af485b582551844f20bed546b

    Comments

    gtls: use the correct return code in trace output
    Instead of using a hard-coded zero.
    
    Spotted by Copilot
    
    Closes #21766

    Changed files

    • lib/vtls/gtls.c
  2. Change #268446

    Category curl
    Changed by tiymat <138939221+tiymatohnoyoudont@users.noreply.github.com>
    Changed at Wed 27 May 2026 09:39:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8e6f90a6980a70839823b7fe5f6e0faeeec4833

    Comments

    urlapi: forbid '|' in host
    Closes #21762

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  3. 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
  4. 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