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

Builder curl-unthreaded-solaris11-i386 Build #4015

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 50 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4015 Build
codebase Build
got_revision 8e321a53df866dfb2a2d5c5fc77c9639f733f93f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8e321a53df866dfb2a2d5c5fc77c9639f733f93f Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Nov 10 14:02:44 2025
EndMon Nov 10 17:40:00 2025
Elapsed3 hrs, 37 mins, 15 secs

All Changes:

:

  1. Change #248244

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 13:38:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37050a146221194f36d26845f32e29589e15b517

    Comments

    OS400/ccsidcurl: fix curl_easy_setopt_ccsid for non-converted blobs
    When a blob option is used and it does not convert, the code would
    erroneously pass along an uninitialized stack struct.
    
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19444

    Changed files

    • packages/OS400/ccsidcurl.c
  2. Change #248245

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 13:39:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e8725502087227a615216d9c56f5aee6119223a

    Comments

    socks_sspi: use free() not FreeContextBuffer()
    The memory is allocated with malloc().
    
    This reverts commit 1d01d4975f540f3a363b38e1296aead62130fc6d.
    
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19445

    Changed files

    • lib/socks_sspi.c
  3. Change #248246

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 13:40:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e321a53df866dfb2a2d5c5fc77c9639f733f93f

    Comments

    examples/crawler: fix variable
    A variable missed in the previous rename cleanup
    
    Follow-up to 928363f28ca533d743adcb70597c3e30917
    Reported-by: Gisle Vanem
    Closes #19446

    Changed files

    • docs/examples/crawler.c