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

Builder curl-ares-solaris10-sparc Build #3613

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 57 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 3613 Build
codebase Build
got_revision 240408a725429b021d0e7785d12f06a20fc019e8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 240408a725429b021d0e7785d12f06a20fc019e8 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. Viktor Szakats

Timing:

StartMon May 18 09:11:37 2026
EndMon May 18 21:24:30 2026
Elapsed12 hrs, 12 mins, 53 secs

All Changes:

:

  1. Change #267518

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 17 May 2026 22:48:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64adc43a6ea07e4d807bbf9b5043fce56ccbccbb

    Comments

    scripts: catch Credits-to contributors
    Also:
    - THANKS: add Credits-to attribution missed earlier.
    
    Closes #21653

    Changed files

    • docs/THANKS
    • scripts/contributors.sh
    • scripts/contrithanks.sh
  2. Change #267519

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 17 May 2026 22:48:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3c597ced16e1f3aa7bfe08609add0feaf5c8d90d

    Comments

    cmake: fix three issues generating lib options in config files
    - drop duplicate libs lists next to each other in `libcurl.pc`.
      Logic copied from libssh2.
      Fixing (seen in a local build):
      ```diff
      -Libs.private: -lssh2 -lz -lz -lldap -llber -lssl -lcrypto -lcrypto -lz -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -licucore -liconv -lpsl -lbacktrace
      +Libs.private: -lssh2 -lz -lldap -llber -lssl -lcrypto -lz -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -licucore -liconv -lpsl -lbacktrace
      ```
      Refs:
      https://github.com/libssh2/libssh2/commit/e1da7b2cb89063fc253bf94570c1ccfb3f1c2e81
      https://github.com/libssh2/libssh2/pull/1621
      https://github.com/libssh2/libssh2/commit/6464301820a9ca4a56c5f02717430bbd4150c7b2
      https://github.com/libssh2/libssh2/pull/1131
    
    - handle `$<LINK_ONLY:NAMESPACE::NAME>` references.
      Fixing (seen in a local build using libssh2 v1.11.2-DEV):
      ```diff
      -Libs.private: -lssh2 -l$<LINK_ONLY:OpenSSL::Crypto> -lz -lldap -llber [...]
      +Libs.private: -lssh2 -lcrypto -lz -lldap -llber [...]
      ```
    
    - fix `-l-pthread` sneaking into `libcurl.pc`.
      Fixing (seen with Android):
      ```diff
      -Libs.private:  -lz -l-pthread
      +Libs.private: -pthread -lz
      ```
      Refs:
      https://github.com/microsoft/vcpkg/blob/2b65c20fc66eda893aa15a15a453c3cf09500b19/ports/curl/dependencies.patch#L631-L634
      https://github.com/microsoft/vcpkg/commit/70b941a5d2443e79eeab62507acb41bd22201277#diff-7f2c3b2f93cd3478671a603cbd5ef818c7c403a11dc25e1d3539e9b03495a5d3
      Upstream-patch-by: Kai Pastor
    
    Closes #21654

    Changed files

    • CMake/Macros.cmake
    • CMakeLists.txt
  3. Change #267537

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 07:53:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 240408a725429b021d0e7785d12f06a20fc019e8

    Comments

    scripts/contri*: fix the Credits-to regex
    On my suggestion, the regex turned up wrong when looking for Credits-to
    in git logs. This adjustment allows the leading spaces.
    
    Follow-up to 64adc43a6ea07e4d807bbf9b5
    
    Closes #21655

    Changed files

    • scripts/contributors.sh
    • scripts/contrithanks.sh