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

Builder curl-ares-solaris11-sparc Build #4644

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 27 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4644 Build
codebase Build
got_revision 96a5ce5a82eb0f08650649ffafb7bb4e51fc4444 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 96a5ce5a82eb0f08650649ffafb7bb4e51fc4444 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Nov 12 13:54:05 2025
EndWed Nov 12 15:17:22 2025
Elapsed1 hrs, 23 mins, 16 secs

All Changes:

:

  1. Change #248487

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 12:51:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96a5ce5a82eb0f08650649ffafb7bb4e51fc4444

    Comments

    test2405: report `fd_count*` variables on failure
    This test is frequently failing in macOS !ssl jobs:
    
    "curl_multi_waitfds() should return at least the number of fds needed":
    https://github.com/curl/curl/actions/runs/19290229745/job/55159015942 AM clang !ssl !debug brotli zstd
    https://github.com/curl/curl/actions/runs/19289578332/job/55157058146 AM clang !ssl !debug brotli zstd
    https://github.com/curl/curl/actions/runs/19188515879/job/54859474947 AM clang !ssl
    https://github.com/curl/curl/actions/runs/19165077858/job/54783776869 AM clang !ssl libssh2 AppleIDN
    https://github.com/curl/curl/actions/runs/19046554157/job/54396096298 AM gcc-12 !ssl !debug
    
    "curl_multi_waitfds() should return the amount of fds needed if enough isn't passed in":
    https://github.com/curl/curl/actions/runs/19184546172/job/54848549080 AM gcc-13 !ssl !debug
    
    Also high on the test clutch list:
    2405 FAIL times: 165
    Ref: https://testclutch.curl.se/static/reports/results-count.html
    
    ```
    libtests returned 44, when expecting 0
    
    FAIL 2405: 'checking curl_multi_waitfds functionality' multi, HTTP, HTTP/2
    ```
    44 = `CURLE_OBSOLETE44` = `TEST_ERR_FAILURE`
    
    Also: fix a newline in log output.
    
    Follow-up to c78044c07e97cb720049579f4fe3cab33a7ea8d3 #15146 #15155
    
    Closes #19481

    Changed files

    • tests/libtest/lib2405.c