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

Builder curl-unthreaded-solaris10-sparc Build #14057

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 43 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 37 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14057 Build
codebase Build
got_revision 33a967318c74c681fbb0ceee7f079a5aa2df0b97 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 33a967318c74c681fbb0ceee7f079a5aa2df0b97 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. Dan Fandrich
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartThu Jul 30 08:41:12 2026
EndThu Jul 30 23:43:06 2026
Elapsed15 hrs, 1 mins, 54 secs

All Changes:

:

  1. Change #276477

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 29 Jul 2026 22:56:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9743720ab93d6f90ef359b3e1c8e55c1cbdbb729

    Comments

    tests: fix cert comparison with old cryptography
    The fallback path for cryptography < 42 was broken by commit e13362c2
    that caused a comparison between offset-naive and offset-aware
    datetimes. Use the positional form of tz in datetime.now() everywhere.
    
    Ref: #22396
    
    Pointed out by Codex Security
    Closes #22426

    Changed files

    • tests/http/scorecard.py
    • tests/http/testenv/certs.py
  2. Change #276485

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 29 Jul 2026 23:48:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9951a2247e5b18a3c961c25ba15cb39f1be11522

    Comments

    tool: remove duplicate setopts
    CURLOPT_RESOLVE and CURLOPT_CONNECT_TO were set twice.
    A happy little accident?
    
    Closes #22433

    Changed files

    • src/config2setopts.c
  3. Change #276486

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 29 Jul 2026 23:59:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57cae40ae5cfbdc928953c074345ef747401be70

    Comments

    sws: log the exact closing reason better, to help debugging tests
    Closes #22431

    Changed files

    • tests/server/sws.c
  4. Change #276506

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 02:21:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c155cbc6380467487fcbca126366638149f04cf0

    Comments

    GHA: work around Homebrew `ca-certificates` install error
    Working around:
    ```
    ==> Installing libngtcp2 dependency: ca-certificates
    ==> Pouring ca-certificates--2026-07-16.all.bottle.1.tar.gz
    Warning: The post-install step did not complete successfully
    [...]
    Error: Process completed with exit code 1.
    ```
    
    Refs:
    https://github.com/Homebrew/homebrew-core/pull/295934
    https://github.com/Homebrew/brew/pull/23357
    
    Bug: https://github.com/curl/curl/pull/22437#issuecomment-5124151490
    
    Closes #22438

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/linux.yml
  5. Change #276512

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 02:59:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d5398f764ebed25da3bf75afc5384b2a7893399

    Comments

    build: fix HTTPSIG option for unsupported TLS backends
    Show a warning and force-disable HTTPSIG when the TLS backend is not
    OpenSSL or wolfSSL. Before this patch this resulted in a mismatched
    feature list in configure and `curl -V`.
    
    Also enable HTTPSIG in more CI jobs to cover unsupported ones, Windows
    compilers, clang-tidy, cmake.
    
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    Cherry-picked from #22437
    
    Closes #22439

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMakeLists.txt
    • appveyor.sh
    • configure.ac
  6. Change #276539

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Jul 2026 09:12:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33a967318c74c681fbb0ceee7f079a5aa2df0b97

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES