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

Builder curl-ares-solaris11-i386 Build #4002

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Nov 7 08:18:05 2025
EndFri Nov 7 10:01:26 2025
Elapsed1 hrs, 43 mins, 21 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