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

Builder curl-ares-solaris11-i386 Build #3723

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 22 mins, 23 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 3723 Build
codebase Build
got_revision 674ad27f7738b726edce0ab2b3c664dbf84d5837 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 674ad27f7738b726edce0ab2b3c664dbf84d5837 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jul 14 14:18:13 2025
EndMon Jul 14 17:53:43 2025
Elapsed3 hrs, 35 mins, 29 secs

All Changes:

:

  1. Change #239722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 11:24:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 245783338cb0bd50cafc152cfc2be5c69fa0b725

    Comments

    runner.pm: use `dirname()` in `singletest_prepare()`
    Replacing a regex, for portability.
    
    Reported-by: Stefan Eissing
    Bug: https://github.com/curl/curl/issues/17871#issuecomment-3051830614
    
    Cherry-picked from #17877
    Closes #17900

    Changed files

    • tests/runner.pm
  2. Change #239735

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 13:18:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f3890baaf9873c4c901e4d1a6ddee4ff3c283cf

    Comments

    config-win32: fix default targets, shorten macro logic
    When using winbuild or Visual Studio IDE Project Files.
    To simplify and prepare for dropping support for VS2008.
    
    Details:
    - fix VS2012 default target to be Windows 8 (was Vista).
      Confirmed by CI:
      ```
      -- The C compiler identification is MSVC 17.0.61030.0
      -- Found _WIN32_WINNT=0x0602
      ```
      Ref: https://ci.appveyor.com/project/curlorg/curl/builds/51594696/job/elbl0w5n7fmoos2f#L45
      It also aligns with the default being Windows 7 for VS2010,
      and Windows Vista for VS2008.
    - bump minimum target to XP (was Windows 2000) when using VS2008.
      curl requires XP.
    - add Windows release names to comments for clarity.
    - add hex Windows version to a comment for clarity.
    - merge VS2008/VS2012 minimum/default logic and comments.
    - reduce scope of local minimum/default macros.
    - shorten comments to fit within line limit.
    
    Closes #17916

    Changed files

    • lib/config-win32.h
  3. Change #239739

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 14:01:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8675c9e3f3c2d810c1b5b9998812c30f8c53f4aa

    Comments

    GHA: move iOS jobs from non-native to macos workflow
    No instant benefit, but it brings all Apple jobs into the same workflow.
    
    Then perhaps allows intergrating iOS jobs with macOS ones, and in
    the meantime keep them more tightly aligned.
    
    Closes #17912

    Changed files

    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
  4. Change #239740

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 14:01:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f98c0ba834d4b4da480373b732a86976f9064ccd

    Comments

    GHA/windows: drop Windows CE jobs from CI
    In preparation for the removal of Windows CE support.
    
    These jobs were also using a macOS runner, which is a waste. And it'd be
    too much effort to move them over to Windows or Linux.
    
    Follow-up to 8491e6574cde770b227ca0e1cd66548291f49661 #17379
    
    Closes #17924

    Changed files

    • .github/workflows/windows.yml
  5. Change #239741

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Jul 2025 14:08:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 674ad27f7738b726edce0ab2b3c664dbf84d5837

    Comments

    http/3: report handshake with version and cipher as for TCP connections
    Make reporting into separate functions, to be called from QUIC handshakes
    as well.
    
    Closes #17922

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/vquic-tls.c
    • lib/vquic/vquic-tls.h
    • lib/vtls/gtls.c
    • lib/vtls/gtls.h
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/wolfssl.c
    • lib/vtls/wolfssl.h