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

Builder curl-unthreaded-solaris11-sparc Build #5457

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0793c98027edcf289cfe951879369a94cf64d323
Got Revision0793c98027edcf289cfe951879369a94cf64d323
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Mar 16 13:40:58 2026
EndMon Mar 16 14:52:51 2026
Elapsed1 hrs, 11 mins, 52 secs

All Changes:

:

  1. Change #261178

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 13:18:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d104f566fd48fe19a833a0552f605ede82d0b20

    Comments

    ldap: drop duplicate `ldap_set_option()` on Windows
    Already set after `ldap_sslinit()`/`ldap_init()` and before
    `ldap_ssl`-specific initialization.
    
    Follow-up to 39d1976b7f709a516e3243338ebc0443bdd8d56d #19830
    Follow-up to b41e65a8e3ed8fdafb535328997bedc925f21e37
    Follow-up to b91421b10764c4b7450ea29d305cc65c3f828dd1
    
    Closes #20930

    Changed files

    • lib/ldap.c
  2. Change #261180

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 13:32:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0793c98027edcf289cfe951879369a94cf64d323

    Comments

    cmake: rework binutils ld hack to not read `LOCATION` property
    Instead hook up the upstream target name as-is to the local wrapper
    target.
    
    To:
    - make the hack work regardless of how the upstream target was created.
    - make it work the same way in `curl-config.cmake`.
      Before this patch it had no guard for `IMPORTED` targets even though
      `find_dependencies()` is not guaranteed to create the target expected
      if it already existed and was potentially created differently.
    
    Depends-on: #20840
    Follow-up to 4f1646ef8a9ae3052ee3e13a09c418de9ec85819 #20486 #20419
    
    Closes #20839

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt