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

Builder curl-ares-solaris10-i386 Build #3321

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 37 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3321 Build
codebase Build
got_revision 79b4e56b3f30dc1ac28a81128a07d27338e5219e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 79b4e56b3f30dc1ac28a81128a07d27338e5219e Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Sergey
  3. Viktor Szakats

Timing:

StartThu Apr 24 13:40:21 2025
EndThu Apr 24 17:21:06 2025
Elapsed3 hrs, 40 mins, 45 secs

All Changes:

:

  1. Change #228094

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 24 Apr 2025 10:04:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1c99054abcee3887bb7b9c3d0e1857c25276755

    Comments

    cmake: install shell completions for cross-builds
    Also:
    - omit auto-detecting `CURL_COMPLETION_FISH_DIR` via `pkg-config`
      for cross-builds and when `CMAKE_INSTALL_PREFIX` is set.
    - flatten nested `if`s.
    
    Note:
    On macOS with Homebrew, `pkg-config --variable completionsdir fish`
    returns the version-specific Cellar path instead of the permanent path
    `/opt/homebrew/share/fish/vendor_completions.d/`. This mimics what
    autotools does, but may need further fixing, possibly upstream.
    https://github.com/Homebrew/homebrew-core/blob/9c13e62b009b8e814fda180e0fcc5096318daf31/Formula/f/fish.rb
    https://github.com/fish-shell/fish-shell/blob/ce631fd2fb1f5b63f5f0f1b4041a30dfad823d22/cmake/Install.cmake#L15-L21
    
    Ref: #17147
    Ref: 51170b52d15256d4aaf74ed6eea9a9297f5d595c #17159
    Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103938
    
    Closes #17145

    Changed files

    • scripts/CMakeLists.txt
  2. Change #228095

    Category curl
    Changed by Sergey <sergeyohnoyoudont@solidstatenetworks.com>
    Changed at Thu 24 Apr 2025 10:04:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29e0a8a09ba5128b50972c48b04bdbd787c2e665

    Comments

    cmake: fix option() and mark_as_advanced() mixed order
    Closes #17163

    Changed files

    • CMakeLists.txt
  3. Change #228129

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 24 Apr 2025 13:23:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79b4e56b3f30dc1ac28a81128a07d27338e5219e

    Comments

    typecheck-gcc.h: fix the typechecks
    Refreshed, cleaned up, improved and now checks *all* options.
    
    This must have stopped working at some point. gcc-14 least shows these
    warnings with this change, not without.
    
    Add test 745 to verify that all options listed in curl.h is also checked
    by the typechecker.
    
    This improved checker found almost 30 mistakes in the curl git
    repository.
    
    Closes #17143

    Changed files

    • include/curl/typecheck-gcc.h
    • tests/Makefile.am
    • tests/data/Makefile.am
    • tests/data/test745
    • tests/test745.pl