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

Builder curl-unthreaded-solaris10-sparc Build #13107

Results:

Retry lost remote

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5acba8bc367c0248e3cacb05e60aba209c0821c9
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13107 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 5acba8bc367c0248e3cacb05e60aba209c0821c9 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Apr 25 10:36:46 2025
EndFri Apr 25 12:08:49 2025
Elapsed1 hrs, 32 mins, 2 secs

All Changes:

:

  1. Change #228204

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 24 Apr 2025 23:44:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae0ff69f7ace2b26286f3cfa8402e8ca54ccc63d

    Comments

    build: tidy up internal feature detection variables for wolfSSL
    Sync them with the function name they detect, and sync them between
    cmake and autotools.
    
    - rename `HAVE_WOLFSSL_BIO` to `HAVE_WOLFSSL_BIO_NEW`.
    - rename `HAVE_WOLFSSL_FULL_BIO` to `HAVE_WOLFSSL_BIO_SET_SHUTDOWN`.
    - autotools: rename `WOLFSSL_NTLM` to `HAVE_WOLFSSL_DES_ECB_ENCRYPT`
      (to sync with cmake).
    - autotools: rename `WOLFSSL_BIO` to `HAVE_WOLFSSL_BIO_NEW`
      (to sync with cmake).
    - autotools: simplify `HAVE_WOLFSSL_DES_ECB_ENCRYPT` detection.
    
    Cherry-picked from #17082
    
    Closes #17175

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • lib/curl_config.h.cmake
    • lib/vtls/wolfssl.c
    • m4/curl-wolfssl.m4
  2. 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
  3. 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
  4. 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
  5. 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