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

Builder curl-threaded-solaris11-i386 Build #4006

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 50 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 4006 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-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
  2. Viktor Szakats

Timing:

StartFri Nov 7 00:24:14 2025
EndFri Nov 7 03:05:26 2025
Elapsed2 hrs, 41 mins, 12 secs

All Changes:

:

  1. Change #247791

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Nov 2025 22:18:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e108778db318b74b28c5ca35e3dd583bd0bca118

    Comments

    GHA/macos: replace deleted gcc-12 with gcc-13/gcc-14
    GitHub dropped gcc-12 for the remaining two macos runner images.
    Replace it with gcc-13 in normal jobs, and gcc-14 in combination jobs.
    
    Ref: https://github.com/actions/runner-images/commit/f7e2c3f34b4985282b39ba42de9f6862a2f8a242
    Ref: https://github.com/actions/runner-images/pull/13249
    
    Ref: https://github.com/actions/runner-images/commit/1c1351b6350d920e6c5c524f3eb80cc48c8069a4
    Ref: https://github.com/actions/runner-images/pull/13253
    
    Closes #19387

    Changed files

    • .github/workflows/macos.yml
  2. 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