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

Builder curl-ares-solaris10-i386 Build #3675

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision543b78652a37695c3429d981639b38f37bdef52e
Got Revision543b78652a37695c3429d981639b38f37bdef52e
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 54 mins, 20 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3675 Build
codebase Build
got_revision 543b78652a37695c3429d981639b38f37bdef52e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 543b78652a37695c3429d981639b38f37bdef52e Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. dependabot[bot]

Timing:

StartFri Oct 24 23:44:31 2025
EndSat Oct 25 08:35:01 2025
Elapsed8 hrs, 50 mins, 29 secs

All Changes:

:

  1. Change #246642

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 24 Oct 2025 15:02:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0d6ecdf01c029c3498fe8081116dfb4707fe296

    Comments

    GHA: bump pips
    - cryptography from 46.0.2 to 46.0.3 in /tests
    - filelock from 3.19.1 to 3.20.0 in /tests
    - psutil from 7.1.0 to 7.1.1 in /tests
    
    Closes #19217
    Closes #19218
    Closes #19219

    Changed files

    • tests/http/requirements.txt
  2. Change #246643

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Oct 2025 15:05:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f4293cd81e9ed8cacee186161fd5294bdfe063dd

    Comments

    GHA/dependabot: group updates
    To avoid update spam and PR that can't be applied on top of each other.
    
    Ref: #19217 #19218 #19219
    
    Closes #19220

    Changed files

    • .github/dependabot.yml
  3. Change #246660

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Oct 2025 19:14:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 207a74206bb64ed06a9c33d132036712dfaa2e48

    Comments

    mbedtls: fix building with sha-256 missing from PSA
    Fixing:
    ```
    lib/vtls/mbedtls.c:1505:10: error: call to undeclared function 'Curl_sha256it'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
     1505 |   return Curl_sha256it(sha256sum, input, inputlen);
          |          ^
    1 error generated.
    ```
    
    with mbedTLS configuration:
    ```
    tf-psa-crypto/scripts/config.py unset PSA_WANT_ALG_SHA_256
    tf-psa-crypto/scripts/config.py unset PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS
    tf-psa-crypto/scripts/config.py unset MBEDTLS_LMS_C
    ```
    
    Follow-up to 3a305831d1a9d10b2bfd4fa3939ed41275fee7f7 #19077
    
    Closes #19223

    Changed files

    • lib/vtls/mbedtls.c
  4. Change #246664

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Oct 2025 19:16:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 833da09b53fa99b1cd83154e4a5febf584d7c040

    Comments

    vtls: drop duplicate `CURL_SHA256_DIGEST_LENGTH` definition
    Closes #19224

    Changed files

    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/vtls.h
  5. Change #246694

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Oct 2025 22:53:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b30d29c3c1b6fbda1c50e91c2948bb1986f4bd8

    Comments

    autotools: merge `if`s in GnuTLS/OpenSSL feature detection
    Closes #19222

    Changed files

    • m4/curl-gnutls.m4
    • m4/curl-openssl.m4
  6. Change #246695

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Oct 2025 22:53:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3fc727751f8cc5af5a2bac8fda995ecf19c6b6c6

    Comments

    lib: delete unused crypto header includes
    Tested OK with full non-unity CI run.
    
    Closes #19225

    Changed files

    • lib/curl_ntlm_core.c
    • lib/curl_sasl.c
    • lib/md4.c
    • lib/vauth/ntlm.c
    • lib/vssh/libssh2.c
    • lib/vtls/vtls.c
  7. Change #246696

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Oct 2025 22:53:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 543b78652a37695c3429d981639b38f37bdef52e

    Comments

    curl_ngtcp2: fix `-Wunreachable-code` with H3 !verbose !unity clang
    Not tested in default CI.
    
    macOS / CM clang OpenSSL gsasl rtmp AppleIDN SecTrust +examples,
    macOS / CM llvm@18 OpenSSL gsasl rtmp AppleIDN SecTrust +examples:
    ```
    lib/vquic/curl_ngtcp2.c:530:5: error: code will never be executed [-Werror,-Wunreachable-code]
      530 |     const ngtcp2_transport_params *rp;
          |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    ```
    Ref: https://github.com/curl/curl/actions/runs/18787154442/job/53608230871?pr=19225#step:11:183
    
    Confirmed fixed via #19225
    Closes #19226

    Changed files

    • lib/vquic/curl_ngtcp2.c