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

Builder curl-ares-solaris10-sparc Build #1893

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 7 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 25 17:52:53 2024
EndThu Apr 25 22:59:59 2024
Elapsed5 hrs, 7 mins, 5 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