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

Builder curl-ares-solaris10-i386 Build #3419

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 47 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3419 Build
codebase Build
got_revision b445031e942f430480c15388671531964968b202 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b445031e942f430480c15388671531964968b202 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 23 19:15:00 2025
EndFri May 23 23:03:01 2025
Elapsed3 hrs, 48 mins, 1 secs

All Changes:

:

  1. Change #230616

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 23 May 2025 17:15:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fef013b81692a0977dbdc4667da793eca17919e

    Comments

    setopt: create set_ssl_options()
    Used for both CURLOPT_SSL_OPTIONS and CURLOPT_PROXY_SSL_OPTIONS
    
    Also: make the DoH code use the full original argument value instead of
    each individual flag. Makes it easier to keep all of these in synk.
    
    Closes #17429

    Changed files

    • lib/doh.c
    • lib/setopt.c
  2. Change #230617

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 23 May 2025 17:15:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b445031e942f430480c15388671531964968b202

    Comments

    urldata: remove the unused struct field 'hide_progress'
    It was only set, never read.
    
    Closes #17430

    Changed files

    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h