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

Builder curl-ares-solaris10-sparc Build #3007

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision684af00181145e08e6cb287d09ecdf29ee7450ab
Got Revision684af00181145e08e6cb287d09ecdf29ee7450ab
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 31 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 1 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3007 Build
codebase Build
got_revision 684af00181145e08e6cb287d09ecdf29ee7450ab Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 684af00181145e08e6cb287d09ecdf29ee7450ab Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Nov 7 10:35:28 2025
EndFri Nov 7 23:01:43 2025
Elapsed12 hrs, 26 mins, 15 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
  3. 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