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

Builder curl-unthreaded-solaris11-i386 Build #5256

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5256 Build
codebase Build
got_revision adb4edd177402011c9649047f7ecbde9fda4080b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision adb4edd177402011c9649047f7ecbde9fda4080b 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Jun 18 19:01:47 2026
EndThu Jun 18 21:09:30 2026
Elapsed2 hrs, 7 mins, 42 secs

All Changes:

:

  1. Change #271676

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 18 Jun 2026 17:30:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 39628c50844eb8dd6f7416653a836fa0ec4d73eb

    Comments

    openssl: do not mix OpenSSL int result with `CURLcode` variable
    Seen with clang-22:
    ```
    lib/vtls/openssl.c:3538:14: error: implicit conversion from 'int' to enumeration type 'CURLcode' is invalid in C++ [-Werror,-Wimplicit-int-enum-cast]
     3538 |     result = SSL_ech_set1_server_names(octx->ssl,
          |            ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     3539 |                                        peer->origin->hostname, outername,
          |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     3540 |                                        0 /* do send outer */);
          |                                        ~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    ```
    Ref: https://github.com/curl/curl/actions/runs/27769068896/job/82163712258#step:42:43
    
    Cherry-picked from #22086
    
    Closes #22087

    Changed files

    • lib/vtls/openssl.c
  2. Change #271679

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 18 Jun 2026 17:47:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 595d052923629e44009d106c1804334012c48d0e

    Comments

    curl_multi_assign.md: clarify lifetime
    Closes #22088

    Changed files

    • docs/libcurl/curl_multi_assign.md
  3. Change #271681

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 18 Jun 2026 17:54:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adb4edd177402011c9649047f7ecbde9fda4080b

    Comments

    GHA: bump analyzer/sanitizer jobs to clang-22, and ubuntu-26.04
    On Linux, and Windows cross-builds.
    
    clang-tidy jobs look significantly faster. Other jobs remain around the
    same (this feels nice after seeing the significant slowdowns in
    Windows-2025, FreeBSD 15.)
    
    Before: https://github.com/curl/curl/actions/runs/27770630688
    After: https://github.com/curl/curl/actions/runs/27770913426?pr=22086
    
    gcc-analyzer also got faster:
    Before: https://github.com/curl/curl/actions/runs/27758865007/job/82127670883
    After: https://github.com/curl/curl/actions/runs/27768696084/job/82162385765
    
    Also:
    - work around actionlint 1.7.12 not yet being aware of ubuntu-26.04:
      ```
      windows.yml:770:14: label "ubuntu-26.04" is unknown. available labels are [...]
      ```
      Ref: https://github.com/curl/curl/actions/runs/27769065782/job/82163700294#step:6:13
      Ref: https://github.com/rhysd/actionlint/issues/682
      Ref: https://github.com/rhysd/actionlint/pull/683
    
    Follow-up to 5a2af800dea30b8ca5e6fa064ce2b8f2b9f0eb44 #22084
    
    Closes #22086

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/linux.yml
    • .github/workflows/windows.yml