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

Builder curl-threaded-solaris10-i386 Build #2342

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision886899143f32b2a166243b61e072b5b88682fc88
Got Revision886899143f32b2a166243b61e072b5b88682fc88
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 13 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 2342 Build
codebase Build
got_revision 886899143f32b2a166243b61e072b5b88682fc88 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 886899143f32b2a166243b61e072b5b88682fc88 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 25 17:52:54 2024
EndThu Apr 25 18:41:48 2024
Elapsed48 mins, 54 secs

All Changes:

:

  1. Change #195962

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Apr 2024 17:50:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 886899143f32b2a166243b61e072b5b88682fc88

    Comments

    content_encoding: ignore duplicate chunked encoding
    - ignore duplicate "chunked" transfer-encodings from
      a server to accomodate for broken implementations
    - add test1482 and test1483
    
    Reported-by: Mel Zuser
    Fixes #13451
    Closes #13461

    Changed files

    • lib/content_encoding.c
    • tests/data/Makefile.inc
    • tests/data/test1482
    • tests/data/test1483