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

Builder curl-ares-solaris10-i386 Build #3670

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3670 Build
codebase Build
got_revision d51d19bd06529207aedc87ecde154ef57427f655 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d51d19bd06529207aedc87ecde154ef57427f655 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Oct 23 02:34:53 2025
EndThu Oct 23 11:26:33 2025
Elapsed8 hrs, 51 mins, 40 secs

All Changes:

:

  1. Change #246465

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 22 Oct 2025 18:58:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96717dea4c0ba8da7ef85190300f7eaeaa4b7d62

    Comments

    GHA/labeler: add FindGnuTLS.cmake
    Follow-up to 1966c86d71eb90beeeb3ccbefd6321bd64992553 #19163
    Cherry-picked from #16973

    Changed files

    • .github/labeler.yml
  2. 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
  3. 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