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

Builder curl-ares-solaris11-i386 Build #3430

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision29e0a8a09ba5128b50972c48b04bdbd787c2e665
Got Revision29e0a8a09ba5128b50972c48b04bdbd787c2e665
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 2 mins, 40 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 3430 Build
codebase Build
got_revision 29e0a8a09ba5128b50972c48b04bdbd787c2e665 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29e0a8a09ba5128b50972c48b04bdbd787c2e665 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. Jochen Sprickerhof
  2. Sergey
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartThu Apr 24 10:48:51 2025
EndThu Apr 24 13:57:35 2025
Elapsed3 hrs, 8 mins, 44 secs

All Changes:

:

  1. Change #228087

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 24 Apr 2025 08:43:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e95556fc2b02a0ad38619aa94420d1dbeebfdd5

    Comments

    multi: init_do(): check result
    Calls to `Curl_init_do()` did not check on result and missed failures to
    properly and completely initialize a transfer request.
    
    The main cause of such an init failure is the need to rewind the
    READFUNCTION without a SEEKFUNCTION registered. Check the failure to
    "rewind" the upload data immediately make test cases 1576 and friends
    fail.
    
    Reported-by: Travis Lane
    Fixes #17139
    Closes #17150

    Changed files

    • lib/multi.c
    • lib/url.c
    • tests/libtest/lib1576.c
    • tests/mk-bundle.pl
  2. Change #228088

    Category curl
    Changed by Jochen Sprickerhof <gitohnoyoudont@jochen.sprickerhof.de>
    Changed at Thu 24 Apr 2025 08:45:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 82606325e3a65c06985bbf621da7b360d753791e

    Comments

    openssl-quic: Add missing include
    uint_hash, Curl_uint_hash_init and others are used in the file.
    
    Regression from 657aae79c0
    
    Closes #17156

    Changed files

    • lib/vquic/curl_osslq.c
  3. 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
  4. 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