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

Builder curl-unthreaded-solaris10-i386 Build #16680

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionacdeb7f50ba281a5fd12a4df5e633b7c7d9a90e6
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16680 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision acdeb7f50ba281a5fd12a4df5e633b7c7d9a90e6 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartFri Jun 19 18:50:59 2026
Elapsed2 hrs, 2 mins, 13 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
  3. Change #271811

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 19 Jun 2026 15:26:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 94962a9b82b5d6a13f5f75ae41e6cb3b58e25601

    Comments

    GHA: update dependency cloudflare/quiche to v0.29.2
    Closes #22106

    Changed files

    • .github/workflows/http3-linux.yml
  4. Change #271839

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

    Comments

    KNOWN_BUGS.md: drop outdated CMake issues
    - "cmake outputs: no version information available"
      Ref: #11158
    
      Seems to be about missing support for autotools `--enable-versioned-symbols`.
      This was implemented for CMake in:
      14d4712db7e34fda25a11fd5f23f0f57a6aea67f #17039
      7100c5bc9b8c9c49a44c47d64b42e98b4de2465b #14818
      7b1444979094a365c82c665cce0e2ebc6b69467b #14378
    
    - "generated `.pc` file contains strange entries"
      Ref: #6167
    
      Fixed in:
      9f56bb608ecfbb8978c6cb72a04d9e8b23162d82 #14681
    
    - "CMake build with MIT Kerberos does not work"
      Ref: #6904
    
      The FindGSS module responsible for MIT Kerberos detection has seen 50
      updates since this report. In the last years I made many local tests
      with it, and it's also extensively CI-tested since (including Windows
      for a 1-year period), with no known issues.
    
    If you see problems remaining, let us know in a new issue.
    
    Closes #22108

    Changed files

    • docs/KNOWN_BUGS.md