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

Builder curl-ares-solaris11-i386 Build #5177

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision22d979400acee773da1ad9c462e5c75630650f21
Got Revision22d979400acee773da1ad9c462e5c75630650f21
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 6 mins, 3 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5177 Build
codebase Build
got_revision 22d979400acee773da1ad9c462e5c75630650f21 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 22d979400acee773da1ad9c462e5c75630650f21 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Jun 3 00:14:28 2026
EndWed Jun 3 02:02:56 2026
Elapsed1 hrs, 48 mins, 27 secs

All Changes:

:

  1. 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
  2. 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
  3. 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