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

Builder curl-ares-solaris11-sparc Build #4662

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 25 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 4662 Build
codebase Build
got_revision ae7b4eeade0e4903e97fe2a9bac013efc034221f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ae7b4eeade0e4903e97fe2a9bac013efc034221f 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:

StartFri Nov 14 01:57:56 2025
EndFri Nov 14 02:27:31 2025
Elapsed29 mins, 34 secs

All Changes:

:

  1. Change #248693

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Nov 2025 01:47:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96500f466ef9abb3a416f8e0cc65de7fa0669217

    Comments

    tidy-up: result code variable names in tests and examples
    Sync outliers with the rest of the code.
    
    Also:
    - return error in some failed init cases, instead of `CURLE_OK`:
      1908, 1910, 1913, 2082, 3010
    - lib1541: delete unused struct member.
    
    Closes #19515

    Changed files

    • docs/examples/sftpuploadresume.c
    • docs/examples/websocket-updown.c
    • tests/libtest/cli_h2_pausing.c
    • tests/libtest/cli_h2_serverpush.c
    • tests/libtest/cli_h2_upgrade_extreme.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/cli_hx_upload.c
    • tests/libtest/cli_tls_session_reuse.c
    • tests/libtest/cli_upload_pausing.c
    • tests/libtest/cli_ws_data.c
    • tests/libtest/cli_ws_pingpong.c
    • tests/libtest/first.c
    • tests/libtest/lib1156.c
    • tests/libtest/lib1485.c
    • tests/libtest/lib1523.c
    • tests/libtest/lib1541.c
    • tests/libtest/lib1568.c
    • tests/libtest/lib1908.c
    • tests/libtest/lib1910.c
    • tests/libtest/lib1911.c
    • tests/libtest/lib1913.c
    • tests/libtest/lib2082.c
    • tests/libtest/lib2301.c
    • tests/libtest/lib2304.c
    • tests/libtest/lib3010.c
    • tests/libtest/lib3207.c
    • tests/unit/unit1606.c
    • tests/unit/unit1651.c
    • tests/unit/unit1654.c
    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1658.c
    • tests/unit/unit1660.c
    • tests/unit/unit1661.c
    • tests/unit/unit2600.c
    • tests/unit/unit2601.c
    • tests/unit/unit2602.c
    • tests/unit/unit2604.c
    • tests/unit/unit2605.c
    • tests/unit/unit3200.c
  2. Change #248694

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Nov 2025 01:47:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae7b4eeade0e4903e97fe2a9bac013efc034221f

    Comments

    curl_setup.h: drop stray `#undef stat` (Windows)
    Follow-up to 9678ff5b1bfea1c847aee4f9edf023e8f01c9293 #18776
    
    Closes #19519

    Changed files

    • lib/curl_setup.h