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

Builder curl-threaded-solaris10-i386 Build #4328

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4328 Build
codebase Build
got_revision fc3261b284b7abf737818abcc693360d40124d37 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fc3261b284b7abf737818abcc693360d40124d37 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Apr 7 05:06:04 2026
EndTue Apr 7 14:44:23 2026
Elapsed9 hrs, 38 mins, 19 secs

All Changes:

:

  1. Change #263801

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 06 Apr 2026 22:09:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4cb4f9d6024caff5ef3629f6fe3f6e54aa810f3a

    Comments

    cfilters: fix Curl_pollset_poll() return code mixup
    Curl_conn_cf_poll did not map adjust_pollset failures to poll-style
    errors properly, so error codes were treated as ready events.
    
    Found by Codex Security
    
    Closes #21231

    Changed files

    • lib/cfilters.c
    • lib/select.c
  2. Change #263812

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 06 Apr 2026 23:12:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f5d1a38d15fa0812865e620c1911a02b18c8e67

    Comments

    lib: reserve 'result' for CURLcode
    For consistency, whereever we use a local variable named 'result' that
    is a CURLcode type. Make other types use other names.
    
    Closes #21244

    Changed files

    • lib/conncache.c
    • lib/conncache.h
    • lib/curlx/fopen.c
    • lib/fake_addrinfo.c
    • lib/mime.c
    • lib/progress.c
    • lib/socks_gssapi.c
    • lib/url.c
    • lib/vtls/rustls.c
  3. Change #263823

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 00:33:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc3261b284b7abf737818abcc693360d40124d37

    Comments

    cmake: pre-fill `HAVE_PIPE2` for two more platforms
    For DragonFlyBSD and SunOS.
    
    Also opt-in `BSD`, which is covering those listed explicitly, when using
    CMake 3.25+.
    
    Follow-up to 131a2fd5aaa1a809211695d2ef8151ffadbebc0c #16987
    
    Closes #21243

    Changed files

    • CMake/unix-cache.cmake