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

Builder curl-threaded-solaris10-sparc Build #3517

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 44 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Mar 17 01:54:51 2026
EndTue Mar 17 07:39:59 2026
Elapsed5 hrs, 45 mins, 8 secs

All Changes:

:

  1. Change #261225

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 19:43:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ba48ee9ef12a86ac92f3cb71585a1e9867dbd8c

    Comments

    curl-wolfssl.m4: fix to use the correct value for pkg-config directory
    Before this patch the `$withval` variable may have contained `yes` or
    other unrelated values, instead of the wolfSSL directory configured via
    `--with-wolfssl=`.
    
    Fixing:
    ```
    checking for wolfssl options with pkg-config... found
    configure: pkg-config --exists wolfssl trace:
    ---- begin
    PKG_CONFIG_PATH: |/home/runner/wolfssl/build/lib/pkgconfig:/home/runner/nghttp3/build/lib/pkgconfig:/home/runner/ngtcp2/build/lib/pkgconfig:/home/runner/nghttp2/build/lib/pkgconfig|
    PKG_CONFIG_LIBDIR: |yes/lib/pkgconfig|         <=============== 'yes' used as base directory
    trying path: /home/runner/wolfssl/build/lib/pkgconfig for wolfssl
    ---- end
    ```
    Ref: https://github.com/curl/curl/actions/runs/23146424326/job/67235762794?pr=20920#step:18:245
    
    Cherry-picked from #20920
    
    Closes #20943

    Changed files

    • m4/curl-wolfssl.m4
  2. Change #261226

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 19:43:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8423cc8e3bae9049103ba4b79b3b550bbbe343fb

    Comments

    configure: prefer dependency-specific variables over `$withval`
    Tidy up, for robustness and consistency.
    
    Ref: #20943
    Cherry-picked from #20920
    
    Closes #20944

    Changed files

    • configure.ac
  3. Change #261235

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 22:43:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e8df37885b8f6eaf0c72fcf8cb4d8f6690c41fe

    Comments

    digest: pass in the user name quoted (as well)
    For cases where the user puts a double quote or backspace in the user
    name.
    
    Adjusted test 907 to verify
    
    Reported-by: am-perip on hackerone
    
    Closes #20940

    Changed files

    • lib/vauth/digest.c
    • tests/data/test907
  4. Change #261242

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 00:42:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e05cfd6454a9483d72ee8170501686ebd5663390

    Comments

    build: drop `openssl` module dependency for BoringSSL from `libcurl.pc`
    BoringSSL does not provide pc files, as of v0.20260211.0 (and its latest
    main branch.) It also did not provide them in the past.
    
    Its sibling fork, AWS-LC does provide them since v1.18.0 (2023-12-04):
    https://github.com/aws/aws-lc/commit/7e6aef83ecf7bec3a0c6d38e38c64ac079647c78
    https://github.com/aws/aws-lc/pull/1310
    
    Introduce internal variable `OPENSSL_IS_AWSLC` to make this possible.
    
    Bug: https://github.com/curl/curl/pull/20926#issuecomment-4063674714
    Ref: https://github.com/ngtcp2/ngtcp2/pull/1689#issuecomment-4063725461
    
    Closes #20938

    Changed files

    • CMakeLists.txt
    • configure.ac
    • m4/curl-openssl.m4