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

Builder curl-threaded-solaris11-i386 Build #4934

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3512b673ddc54074676d8322f8a414e364ce0eb2
Got Revision3512b673ddc54074676d8322f8a414e364ce0eb2
Changes2 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 ...' ( 53 mins, 51 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4934 Build
codebase Build
got_revision 3512b673ddc54074676d8322f8a414e364ce0eb2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3512b673ddc54074676d8322f8a414e364ce0eb2 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

Timing:

StartMon Apr 13 23:50:50 2026
EndTue Apr 14 01:39:46 2026
Elapsed1 hrs, 48 mins, 56 secs

All Changes:

:

  1. Change #264351

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:12:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a349b5eed53ee42d933c392edd75ffe0fc9e4cf

    Comments

    setopt: fix typos in comments
    Closes #21303

    Changed files

    • lib/setopt.c
  2. Change #264353

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:23:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3512b673ddc54074676d8322f8a414e364ce0eb2

    Comments

    lib: move request specific allocations to the request struct
    To make it clearer that they are ephemeral.
    
    Closes #21301

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/request.c
    • lib/request.h
    • lib/rtsp.c
    • lib/url.c
    • lib/urldata.h