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

Builder curl-pr-unthreaded-solaris10-i386 Build #1839

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 23 secs )
    1. stdio
    2. resultlog

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 25 17:52:51 2024
EndThu Apr 25 18:17:19 2024
Elapsed24 mins, 28 secs

All Changes:

:

  1. Change #195961

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Apr 2024 17:50:16
    Repository https://github.com/curl/curl
    Project curl/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