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

Builder curl-ares-solaris11-sparc Build #5331

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 18 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5331 Build
codebase Build
got_revision 8e3a2a64d103a46508e17cde76595993de96ea6c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8e3a2a64d103a46508e17cde76595993de96ea6c Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Feb 22 15:04:56 2026
EndSun Feb 22 15:27:19 2026
Elapsed22 mins, 23 secs

All Changes:

:

  1. Change #258542

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 14:56:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e3a2a64d103a46508e17cde76595993de96ea6c

    Comments

    tool: improve config error messaging
    - make sure that errors for specific options in config files identify
      the file, line number and shows the error about the correct option
    
    - improve some error message wording
    
    - add warning for leading single quote of arguments in config files
      (verified in test 1712)
    
    - adjust test error outputs accordingly
    
    test1712 introduces mode=warn
    
    Use the mode="warn" attribute if the output curl warning output, as it
    then makes the check without newlines and the prefix to better handle
    that the lines may wrap at different points depending on the lengths of
    the lines and terminal width.
    
    Fixes #20598
    Closes #20666

    Changed files

    • docs/tests/FILEFORMAT.md
    • src/tool_getparam.h
    • src/tool_helpers.c
    • src/tool_parsecfg.c
    • tests/data/Makefile.am
    • tests/data/test1712
    • tests/data/test459
    • tests/runtests.pl