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

Builder curl-unthreaded-solaris11-i386 Build #3928

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 53 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3928 Build
codebase Build
got_revision ab590ba62f4974b2f51cdbd7ee42d93b0f81568f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ab590ba62f4974b2f51cdbd7ee42d93b0f81568f Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Oct 24 12:07:42 2025
EndFri Oct 24 15:11:58 2025
Elapsed3 hrs, 4 mins, 15 secs

All Changes:

:

  1. Change #246605

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Oct 2025 11:11:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 576f9f7c07f0635b2f1614e1056bf80742b6dbe3

    Comments

    cfilters: check return code from Curl_pollset_set_out_only()
    I added WARN_UNUSED_RESULT to two of the cfilter functions to make this
    mistake harder to slip in next time.
    
    Pointed out by CodeSonar
    
    Closes #19211

    Changed files

    • lib/cfilters.c
    • lib/select.h
  2. Change #246607

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Oct 2025 11:21:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab590ba62f4974b2f51cdbd7ee42d93b0f81568f

    Comments

    TODO: a fixed FTP directory listing format
    Closes #19212

    Changed files

    • docs/TODO