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

Builder curl-unthreaded-solaris11-i386 Build #5206

Build In Progress:

ETA: 22:47:18 [47 mins, 59 secs]

Runtest

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5206 Build
codebase Build
got_revision e35ba09f47d55ff315a381032856e35f6da3f6dd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e35ba09f47d55ff315a381032856e35f6da3f6dd Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]
  3. sourceturner

Timing:

StartThu Jun 11 20:04:28 2026
Elapsed1 hrs, 54 mins, 50 secs

All Changes:

:

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