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

Builder curl-threaded-solaris11-i386 Build #5216

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision663b156a37943866ff6ffc98ce62bb9ae5a40789
Got Revision663b156a37943866ff6ffc98ce62bb9ae5a40789
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jun 11 19:09:49 2026
EndThu Jun 11 21:18:17 2026
Elapsed2 hrs, 8 mins, 28 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