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

Builder curl-unthreaded-solaris11-sparc Build #4597

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision684af00181145e08e6cb287d09ecdf29ee7450ab
Got Revision684af00181145e08e6cb287d09ecdf29ee7450ab
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 27 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 4597 Build
codebase Build
got_revision 684af00181145e08e6cb287d09ecdf29ee7450ab Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 684af00181145e08e6cb287d09ecdf29ee7450ab 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. Daniel Stenberg

Timing:

StartFri Nov 7 08:18:03 2025
EndFri Nov 7 08:46:42 2025
Elapsed28 mins, 39 secs

All Changes:

:

  1. Change #247832

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 08:15:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 684af00181145e08e6cb287d09ecdf29ee7450ab

    Comments

    setopt: when setting bad protocols, don't store them
    Both CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STR would
    previously return error on bad input but would wrongly still store and
    keep the partial (unacceptable) result in the handle.
    
    Closes #19389

    Changed files

    • lib/setopt.c