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

Builder curl-threaded-solaris11-i386 Build #4472

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 2 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 4472 Build
codebase Build
got_revision 91c24d3e10399f245c35b49dcd703182cc309973 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 91c24d3e10399f245c35b49dcd703182cc309973 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
  2. renovate[bot]

Timing:

StartFri Jan 9 19:09:10 2026
EndFri Jan 9 22:02:46 2026
Elapsed2 hrs, 53 mins, 36 secs

All Changes:

:

  1. Change #254655

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 09 Jan 2026 17:05:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1dedcbc35d63c39ea75d41bffd89df35b1f54df8

    Comments

    GHA: update dependency cloudflare/quiche to v0.24.7
    Closes #20224

    Changed files

    • .github/workflows/http3-linux.yml
  2. Change #254656

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 09 Jan 2026 17:05:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 91c24d3e10399f245c35b49dcd703182cc309973

    Comments

    cmake: silence useless compiler warnings triggered by the FASTBuild generator
    Silencing all of these:
    ```
    11>/tmp/_fbuild.tmp/0x0752c383/core_2/70816E19/krb5_sspi.c:1:5: error: this style of line directive is a GNU extension [-Werror,-Wgnu-line-marker]
        1 | # 1 "<built-in>"
          |     ^
    /path/to/curl/lib/vauth/krb5_sspi.c:29:6: error: this style of line directive is a GNU extension [-Werror,-Wgnu-line-marker]
       29 | # 26 "/path/to/curl/lib/vauth/krb5_sspi.c"
          |      ^
    [...]
    ```
    
    FASTBuild is slightly faster than Ninja in basic (single-machine, build
    from scratch) cases (and can be more faster in other build cases). It
    doesn't support unity builds. Maybe it can bring slightly better
    performance to non-unity cmake CI jobs, in jobs having an 'install
    prereq' phase already, and installing the fastbuild package being faster
    than this gain. It overall seems marginal if any in curl CI. At least
    for now. But it doesn't hurt if it works, and may be useful for some.
    
    Requires CMake 4.2+.
    
    That said this workaround may have a better place within CMake.
    
    Refs:
    https://www.kitware.com/cmake-fastbuild-distributed-cached-and-fast/
    https://cmake.org/cmake/help/latest/generator/FASTBuild.html
    https://github.com/fastbuild/fastbuild
    https://fastbuild.org/docs/home.html
    
    Closes #20230

    Changed files

    • CMake/PickyWarnings.cmake