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

Builder curl-ares-solaris11-sparc Build #4235

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 56 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 4235 Build
codebase Build
got_revision 8a51ff0670d81719c051b7037d0b8a0a5320763e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8a51ff0670d81719c051b7037d0b8a0a5320763e 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 Jul 23 20:45:18 2025
EndWed Jul 23 22:12:39 2025
Elapsed1 hrs, 27 mins, 20 secs

All Changes:

:

  1. Change #240513

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 23 Jul 2025 19:50:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f99210b49c05c913f5e7bc2545133e5f5a685c43

    Comments

    cmake: keep websockets disabled if HTTP is disabled
    Syncing with autotools, and fixing the `Protocols:` verifier test.
    
    Cherry-picked from #17988

    Changed files

    • CMakeLists.txt
  2. Change #240514

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 23 Jul 2025 19:52:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c85ee70e21783ca666b9257d0359e8c275650577

    Comments

    cmake: fix `ENABLE_UNIX_SOCKETS=OFF` with pre-fill enabled on unix
    Cherry-picked from #17988

    Changed files

    • CMakeLists.txt
  3. Change #240515

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 23 Jul 2025 19:53:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a51ff0670d81719c051b7037d0b8a0a5320763e

    Comments

    cmake: fix to disable Schannel and SSPI for non-Windows targets
    Fixing:
    ```
    In file included from lib/vtls/vtls.c:50:
    In file included from lib/vtls/../urldata.h:314:
    lib/vtls/../curl_sspi.h:41:10: fatal error: 'security.h' file not found
       41 | #include <security.h>
          |          ^~~~~~~~~~~~
    1 error generated.
    
    lib/curl_sspi.h:41:10: fatal error: 'security.h' file not found
       41 | #include <security.h>
          |          ^~~~~~~~~~~~
    1 error generated.
    ```
    
    Cherry-picked from #17988

    Changed files

    • CMakeLists.txt