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

Builder curl-unthreaded-solaris10-sparc Build #13136

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision16db059a93240dd7917728c2db55935f60a150ea
Got Revision16db059a93240dd7917728c2db55935f60a150ea
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 43 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13136 Build
codebase Build
got_revision 16db059a93240dd7917728c2db55935f60a150ea Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 16db059a93240dd7917728c2db55935f60a150ea Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartThu May 8 20:10:31 2025
EndFri May 9 06:47:46 2025
Elapsed10 hrs, 37 mins, 14 secs

All Changes:

:

  1. Change #229237

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 10:19:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d528898f76f592a4bfc9ff3a00f7702461273db

    Comments

    lib: move multibyte.[ch] to curlx/
    This file provides functions in the curlx set.
    
    Closes #17285

    Changed files

    • .github/labeler.yml
    • lib/Makefile.inc
    • lib/curl_multibyte.c
    • lib/curl_multibyte.h
    • lib/curl_sspi.c
    • lib/curlx/curlx.h
    • lib/curlx/multibyte.c
    • lib/curlx/multibyte.h
    • lib/idn.c
    • lib/ldap.c
    • lib/rename.c
    • lib/socks_sspi.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • projects/generate.bat
    • src/Makefile.inc
    • tests/libtest/Makefile.inc
    • tests/server/Makefile.inc
    • winbuild/MakefileBuild.vc
  2. Change #229238

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 10:21:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c30c7d2170517cbc7567b9009a7c9b2e6c2d2205

    Comments

    src: include memdebug.h consistently with angle brackets <>
    Not double quotes. Since the file is never local.
    
    Closes #17284

    Changed files

    • src/mkhelp.pl
    • src/slist_wc.c
    • src/tool_bname.c
    • src/tool_findfile.c
    • src/tool_getpass.c
    • src/tool_operate.c
    • src/tool_sleep.c
    • src/tool_stderr.c
    • src/tool_xattr.c
  3. Change #229243

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 08 May 2025 10:24:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 778f306551880c3beb3ac8bbeb4b533094186e27

    Comments

    rtmp: remove no longer used proto member
    Add src/curlinfo to gitignore while we are here.
    Add tests/server/dnsd to gitignore while we are here.
    
    Closes #17252

    Changed files

    • lib/urldata.h
    • src/.gitignore
    • tests/server/.gitignore
  4. Change #229252

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 10:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f0fc30e904e49f1f9c62b34592b594e358c2a1d8

    Comments

    winbuild: curl_get_line is not used for tool builds
    Drop it from the build. Also remove it from the tests/server makefile.
    
    Follow-up to d8618f4d8480a8aa245c14f9cf3f1bcab92846c1
    
    Closes #17286

    Changed files

    • lib/curlx/curlx.h
    • tests/server/Makefile.inc
    • winbuild/MakefileBuild.vc
  5. Change #229267

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 11:39:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5b420f63298fcdb80e1f386d0c5e5bb4d0f78b9e

    Comments

    src: drop strcase.[ch] from tool builds
    They're not used there anymore.
    
    Closes #17289

    Changed files

    • projects/generate.bat
    • src/Makefile.inc
  6. Change #229276

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 08 May 2025 11:56:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 09fed294601cdc8c48f268ee980c7f0df0ff3adc

    Comments

    ssh: move easy handle/connection protocol structs to meta
    Closes #17273

    Changed files

    • lib/request.h
    • lib/url.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • lib/vssh/wolfssh.c
  7. Change #229277

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 11:57:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1c6fc0cd2b36384aad4d4425383e99b56e370c91

    Comments

    curlx: simplify the curlx_unicodefree macro
    - explain its purpose in a comment
    
    Closes #17287

    Changed files

    • lib/curlx/multibyte.h
    • src/tool_getparam.c
  8. Change #229284

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 08 May 2025 13:18:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 27bc798369cbdccf4c4ee805fad04938925b0a60

    Comments

    file: use easy handle meta for protocol struct
    Closes #17292

    Changed files

    • lib/file.c
    • lib/file.h
    • lib/request.c
    • lib/request.h
  9. Change #229285

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 May 2025 13:22:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4190c73094600de8341c925e327c3bcc112513a0

    Comments

    curlx: move nonblock.[ch] into curlx/
    Closes #17288

    Changed files

    • lib/Makefile.inc
    • lib/cf-socket.h
    • lib/connect.h
    • lib/curl_rtmp.c
    • lib/curlx/curlx.h
    • lib/curlx/nonblock.c
    • lib/curlx/nonblock.h
    • lib/nonblock.c
    • lib/nonblock.h
    • lib/socketpair.c
    • lib/ws.c
    • projects/generate.bat
    • src/Makefile.inc
    • tests/server/Makefile.inc
    • winbuild/MakefileBuild.vc
  10. 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
  11. 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