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

Builder curl-threaded-solaris10-sparc Build #3620

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 24 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 3620 Build
codebase Build
got_revision 01f08dc4eb20a19aa60230653715c8b839619cbb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 01f08dc4eb20a19aa60230653715c8b839619cbb 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. Kai Pastor
  2. Tim Martin
  3. Viktor Szakats
  4. Xi Ruoyao

Timing:

StartTue May 12 07:08:57 2026
EndTue May 12 19:43:46 2026
Elapsed12 hrs, 34 mins, 49 secs

All Changes:

:

  1. Change #266762

    Category curl
    Changed by Kai Pastor <dg0ytohnoyoudont@darc.de>
    Changed at Mon 11 May 2026 21:53:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d546e52b21c94e1d4f6669d2d4d64f79bff0d7b

    Comments

    cmake: export/forward `NGTCP2_CRYPTO_BACKEND`
    Exporting the component name as passed in is somewhat boring. OTOH it is
    convenient for reuse.
    
    - FindNGTCP2: export crypto backend in `NGTCP2_CRYPTO_BACKEND`.
    - pass `COMPONENTS` `NGTCP2_CRYPTO_BACKEND` in `curl-config.cmake`.
    - FindNGTCP2: fix to skip Config detection when optional `COMPONENTS` is
      not passed.
    
    Co-authored-by: Viktor Szakats
    Reported-by: x-xiang on github
    Fixes #21523
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    
    Closes #21540

    Changed files

    • CMake/FindNGTCP2.cmake
    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  2. Change #266764

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 22:05:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d82423dd323978153fa7c4d21d7030643dd8efa

    Comments

    delta: harden external command invocations
    By moving operations Perl-native (from shell and external commands), and
    passing arguments individually to external commands.
    
    Pointed out by Codex Security
    
    Closes #21104

    Changed files

    • scripts/delta
  3. Change #266779

    Category curl
    Changed by Tim Martin <timohnoyoudont@timmart.in>
    Changed at Tue 12 May 2026 02:10:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 185e67e1fa32e36b019fb0b5918e0e17a3edd087

    Comments

    docs: fix --follow doc typo
    Let the singular ~~object~~ subject "option" agree with the verb "set".
    
    Closes #21553

    Changed files

    • docs/cmdline-opts/follow.md
  4. Change #266784

    Category curl
    Changed by Xi Ruoyao <xry111ohnoyoudont@xry111.site>
    Changed at Tue 12 May 2026 03:54:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cfadbaa133504d47ece989486fde944d076e0222

    Comments

    gnutls: allow building with nettle 4.0
    Closes #21169

    Changed files

    • lib/curl_sha512_256.c
    • lib/md5.c
    • lib/sha256.c
    • lib/vtls/gtls.c
    • m4/curl-gnutls.m4
  5. Change #266789

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 May 2026 04:26:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b582a936dd207fe2f2d1346208e5411686548891

    Comments

    GHA/linux: build local wolfSSL opensslextra with `--enable-ed25519`
    For use with RFC 9421 HTTP Message Signatures support.
    
    Ref: https://github.com/curl/curl/pull/21239/files#r3222322908
    Ref: #21239
    
    Closes #21555

    Changed files

    • .github/workflows/linux.yml
  6. Change #266801

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 May 2026 05:33:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 01f08dc4eb20a19aa60230653715c8b839619cbb

    Comments

    gnutls: fix more nettle 4+ compatibility issues
    - disable DES with nettle 4. It no longer supports it.
      ```
      lib/curl_ntlm_core.c:67:12: fatal error: 'nettle/des.h' file not found
         67 | #  include <nettle/des.h>
            |            ^~~~~~~~~~~~~~
      ```
    
    - fix MD4 support with nettle 4.
      ```
      lib/md4.c:178:36: error: too many arguments to function call, expected 2, have 3
        178 |   md4_digest(ctx, MD4_DIGEST_SIZE, digest);
            |   ~~~~~~~~~~                       ^~~~~~
      ```
    
    - fix unused argument compiler warning:
      ```
      lib/vtls/gtls.c:2267:39: error: unused parameter 'sha256len' [clang-diagnostic-unused-parameter,-warnings-as-errors]
      2267 |                                size_t sha256len)
           |                                       ^
      ```
      Ref: https://github.com/curl/curl/actions/runs/25710321195/job/75488970143?pr=21557
    
    - GHA/macos: stop enabling NTLM in the GnuTLS job.
      It no longer builds due to missing DES support in nettle 4.
      ```
      lib/curl_ntlm_core.c:90:4: error: "cannot compile NTLM support without a crypto library with DES."
         90 | #  error "cannot compile NTLM support without a crypto library with DES."
            |    ^
      ```
      Ref: https://github.com/curl/curl/actions/runs/25710321195/job/75488970170?pr=21557
    
    Follow-up to cfadbaa133504d47ece989486fde944d076e0222 #21169
    
    Closes #21557

    Changed files

    • .github/workflows/macos.yml
    • lib/curl_ntlm_core.c
    • lib/md4.c
    • lib/vtls/gtls.c