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

Builder curl-ares-solaris10-sparc Build #3640

Build In Progress:

ETA: 11:14:37 [16 mins, 39 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfb6be547e826f266e96bbbc3df4be18f5b8d37c7
Changes8 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' 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-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3640 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision fb6be547e826f266e96bbbc3df4be18f5b8d37c7 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jay Satiro
  3. Stefan Eissing
  4. Vasiliy-Kkk
  5. Viktor Szakats
  6. dependabot[bot]

Timing:

StartWed Jun 3 02:52:43 2026
Elapsed8 hrs, 5 mins, 13 secs

All Changes:

:

  1. Change #269205

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Jun 2026 15:31:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 89683e05b9e0884ccb860a3e01822c20145a12ef

    Comments

    tidy-up: use test/example domains more
    Closes #21849

    Changed files

    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • tests/data/test536
    • tests/libtest/lib536.c
    • tests/unit/unit2600.c
  2. Change #269210

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 17:01:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a4313f1a98218dd577ee3da5e91ee432727012b6

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #269220

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Tue 02 Jun 2026 19:47:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74f18f27a21c08d924dea525dad37fc388b489e0

    Comments

    github: Add AI usage warning to issue, doc and PR templates
    - Explain to contributors that though AI use is acceptable they must
      not file unless they can understand and explain their work without AI.
    
    Assisted-by: Viktor Szakats
    
    Ref: https://github.com/curl/curl/discussions/21792
    
    Closes https://github.com/curl/curl/pull/21801

    Changed files

    • .github/ISSUE_TEMPLATE/bug_report.yml
    • .github/ISSUE_TEMPLATE/docs.yml
    • .github/pull_request_template.md
    • REUSE.toml
  4. Change #269222

    Category curl
    Changed by Vasiliy-Kkk <61242428+Vasiliy-Kkkohnoyoudont@users.noreply.github.com>
    Changed at Tue 02 Jun 2026 19:58:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a79467343fa709e6065c16293b79504d234d7311

    Comments

    schannel: use fopen instead CreateFile
    - Refactor CA file reading to use the typical fopen/fread instead of
      CreateFile/ReadFile.
    
    Closes https://github.com/curl/curl/pull/21773

    Changed files

    • lib/vtls/schannel_verify.c
  5. Change #269230

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Jun 2026 21:59:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2932b7f56f4658d7371719fe68648d7504a3af28

    Comments

    gtls: minor fixes and improvements
    - fix GnuTLS function name reference in `Curl_gtls_shared_creds_create()`
      error message.
      Spotted by GitHub Code Quality.
    - unfold a line.
    - in `Curl_gtls_verifyserver()`:
      - report the failure of `gnutls_x509_crt_import()`.
        Spotted by GitHub Code Quality.
      - fix a minor inconsistency in error strings.
      - drop redundant NULL checks for `config->issuercert`.
    
    Closes #21850

    Changed files

    • lib/vtls/gtls.c
  6. Change #269240

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 22:46:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5d178de986ee124a8ec88f252769488d6644decb

    Comments

    hsts.md: mention multiple curl invokes effect
    Reported-by: zhanhb on github
    Ref: #21847
    Closes #21851

    Changed files

    • docs/cmdline-opts/hsts.md
  7. Change #269241

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Jun 2026 22:48:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 22d979400acee773da1ad9c462e5c75630650f21

    Comments

    vquic: moving related things into subdir
    Move QUIC related implementations into the vquic directory. Rename
    files that implement a connection filter accordingly.
    
    Closes #21848

    Changed files

    • lib/Makefile.inc
    • lib/capsule.c
    • lib/capsule.h
    • lib/cf-capsule.c
    • lib/cf-capsule.h
    • lib/cf-h2-proxy.c
    • lib/cf-h3-proxy.c
    • lib/cf-h3-proxy.h
    • lib/cf-ip-happy.c
    • lib/connect.c
    • lib/curl_trc.c
    • lib/http_proxy.c
    • lib/vquic/capsule.c
    • lib/vquic/capsule.h
    • lib/vquic/cf-capsule.c
    • lib/vquic/cf-capsule.h
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vquic/cf-ngtcp2-proxy.h
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/cf-ngtcp2.h
    • lib/vquic/cf-quiche.c
    • lib/vquic/cf-quiche.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_ngtcp2.h
    • lib/vquic/curl_quiche.c
    • lib/vquic/curl_quiche.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • tests/unit/unit3400.c
  8. Change #269247

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 03 Jun 2026 00:27:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb6be547e826f266e96bbbc3df4be18f5b8d37c7

    Comments

    GHA: bump 2 GitHub Actions
    - updates `actions/labeler` from 6.0.1 to 6.1.0
    - updates `github/codeql-action` from 4.35.2 to 4.36.0
    
    Closes #21852

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/label.yml