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

Builder curl-unthreaded-solaris11-i386 Build #3994

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 35 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 3994 Build
codebase Build
got_revision 8e93a74a731714767e2414e1a5687aa0ef31d9ea Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8e93a74a731714767e2414e1a5687aa0ef31d9ea 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:

StartFri Nov 7 01:18:46 2025
EndFri Nov 7 04:00:06 2025
Elapsed2 hrs, 41 mins, 19 secs

All Changes:

:

  1. Change #247811

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Nov 2025 23:42:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e93a74a731714767e2414e1a5687aa0ef31d9ea

    Comments

    tool_paramhlp: refuse --proto remove all protocols
    curl is for transfers so disabling all protocols has to be a mistake.
    Previously it would allow this to get set (even if curl_easy_setopt()
    returns an error for it) and then let libcurl return error instead.
    
    Updated 1474 accordingly.
    
    Closes #19388

    Changed files

    • src/tool_paramhlp.c
    • tests/data/test1474