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

Builder curl-ares-solaris10-sparc Build #3521

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6eab0a42e369b0cf2488d35ead2fdd7d5b676ca6
Got Revision6eab0a42e369b0cf2488d35ead2fdd7d5b676ca6
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 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-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3521 Build
codebase Build
got_revision 6eab0a42e369b0cf2488d35ead2fdd7d5b676ca6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6eab0a42e369b0cf2488d35ead2fdd7d5b676ca6 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. John Haugabook
  3. Viktor Szakats

Timing:

StartTue Mar 31 22:55:41 2026
EndWed Apr 1 12:19:59 2026
Elapsed13 hrs, 24 mins, 18 secs

All Changes:

:

  1. Change #263008

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 13:23:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6828df7d2116fe680a0d012b06a4501e26efa99b

    Comments

    cmake: improve passing build options to `try_compile()`
    Pass build options directly via `COMPILE_DEFINTIONS` and
    `LINK_LIBRARIES`, instead of "tunneling" them through `CMAKE_FLAGS`.
    The latter method breaks when passing `Threads::Threads` as library via
    `CMAKE_REQUIRED_LIBRARIES`, while also being complex and fragile.
    
    Example:
    ```
    -- Performing Test HAVE_FSETXATTR_5
    CMake Error at bld/CMakeFiles/CMakeTmp/CMakeLists.txt:27 (target_link_libraries):
      Target "cmTC_3386e" links to:
    
        Threads::Threads
    
      but the target was not found.  Possible reasons include:
    
        * There is a typo in the target name.
        * A find_package call is missing for an IMPORTED target.
        * An ALIAS target is missing.
    
    CMake Error at CMake/Macros.cmake:51 (try_compile):
      Failed to generate test project build system.
    Call Stack (most recent call first):
      CMakeLists.txt:1684 (curl_internal_test)
    ```
    Ref: https://github.com/curl/curl/actions/runs/23792043930/job/69329796592?pr=21168#step:38:318
    
    Note: a side-effect is no longer passing C compiler flags (e.g.
    `CMAKE_REQUIRED_FLAGS`) to the _linker_. This should not be an issue,
    though CMake is passing them during its built-in detections.
    
    Ref: https://cmake.org/cmake/help/v3.18/command/try_compile.html
    
    Closes #21176

    Changed files

    • CMake/Macros.cmake
    • CMakeLists.txt
  2. Change #263027

    Category curl
    Changed by John Haugabook <johnhaugabookohnoyoudont@gmail.com>
    Changed at Tue 31 Mar 2026 16:49:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1f7ffd572c5375ceac14d17177b206ffeebcd78

    Comments

    INSTALL.md: update Cygwin instructions
    Polish Cygwin section of install, adding suggestions for:
    
    - `cmake`
    - `ninja`
    - `setup --build-depends`
    
    Closes #20995

    Changed files

    • docs/INSTALL.md
  3. Change #263045

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 17:15:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c31fcf2decfbf1259cc1f3192f0cde9416189510

    Comments

    docs: SSH host verification is done at connect time
    Connection reuse is done more "casually" once verified.
    
    Closes #21173

    Changed files

    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md
    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md
    • docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.md
  4. Change #263046

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 17:17:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f14d9e6efc9dc82725d0547f2dd77fc29192ecbd

    Comments

    cmake: enable pthreads for BoringSSL/AWS-LC
    Depends on 6828df7d2116fe680a0d012b06a4501e26efa99b #21176
    
    Closes #21168

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  5. Change #263047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 17:17:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1570091f1012e0a280ff28993c668a28affbd309

    Comments

    INSTALL.md: refer to as Cygwin
    Replacing `cygwin`.
    
    Closes #21179

    Changed files

    • docs/INSTALL.md
  6. Change #263048

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 17:19:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd7fcd581f68fb76198497d585e9844e23d0f3ce

    Comments

    lib: accept larger input to md5/hmac/sha256/sha512 functions
    Avoid unchecked data conversions from size_t to unsigned int.
    
    Reported-by: James Fuller
    Closes #21174

    Changed files

    • lib/curl_hmac.h
    • lib/curl_md5.h
    • lib/curl_sha256.h
    • lib/curl_sha512_256.c
    • lib/hmac.c
    • lib/md5.c
    • lib/sha256.c
  7. Change #263055

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 17:53:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6eab0a42e369b0cf2488d35ead2fdd7d5b676ca6

    Comments

    md5: fix large size handling
    Follow-up to dd7fcd581f68fb76198497d
    
    Closes #21180

    Changed files

    • lib/md5.c