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

Builder curl-unthreaded-solaris11-i386 Build #4655

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 5 mins, 47 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4655 Build
codebase Build
got_revision 8e3a2a64d103a46508e17cde76595993de96ea6c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8e3a2a64d103a46508e17cde76595993de96ea6c 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:

StartSun Feb 22 16:11:08 2026
EndSun Feb 22 19:10:43 2026
Elapsed2 hrs, 59 mins, 35 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