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

Builder curl-threaded-solaris11-sparc Build #2986

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Oct 7 13:48:31 2024
EndMon Oct 7 14:42:30 2024
Elapsed53 mins, 59 secs

All Changes:

:

  1. Change #210790

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 07 Oct 2024 13:45:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e888069f5a7a6a6343d2cb4068cd29c127d52b45

    Comments

    cmake: detect `HAVE_NETINET_IN6_H`, `HAVE_CLOSESOCKET_CAMEL`, `HAVE_PROTO_BSDSOCKET_H`
    To sync with `./configure`.
    
    - `HAVE_NETINET_IN6_H` is
      needed by HPE NonStop NSE and NSX systems.
      Follow-up to 76ebd54175bad02b29769d797adf72fdf3df119f #2155
    
    - `HAVE_CLOSESOCKET_CAMEL`, `HAVE_PROTO_BSDSOCKET_H`
      are for AmigaOS.
      (Note: `./configure` tries to detect these for all targets, cmake does
      it only for AmigaOS, to not inflate configure time.)
    
    Closes #15172

    Changed files

    • CMake/Platforms/WindowsCache.cmake
    • CMakeLists.txt
    • lib/curl_config.h.cmake