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

Builder curl-ares-solaris11-i386 Build #3584

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb761eb5addb9e29b2ee0e5841633c09d1fd77704
Got Revisionb761eb5addb9e29b2ee0e5841633c09d1fd77704
Changes4 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, 23 mins, 35 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 3584 Build
codebase Build
got_revision b761eb5addb9e29b2ee0e5841633c09d1fd77704 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b761eb5addb9e29b2ee0e5841633c09d1fd77704 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
  2. renovate[bot]

Timing:

StartWed Jun 11 08:01:17 2025
EndWed Jun 11 11:45:14 2025
Elapsed3 hrs, 43 mins, 56 secs

All Changes:

:

  1. Change #231901

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 11 Jun 2025 06:00:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0f500e6a9cea471ff8b5d8151fda6e78e08d5e14

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to e5865e6
    Closes #17579

    Changed files

    • Dockerfile
  2. Change #231906

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 06:32:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3c9d16f4b80ee8282a19a2b10f97090eaa90ca6f

    Comments

    cmake: drop never propagated C macros
    Delete macros from `curl_config.h.cmake` that were never set by
    the CMake script: `_LARGE_FILES`, `_THREAD_SAFE`, `const`, `size_t`.
    
    Also:
    - lib/config-riscos.h: drop `#undef _LARGE_FILES`. This is an
      IBM-specific macro, no need to unset it on other platforms.
    
    Cherry-picked from #17576
    
    Closes #17580

    Changed files

    • lib/config-riscos.h
    • lib/curl_config.h.cmake
  3. Change #231913

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 07:07:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56d5982312f8360b020738cbfeefe7990991550e

    Comments

    build: assume `sys/socket.h`, `sys/time.h` on non-Windows (as in `curl/curl.h`)
    Public `curl/curl.h` includes these headers for non-Windows platforms
    without further conditions. This makes it safe to assume these headers
    do exist, allowing to save two feature checks for non-Windows targets.
    
    `sys/time.h` is also assumed on Windows with mingw-w64, for declaring
    `gettimeofday()`.
    
    Closes #17522

    Changed files

    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac
  4. Change #231914

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 07:07:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b761eb5addb9e29b2ee0e5841633c09d1fd77704

    Comments

    cmake: replace `cmakelint` with `cmake-lint` from `cmakelang`, fix issues
    This linter detects formatting and naming issues with minimal amount of
    noise. It seems to be an improvement over the existing linter which was
    only detecting line width overruns.
    
    Also: fix to exclude `CurlTests.c` from linter.
    
    Ref: https://cmake-format.readthedocs.io/en/latest/cmake-lint.html
    Ref: https://github.com/cheshirekow/cmake_format
    
    Closes #17576

    Changed files

    • .github/workflows/checksrc.yml
    • CMake/FindGSS.cmake
    • CMake/FindLibgsasl.cmake
    • CMake/Macros.cmake
    • CMake/OtherTests.cmake
    • CMake/PickyWarnings.cmake
    • CMakeLists.txt
    • docs/libcurl/CMakeLists.txt
    • docs/libcurl/opts/CMakeLists.txt
    • scripts/cmakelint.sh
    • tests/CMakeLists.txt
    • tests/cmake/CMakeLists.txt