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

Builder curl-threaded-solaris11-sparc Build #3865

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc3aa22272df5389c76cf4ed42d22a71d637ce924
Got Revisionc3aa22272df5389c76cf4ed42d22a71d637ce924
Changes6 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 36 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 11 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 3865 Build
codebase Build
got_revision c3aa22272df5389c76cf4ed42d22a71d637ce924 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c3aa22272df5389c76cf4ed42d22a71d637ce924 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Apr 25 12:09:43 2025
EndFri Apr 25 12:46:37 2025
Elapsed36 mins, 54 secs

All Changes:

:

  1. Change #228239

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 09:32:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ab6b9d40526cbe8f7e0dc0e26acb42e6dd95e24

    Comments

    aws-sigv4: allow a blank string
    make sure a zero length sigv4 gets the default value
    
    Reported-by: Arian van Putten
    Fixes #17176
    Closes #17178

    Changed files

    • lib/http_aws_sigv4.c
    • src/tool_getparam.c
  2. Change #228243

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 09:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1968b32afd8e41fbb87f8911d15c552c6b705385

    Comments

    tests/buildinfo: former "disabled" now provides more info
    This tool now contains ON/OFF information about features in the build.
    This way, runtests gets both positive and negative feature presence with
    this. Allows for more flexibility and avoids having to duplicate the
    names.
    
    Closes #17180

    Changed files

    • tests/runtests.pl
    • tests/server/.gitignore
    • tests/server/Makefile.inc
    • tests/server/buildinfo.c
    • tests/server/disabled.c
  3. Change #228244

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 09:49:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f034716ded0971e0bbc8027a81c0aecbf65755a4

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #228247

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 10:17:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5acba8bc367c0248e3cacb05e60aba209c0821c9

    Comments

    GHA: skip updating man-db for faster installs (Ubuntu)
    This step could take from 5 seconds to 5 minutes, sometimes making it
    run out of its time slot. It affected 60 CI jobs.
    
    Saving an estimated minimum of 5 minutes per CI run.
    
    Also fixing:
    ```
    Fri, 25 Apr 2025 06:19:14 GMT
    Processing triggers for man-db (2.12.0-4build2) ...
    Fri, 25 Apr 2025 06:23:40 GMT
    Running kernel seems to be up-to-date.
    [...]
    Error: The action 'install packages' has timed out after 5 minutes.
    ```
    Ref: https://github.com/curl/curl/actions/runs/14658212268/job/41136971525?pr=17180#step:2:169
    
    Closes #17181

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  5. Change #228252

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 11:42:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e9b48c010625d4635412612295460ecc3405235

    Comments

    cmake: stop deleting `-W<n>` from `CMAKE_C_FLAGS` (MSVC)
    1. `CMAKE_C_FLAGS` may apply to other projects, and deleting/altering it
       may be unexpected.
    
    2. We pass `-W4`/`-Wall` internally now, which do override custom
       `-W<n>` options in all supported MSVC versions.
       (as tested with Visual Studio generators)
       Ref: https://ci.appveyor.com/project/curlorg/curl/builds/51945416
    
    Follow-up to e86542038dda88dadf8959584e803895f979310c #17047
    Ref: 866e02935deb28373130116dac578d84e057a03e #1711
    
    Closes #17179

    Changed files

    • CMake/PickyWarnings.cmake
  6. Change #228253

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 11:42:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c3aa22272df5389c76cf4ed42d22a71d637ce924

    Comments

    cmake: use `CMAKE_COMPILE_WARNING_AS_ERROR` if available
    It's available in CMake >= 3.24.
    
    Ref: https://cmake.org/cmake/help/latest/variable/CMAKE_COMPILE_WARNING_AS_ERROR.html
    
    Closes #17183

    Changed files

    • CMake/PickyWarnings.cmake