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

Builder curl-unthreaded-solaris11-sparc Build #6264

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Alb3e3

Timing:

StartThu Aug 20 21:14:41 2026
EndThu Aug 20 21:47:23 2026
Elapsed32 mins, 41 secs

All Changes:

:

  1. Change #278815

    Category curl
    Changed by Alb3e3 <74142887+Alb3e3ohnoyoudont@users.noreply.github.com>
    Changed at Thu 20 Aug 2026 22:55:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74b732f63792317a9ca8ad7877729cad445bc985

    Comments

    tool_msgs: make notef() respect --silent
    Until 8.17.0 the --silent check lived in voutf(), so it covered every
    message type that went through it. 56450ce26f moved that check out to
    the callers so that errorf() could honour --show-error, and warnf() and
    errorf() got the check back, but notef() did not. Since then "Note:"
    messages have been printed even with --silent, as long as tracing was
    on.
    
    Reported-by: Jace Laquerre
    Fixes #22623
    Closes #22625

    Changed files

    • docs/cmdline-opts/silent.md
    • src/tool_msgs.c
    • tests/data/Makefile.am
    • tests/data/test1740
    • tests/data/test1741