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

Builder curl-ares-solaris11-i386 Build #3637

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 5 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 3637 Build
codebase Build
got_revision 83a8818cfebe5f2a4bab5c9ddc55fd64b5629296 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 83a8818cfebe5f2a4bab5c9ddc55fd64b5629296 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. Viktor Szakats

Timing:

StartSun Jun 22 21:52:23 2025
EndMon Jun 23 00:05:57 2025
Elapsed2 hrs, 13 mins, 33 secs

All Changes:

:

  1. Change #237446

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 21:41:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1f036c424a52eec67ec6f548cecd462a3f12dcc

    Comments

    cmake: configure c-ares header directory in project root (was: lib)
    The c-ares header directory was added to the header path within `lib`,
    as opposed to every other dependency which added them in the root
    `CMakeLists.txt`. Such exception is no longer necessary. This patch
    aligns c-ares header setup with the rest of dependencies. And also with
    autotools, which also makes no exception here.
    
    Cherry-picked from #17705
    Cherry-picked from #16973
    
    Closes #17707

    Changed files

    • CMakeLists.txt
    • lib/CMakeLists.txt
  2. Change #237447

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 21:42:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83a8818cfebe5f2a4bab5c9ddc55fd64b5629296

    Comments

    h2_serverpush: fix file handle leaks reported by clang-tidy
    clang-tidy (20.1.6) found it locally consistently. Missed in CI.
    
    Closes #17706

    Changed files

    • tests/client/h2_serverpush.c