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

Builder curl-ares-solaris10-i386 Build #4488

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 24 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4488 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision e39ff5113b7c0d24e914d47bc719ae1eda601877 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Huang Yiheng

Timing:

StartFri Sep 4 23:08:04 2026
EndSat Sep 5 04:26:52 2026
Elapsed5 hrs, 18 mins, 47 secs

All Changes:

:

  1. Change #280751

    Category curl
    Changed by Huang Yiheng <272397091+yiheng-kkkohnoyoudont@users.noreply.github.com>
    Changed at Fri 04 Sep 2026 23:42:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e39ff5113b7c0d24e914d47bc719ae1eda601877

    Comments

    http: reject resumed uploads
    HTTP has no interoperable mechanism for resuming POST or PUT uploads.
    Reject non-zero resume offsets for all HTTP upload request types instead
    of sending partial or complete data with non-standard semantics.
    
    Keep zero offsets and explicit --range uploads working. Update the tool
    errors, documentation, and tests.
    
    Fixes #22703
    Closes #22712

    Changed files

    • docs/FAQ.md
    • docs/cmdline-opts/continue-at.md
    • docs/libcurl/opts/CURLOPT_RESUME_FROM.md
    • docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.md
    • lib/http.c
    • src/config2setopts.c
    • tests/data/Makefile.am
    • tests/data/test1001
    • tests/data/test1002
    • tests/data/test1041
    • tests/data/test158
    • tests/data/test2058
    • tests/data/test2059
    • tests/data/test2060
    • tests/data/test2270
    • tests/data/test2271
    • tests/data/test2272
    • tests/data/test33
    • tests/data/test426
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2270.c