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

Builder curl-unthreaded-solaris10-i386 Build #15954

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 9 mins, 21 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15954 Build
codebase Build
got_revision ae7b4eeade0e4903e97fe2a9bac013efc034221f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ae7b4eeade0e4903e97fe2a9bac013efc034221f Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Nov 14 09:45:28 2025
EndFri Nov 14 19:08:02 2025
Elapsed9 hrs, 22 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