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

Builder curl-threaded-solaris11-i386 Build #4323

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision74a2828279ddbb2b58868c675ee6c73a2daad0ef
Got Revision74a2828279ddbb2b58868c675ee6c73a2daad0ef
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 6 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 4323 Build
codebase Build
got_revision 74a2828279ddbb2b58868c675ee6c73a2daad0ef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 74a2828279ddbb2b58868c675ee6c73a2daad0ef 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:

StartTue Dec 16 13:51:43 2025
EndTue Dec 16 13:54:01 2025
Elapsed2 mins, 17 secs

All Changes:

:

  1. Change #252371

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 16 Dec 2025 13:41:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5431b3dd6bbbf3b3ae25dab955e5e3a2f94d49ad

    Comments

    build: unix socket tidy-ups
    - lib: delete two unused `<sys/un.h>` includes.
    
    - lib: drop interim macro `WIN32_SOCKADDR_UN`.
      Follow-up to 0fe9018e1a1af0d906dfe934efe2f2b1ba48f060 #7737
      Also fixing a potential issue of leaving unix socket support disabled
      if any header would include Windows' `afunix.h`, and define
      `UNIX_PATH_MAX` on its own.
    
    - connect: honor unix socket disable option.
    
    - connect: simplify unix socket PP condition.
      `USE_UNIX_SOCKETS` already means the necessary header/type are
      available, guaranteed by configure. `AF_UNIX` is already used
      elsewhere in the code without explicit checks.
    
    - curl_setup.h: document availability of `afunix.h` on Windows more.
      It requires mingw-w64 10+ or MS SDK 10.17763.0 VS2017 15.8+.
    
    - curl_setup.h: use `afunix.h` with mingw-w64 v10+ to start avoiding
      the local workaround if possible.
    
    - GHA/windows: test disable unix socket option on Windows.
    
    Ref: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
    
    Closes #19989

    Changed files

    • .github/workflows/windows.yml
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/connect.c
    • lib/curl_setup.h
  2. Change #252372

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 16 Dec 2025 13:43:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74a2828279ddbb2b58868c675ee6c73a2daad0ef

    Comments

    runtests: log the required minimum number of tests in CI
    For Test Clutch.
    
    If set (via env or tflags), include the minimum number of tests required
    in runtests' log output:
    ```
    * Min tests: 1750
    ```
    
    Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942
    
    Closes #19987

    Changed files

    • tests/runtests.pl