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

Builder curl-ares-solaris11-sparc Build #4970

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 23 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4970 Build
codebase Build
got_revision c0d8fedb49a31b265adc7c904873a2300ded9260 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c0d8fedb49a31b265adc7c904873a2300ded9260 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Dec 20 11:41:54 2025
EndSat Dec 20 11:46:54 2025
Elapsed4 mins, 59 secs

All Changes:

:

  1. Change #252822

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 20 Dec 2025 11:34:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18922860867357062b5fe3fbf60b77ea34007855

    Comments

    cmake: match filename suffixes with file content
    To:
    - simplify recognizing CMake sources.
    - ensure syntax highlighters use the correct file type.
    - sync .h template filename with its autotools counterpart.
    
    Also:
    - cmakelint.sh: simplify, alpha sort the filelist.
    - perlcheck.sh: simplify.
    
    Closes #20039

    Changed files

    • .github/labeler.yml
    • .github/workflows/configure-vs-cmake.yml
    • CMake/cmake_uninstall.cmake.in
    • CMake/cmake_uninstall.in.cmake
    • CMake/curl-config.cmake.in
    • CMake/curl-config.in.cmake
    • CMakeLists.txt
    • Makefile.am
    • lib/CMakeLists.txt
    • lib/Makefile.am
    • lib/curl_config-cmake.h.in
    • lib/curl_config.h.cmake
    • scripts/cmakelint.sh
    • scripts/perlcheck.sh
    • tests/test1165.pl
  2. Change #252823

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 20 Dec 2025 11:34:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0d8fedb49a31b265adc7c904873a2300ded9260

    Comments

    tool_urlglob: constify an argument
    Also: add argument names to prototypes.
    
    Closes #20045

    Changed files

    • src/tool_urlglob.c
    • src/tool_urlglob.h