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

Builder curl-unthreaded-solaris10-i386 Build #15896

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond51d19bd06529207aedc87ecde154ef57427f655
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15896 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision d51d19bd06529207aedc87ecde154ef57427f655 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Oct 23 05:36:59 2025
Elapsed3 hrs, 54 mins, 39 secs

All Changes:

:

  1. Change #246479

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 22:52:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8f16da712402733609943b5da003af5baa058e6

    Comments

    ftp: remove the state_saved struct field
    It was not necessary. Its only purpose was to know if an upload is done,
    and that information is already available elsewhere.
    
    Closes #19192

    Changed files

    • lib/ftp.c
    • lib/ftp.h
  2. Change #246481

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 23:43:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d51d19bd06529207aedc87ecde154ef57427f655

    Comments

    ftp: remove the retr_size_saved struct field
    It was basically a duplicate of data->req.size already
    
    Closes #19194

    Changed files

    • lib/ftp.c
    • lib/ftp.h