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

Builder curl-ares-solaris10-i386 Build #4443

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione35ba09f47d55ff315a381032856e35f6da3f6dd
Got Revisione35ba09f47d55ff315a381032856e35f6da3f6dd
Changes9 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]
  4. sourceturner

Timing:

StartThu Jun 11 20:38:26 2026
EndFri Jun 12 06:34:27 2026
Elapsed9 hrs, 56 mins, 0 secs

All Changes:

:

  1. Change #270421

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 13:21:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b336e6b73c3da9a0cf645aada31853c80985963

    Comments

    content_encoding: fix non-last chunked rejection
    Even when two 'chunked' are listed and neither is the last encoding the
    transfer is rejected.
    
    Verified by test 1722 and 1723
    
    Reported-by: violet12331 on hackerone
    Closes #21966

    Changed files

    • lib/content_encoding.c
    • tests/data/Makefile.am
    • tests/data/test1722
    • tests/data/test1723
  2. Change #270441

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 15:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f763847982dcbcb95ee6f02b4fa654994ef60c5b

    Comments

    cf-ip-happy.c: minor comment typo

    Changed files

    • lib/cf-ip-happy.c
  3. Change #270453

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 16:02:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08ae71f33dfb912a8f5f5f3b1b5d42b1ab136f8d

    Comments

    CURLOPT_WRITEFUNCTION.md: remove stray reference to HSTS
    It appears to have landed here by mistake
    
    Closes #21968

    Changed files

    • docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md
  4. Change #270454

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 16:06:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f45bb8f5b369ae6d952a0f959321af2a57c03fe

    Comments

    http_digest: return better error
    It is not a content encoding error.
    
    Found by the GitHub AI thing.
    
    Closes #21969

    Changed files

    • lib/http_digest.c
  5. Change #270474

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 17:55:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 663b156a37943866ff6ffc98ce62bb9ae5a40789

    Comments

    GHA/windows: bump Cygwin Action and adjust version number
    It seems the commit hash behind the v6.1 tag is changing, and the latest
    version is actually v6.0.2, which is currently mapped to the v6.1 hash.
    
    Fixing:
    ```
    warning[ref-version-mismatch]: action's hash pin has mismatched or missing version comment
      --> .github/workflows/windows.yml:98:87
       |
    98 |       - uses: cygwin/cygwin-install-action@711d29f3da23c9f4a1798e369a6f01198c13b11a # v6.1
       |         ---------------------------------------------------------------------------   ^^^^ points to commit 3f0a3f9f988f
       |         |
       |         is pointed to by tag v6.0.1
    ```
    
    Ref: https://github.com/cygwin/cygwin-install-action/issues/59
    
    Closes #21974

    Changed files

    • .github/workflows/windows.yml
  6. Change #270496

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 11 Jun 2026 19:31:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0d433d0809326b4015232765ac913ab336a0172

    Comments

    GHA: update debian:bookworm-slim Docker digest to 96e378d
    Closes #21958

    Changed files

    • Dockerfile
  7. Change #270497

    Category curl
    Changed by sourceturner <186975065+sourceturnerohnoyoudont@users.noreply.github.com>
    Changed at Thu 11 Jun 2026 19:33:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04a85a1d385fb94ef076764c926a8c0006eff19f

    Comments

    asyn-thrdd: add IPv6 guards
    It seems that the usual '#ifdef USE_IPV6' guards have been overlooked in
    lib/asyn-thrdd.c.
    
    This commit makes sure that the code compiles if IPv6 is not available.
    
    Closes #21881

    Changed files

    • lib/asyn-thrdd.c
  8. Change #270502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:48:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a606c68faa10ac726a246d3a78f03488b22c26c

    Comments

    tidy-up: miscellaneous
    - GHA/windows: drop redundant double-quotes.
    - CMake/PickyWarnings: improve/shorten comment.
    - INTERNALS: fix typo in LibreSSL release date.
    - drop redundant parentheses from single variables and sole `#if`
      expressions.
    - cf-ip-happy: fix missing space from error string.
    - telnet: fix parentheses in commented PP code.
    - lib1922: fix typo test output text.
    - smbserver: unfold lines.
    - smbserver: use f-string.
    - smbserver: initialize binary string as b``.
    - fix typos in comments.
    
    Closes #21972

    Changed files

    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake
    • docs/INTERNALS.md
    • docs/examples/chkspeed.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • lib/cf-ip-happy.c
    • lib/http2.c
    • lib/multi.c
    • lib/peer.h
    • lib/telnet.c
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vtls/schannel_verify.c
    • tests/data/test1922
    • tests/libtest/lib1922.c
    • tests/smbserver.py
  9. Change #270503

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:52:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e35ba09f47d55ff315a381032856e35f6da3f6dd

    Comments

    tidy-up: add spaces around equal operators where missing
    Found via regex search: `=[^~>= ]`
    
    Closes #21975

    Changed files

    • .github/scripts/randcurl.pl
    • docs/examples/adddocsref.pl
    • docs/examples/version-check.pl
    • docs/libcurl/mksymbolsmanpage.pl
    • docs/libcurl/symbols.pl
    • lib/optiontable.pl
    • scripts/badwords
    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/cdall
    • scripts/checksrc.pl
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/nroff2cd
    • scripts/release-notes.pl
    • scripts/singleuse.pl
    • scripts/top-complexity
    • scripts/top-length
    • src/mkhelp.pl
    • tests/allversions.pm
    • tests/appveyor.pm
    • tests/ftpserver.pl
    • tests/getpart.pm
    • tests/globalconfig.pm
    • tests/http2-server.pl
    • tests/http3-server.pl
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/memanalyze.pl
    • tests/memanalyzer.pm
    • tests/pathhelp.pm
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/test1119.pl
    • tests/test1135.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1165.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1175.pl
    • tests/test1177.pl
    • tests/test1222.pl
    • tests/test1275.pl
    • tests/test1276.pl
    • tests/test1477.pl
    • tests/test1486.pl
    • tests/test1488.pl
    • tests/test1544.pl
    • tests/test745.pl
    • tests/test971.pl
    • tests/testcurl.pl
    • tests/testutil.pm