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

Builder curl-threaded-solaris10-sparc Build #2789

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu May 8 23:01:30 2025
EndFri May 9 09:48:55 2025
Elapsed10 hrs, 47 mins, 24 secs

All Changes:

:

  1. Change #229304

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 08 May 2025 15:11:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5b454bae0cab77dfbeb4e52f156d13ce8e0437b9

    Comments

    cmake: test integration with old cmake (v3.11.4 2018-03-28)
    Tests with old cmake are slow. (no Ninja, no unity, and running slower
    than recent versions.)
    
    It also revealed that 3.7.2 2017-01-13 is too old to consume curl via
    `find_package()` due to:
    ```
    CMake Error at bld-curl/_pkg/lib/cmake/CURL/CURLConfig.cmake:69 (add_library):
      add_library cannot create ALIAS target "CURL::libcurl" because target
      "CURL::libcurl_shared" is IMPORTED.
    Call Stack (most recent call first):
      CMakeLists.txt:48 (find_package)
    
    CMake Error at bld-curl/_pkg/lib/cmake/CURL/CURLConfig.cmake:69 (add_library):
      add_library cannot create ALIAS target "CURL::libcurl" because target
      "CURL::libcurl_shared" is IMPORTED.
    Call Stack (most recent call first):
      CMakeLists.txt:49 (find_package)
    ```
    The mitigation for this issue requires 3.11.
    
    Also:
    - rename a few existing envs to use the `TEST_` prefix.
    - make the `find_package` test provider stage verbose.
    - fix issue when consuming with cmake 3.7.2 (all platforms):
      ```
      CMake Error at /home/runner/cmake-3.7.2-Linux-x86_64/share/cmake-3.7/Modules/CMakeFindDependencyMacro.cmake:25 (message):
        Invalid arguments to find_dependency.  VERSION is empty
      Call Stack (most recent call first):
        bld-curl/_pkg/lib/cmake/CURL/CURLConfig.cmake:52 (find_dependency)
        CMakeLists.txt:48 (find_package)
      ```
      Ref: https://github.com/curl/curl/actions/runs/14906066962/job/41868621979?pr=17293#step:9:1199
    
    Closes #17293

    Changed files

    • .github/workflows/distcheck.yml
    • CMake/curl-config.cmake.in
    • tests/cmake/test.sh
  2. Change #229360

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 17:09:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 16db059a93240dd7917728c2db55935f60a150ea

    Comments

    curlx: move version_win32.[ch] to curlx/
    For curlx_verify_windows_version
    
    Closes #17290

    Changed files

    • lib/Makefile.inc
    • lib/cf-socket.c
    • lib/connect.c
    • lib/curl_sspi.c
    • lib/curlx/curlx.h
    • lib/curlx/timeval.c
    • lib/curlx/version_win32.c
    • lib/curlx/version_win32.h
    • lib/system_win32.c
    • lib/version_win32.c
    • lib/version_win32.h
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • projects/Windows/VC10/src/curl.tmpl
    • projects/Windows/VC11/src/curl.tmpl
    • projects/Windows/VC12/src/curl.tmpl
    • projects/generate.bat
    • src/Makefile.inc
    • tests/server/Makefile.inc
    • winbuild/MakefileBuild.vc
  3. Change #229370

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 22:33:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fef848037809878e6e3a77e8376994c43a4d60a

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES