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

Builder curl-threaded-solaris11-i386 Build #4775

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision29cb750fc2bdd8a00eb32fb4ace28705fba1e31a
Got Revision29cb750fc2bdd8a00eb32fb4ace28705fba1e31a
Changes4 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4775 Build
codebase Build
got_revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Mar 16 16:03:48 2026
EndMon Mar 16 19:11:13 2026
Elapsed3 hrs, 7 mins, 25 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
  3. Change #261191

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 14:24:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3525ed9b2f1d63a6da1dc0aac835a04ad5073854

    Comments

    ECH.md: replace double-backticks with single ones
    Also fix a indent/space nits.
    
    Closes #20937

    Changed files

    • docs/ECH.md
  4. Change #261200

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 15:31:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a

    Comments

    tool_cb_wrt: fix no-clobber error handling
    When saving a file with --no-clobber, make sure the existing file name
    remains set when creating the name fails. In a retry scenario, it comes
    back and uses that variable again.
    
    Add test 3036 to verify.
    
    Reported-by: James Fuller
    Closes #20939

    Changed files

    • src/tool_cb_wrt.c
    • tests/data/Makefile.am
    • tests/data/test3036