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

Builder curl-ares-solaris10-sparc Build #3712

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf5378b88a974e565f767f2a041972aa942a69c5d
Got Revisionf5378b88a974e565f767f2a041972aa942a69c5d
Changes7 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 mins, 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 20 mins, 31 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3712 Build
codebase Build
got_revision f5378b88a974e565f767f2a041972aa942a69c5d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f5378b88a974e565f767f2a041972aa942a69c5d Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Alhuda Khan
  2. Stefan Eissing
  3. Viktor Szakats
  4. hunterinvariants

Timing:

StartTue Aug 11 22:09:39 2026
EndWed Aug 12 13:04:29 2026
Elapsed14 hrs, 54 mins, 50 secs

All Changes:

:

  1. Change #277765

    Category curl
    Changed by hunterinvariants <217359725+hunterinvariantsohnoyoudont@users.noreply.github.com>
    Changed at Tue 11 Aug 2026 09:14:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 419f6404d46d8f5e404988149a0881d015113bb9

    Comments

    schannel: reuse the send buffer
    - Reuse a buffer for schannel_send instead of allocating and freeing a
      buffer for every send.
    
    Closes https://github.com/curl/curl/pull/22540

    Changed files

    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
  2. Change #277773

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Aug 2026 10:26:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6c7993d4d9f8722a869207f86a31f20fa9e8780d

    Comments

    build: strip trailing spaces from `libcurl.pc`
    Fixing:
    ```
    $ pccritic libcurl.pc
    [...]
      [info    ] file has trailing whitespace on one or more lines (style/PC062)
    ```
    
    Closes #22536

    Changed files

    • CMakeLists.txt
    • configure.ac
  3. Change #277777

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 11 Aug 2026 10:43:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 45a84dfe0658ccab05ff1a9eee3afc3206fe0374

    Comments

    scorecard: report 'rss-max'
    In addition report the maximum of the sampple RSS values. Increase the
    sampling frequency for accuracy.
    
    Closes #22542

    Changed files

    • tests/http/scorecard.py
    • tests/http/testenv/curl.py
  4. Change #277781

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Aug 2026 11:15:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b0cb22eb6246b0da2b944e713f801339443303e

    Comments

    servers: add option to build without window handler (Windows)
    curl already built like this in UWP mode; add a macro to allow building
    regular Win32 targets too, meaning without the hidden GUI window, window
    handler, and thus without support for shutting down `servers.exe`
    gracefully. To test the server in CI as a plain console app and remove
    one component/variable from the system, in an effort chasing flaky runs.
    
    The graceful option was used by `taskkill` (without `-f`) in runtests,
    and it has been disabled (in favor of always `-f` (forced) kill), in an
    attempt to avoid taskkill hanging. Those resolved, but general CI
    flakiness remained. We see `taskkill` invoked seldom per job, and in
    most of these cases it doesn't find the PID requested. It means the
    graceful option is not actually used since 2025-04, and rather rarely
    before that. Also just today, the callback and main loop received a few
    updates to avoid potentially unsafe calls and interaction with the ctrl
    handler.
    
    Not expecting anything breakthrough here. Also graceful shutdown
    is a useful feature to cleanup properly and to be in sync with other
    platforms.
    
    Also: GHA/windows: enable in Windows CI jobs.
    
    Ref: https://learn.microsoft.com/windows/console/registering-a-control-handler-function#listen-with-hidden-window-example
    
    Follow-up to 7db9947fcf5d3deebe98e7992ebedc9a2f624bf5 #22045
    Follow-up to 9ea48811fed455d4a869eb100b2216f039f8677a #22487
    Follow-up to b11e0026f71aa33b47d3b31f7c6a2aee4f929b12 #22495
    Follow-up to 208b87744e8ce326e2569c2efd735da43ce74a0b #21039
    Follow-up to f450f3801b6b9dff0ea280f5fb4bf28203f7b313 #19897
    Follow-up to 2701ac6a4d16a62130dad05be1c484903b8545c7 #19421
    Follow-up to 4e203f65a1e5e448daf1da2b8c3aaa33654dd080 #17054
    
    Closes #22496

    Changed files

    • .github/workflows/windows.yml
    • tests/server/util.c
  5. Change #277789

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Aug 2026 11:55:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c22d3069aef507d6a6876a6d20616fe5e50c6a3

    Comments

    build: strip duplicate spaces after `Libs.private:` in `libcurl.pc`
    When `LIBCURL_PC_LDFLAGS_PRIVATE` is empty and `LIBCURL_PC_LIBS_PRIVATE`
    is not.
    
    To keep it tidy.
    
    Closes #22544

    Changed files

    • CMakeLists.txt
    • configure.ac
  6. Change #277828

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 11 Aug 2026 15:08:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d9ba9fef48e43903815e0c0e96f917eaf9f185c

    Comments

    libcurl.pc: add `License` tag
    Also to improve `pccritic` score.
    
    Idea-by: Dan Fandrich
    
    Follow-up to 3f1c033afe008123680306663cc01279e831ac2d #22519
    Cherry-picked from #22543
    
    Closes #22545

    Changed files

    • libcurl.pc.in
  7. Change #277842

    Category curl
    Changed by Alhuda Khan <al.hudz.kohnoyoudont@gmail.com>
    Changed at Tue 11 Aug 2026 17:36:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5378b88a974e565f767f2a041972aa942a69c5d

    Comments

    content_encoding: exact-match the identity transfer-coding token
    Verified by test 2119
    
    Closes #22541

    Changed files

    • lib/content_encoding.c
    • tests/data/Makefile.am
    • tests/data/test2119