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

Builder curl-pr-unthreaded-solaris10-sparc Build #2425

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/transfer-enc
Revisiond2f0c0091883c7795b50527fea001537ecfa70ee
Got Revisiond2f0c0091883c7795b50527fea001537ecfa70ee
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 58 mins, 10 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/transfer-enc Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2425 Build
codebase Build
got_revision d2f0c0091883c7795b50527fea001537ecfa70ee Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision d2f0c0091883c7795b50527fea001537ecfa70ee Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Apr 7 21:13:54 2025
EndTue Apr 8 07:30:40 2025
Elapsed10 hrs, 16 mins, 46 secs

All Changes:

:

  1. Change #226597

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Apr 2025 10:33:36
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/transfer-enc
    Revision 430da1c280374229c722718d40bfb78ae4cb7fda

    Comments

    content_encoding: Transfer-Encoding parser improvements
    
    - allow and ignore "identity" as an encoding
    
    - fail if any other encoder than chunked follows after chunked
    
    - fail on unsolicited encodings - when the server encodes but curl did
      not ask for it
    
    Add test 1493 to 1496 to verify.
    
    Reported-by: Jonathan Rosa
    Fixes #16956

    Changed files

    • lib/content_encoding.c
    • tests/data/test1493
    • tests/data/test1494
    • tests/data/test1495
    • tests/data/test1496
  2. Change #226600

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Apr 2025 12:16:13
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/transfer-enc
    Revision f98ddd282572c051226744d6c0f49b9011ade4c8

    Comments

    fixup disable test 319 (temporarily)
    
    It probably takes a minor change to CURLOPT_TRANSFER_ENCODING to make
    sure --raw can keep working in 8.14.0.
    
    It is because of a wrong assumption in the curl tool of what setting
    CURLOPT_TRANSFER_ENCODING to 0 implies. The option does not currently
    offer the functionality --raw needs.

    Changed files

    • tests/data/DISABLED
    • tests/data/test319
  3. Change #226605

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Apr 2025 12:37:05
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/transfer-enc
    Revision d2f0c0091883c7795b50527fea001537ecfa70ee

    Comments

    add the new tests to Makefile.am

    Changed files

    • tests/data/Makefile.am