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

Builder curl-unthreaded-solaris11-i386 Build #5296

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb8fa725df33d5a4b6075cedbb00a678a1761d43a
Got Revisionb8fa725df33d5a4b6075cedbb00a678a1761d43a
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 47 mins, 41 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5296 Build
codebase Build
got_revision b8fa725df33d5a4b6075cedbb00a678a1761d43a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b8fa725df33d5a4b6075cedbb00a678a1761d43a Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 26 20:28:48 2026
EndFri Jun 26 22:13:52 2026
Elapsed1 hrs, 45 mins, 4 secs

All Changes:

:

  1. Change #272959

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:01:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d008352c667799beecb1ab1dfbc408c415d018c

    Comments

    cmake: replace deprecated `remove` command with `rm` and pass arg safely
    All curl-supported CMake versions support the modern method, along with
    the `--` marker.
    
    Also:
    - make sure to pass `-f` to not fail if the file is missing, as before
      this patch.
    - drop now redundant `OUTPUT_QUIET`, `ERROR_QUIET` and error handling
      in `cmake_uninstall`.
    - move filename to end of the error message for readability.
    - GHA/linux: test these two 'clean' targets in the aws-lc job.
    
    Refs:
    https://cmake.org/cmake/help/v4.4/manual/cmake.1.html#cmdoption-cmake-E-arg-remove
    https://cmake.org/cmake/help/v3.18/manual/cmake.1.html#run-a-command-line-tool
    
    Closes #22193

    Changed files

    • .github/workflows/linux.yml
    • CMake/cmake_uninstall.in.cmake
    • tests/certs/CMakeLists.txt
  2. Change #272960

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:02:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65dae4ad80b02f25a25e17af62ea4f2940970330

    Comments

    cmake: stop probing unused `float.h` for `STDC_HEADERS`
    Also to sync up with current autotools, which stopped testing for it at
    one point.
    
    Follow-up to 4c5307b45655ba75ab066564afdc0c111a8b9291
    
    Closes #22191

    Changed files

    • CMake/CurlTests.c
  3. Change #272966

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:42:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8fa725df33d5a4b6075cedbb00a678a1761d43a

    Comments

    cmake: dedupe expressions into local vars in `cmake_uninstall.in.cmake`
    Also: use `IN LISTS` syntax.
    
    Follow-up to 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53
    
    Closes #22194

    Changed files

    • CMake/cmake_uninstall.in.cmake