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

Builder curl-unthreaded-solaris11-sparc Build #6076

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 26 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 6076 Build
codebase Build
got_revision 93e2341e87564d5f6f69a061b0280284d04f65da Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 93e2341e87564d5f6f69a061b0280284d04f65da 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. Viktor Szakats

Timing:

StartFri Jun 19 14:49:59 2026
EndFri Jun 19 15:13:39 2026
Elapsed23 mins, 40 secs

All Changes:

:

  1. Change #271807

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 14:46:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04305a3e40989d3731e97bd0ef41bbd55c680a3f

    Comments

    runtests: drop orphaned, no-op `-k` option
    And the corresponding internal variable.
    
    This option became the always-enabled default earlier, via #4035.
    
    Reported-by: Zartaj Majeed
    Ref: #22098
    Follow-up to 6617db6a7ed322d28322896aa20bcabf3a479e7c #4035
    
    Closes #22100

    Changed files

    • docs/runtests.md
    • tests/runtests.pl
  2. Change #271808

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 14:46:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 93e2341e87564d5f6f69a061b0280284d04f65da

    Comments

    vquic: fix `-Wunused-parameter` with proxies disabled
    Fixing:
    ```
    lib/vquic/vquic.c:864:56: error: unused parameter 'conn' [-Werror,-Wunused-parameter]
      864 |                              const struct connectdata *conn,
          |                                                        ^
    ```
    
    Closes #22104

    Changed files

    • lib/vquic/vquic.c