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

Builder curl-unthreaded-solaris10-sparc Build #13995

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 54 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 19 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 13995 Build
codebase Build
got_revision 01d8191b25a05e8fa91553a6c0d48acb99907d26 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 01d8191b25a05e8fa91553a6c0d48acb99907d26 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. Stefan Eissing
  3. Viktor Szakats
  4. mik

Timing:

StartTue May 26 18:43:58 2026
EndWed May 27 06:45:04 2026
Elapsed12 hrs, 1 mins, 5 secs

All Changes:

:

  1. Change #268321

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 May 2026 10:00:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a4d8fd7a2a6b799a8e8064c11cefcd9b5c7ec1c9

    Comments

    VULN-DISCLOSURE-POLICY.md: emphasize the no email thank you part
    Closes #21747

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  2. Change #268323

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 May 2026 10:04:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 862e8a74a84478d82973471b4f49dc2746c1780e

    Comments

    transfer: clear referer when set to NULL
    Verify in test 1649
    
    Closes #21741

    Changed files

    • lib/transfer.c
    • tests/data/Makefile.am
    • tests/data/test1649
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1649.c
  3. Change #268330

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 May 2026 10:52:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5ab34cba42e4ee4282fe8bab43f311d51b9bf9bd

    Comments

    multi: handle pause in multi socket callback
    The mev_sh_entry object might be removed if curl_easy_pause() is called
    from within the socket callback.
    
    Introduced a 'magic' struct field to to 'mev_sh_entry' to make it easier
    to programmatically detect/assert if the pointer is bad - in debug
    builds.
    
    Reported-by: Joshua Rogers
    Closes #21748

    Changed files

    • lib/multi_ev.c
  4. Change #268342

    Category curl
    Changed by mik <16636149+mik-atohnoyoudont@users.noreply.github.com>
    Changed at Tue 26 May 2026 11:27:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32227f83b4c52c23d4b64314e5d29a980e83d2a6

    Comments

    docs: fix odd wording in CONTRIBUTE.md
    Found with AI assistance, verified manually
    
    Closes #21705

    Changed files

    • docs/CONTRIBUTE.md
  5. Change #268358

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 26 May 2026 13:01:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb8f31e18b042fb0fbaca416e19b75343627f01d

    Comments

    multi_ev: silence clang-tidy nonsense
    About a "unnecessary define" - my ass.
    
    Closes #21752

    Changed files

    • lib/multi_ev.c
  6. Change #268362

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 26 May 2026 13:41:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f27233e9843b0e8d510cb8b79622238ba853befe

    Comments

    GnuTLS: require 3.7.2 for earlydata
    Since all API features we need for TLSv1.3 earlydata support do exist
    only from version 3.7.2 onwards, make that the minimal version required.
    
    Fixes #21750
    Reported-by: Johannes Schlatow
    Closes #21751

    Changed files

    • lib/vtls/gtls.c
    • tests/http/testenv/env.py
  7. Change #268369

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 May 2026 15:23:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 01d8191b25a05e8fa91553a6c0d48acb99907d26

    Comments

    GHA: bump LibreSSL to 4.3.2
    Also switch back to ftp.openbsd.org download server. More often than not
    the GitHub release entry is missing the download artifacts at the time
    of detecting a new version, breaking automatic bumps. We cache the
    download so it does not bang the origin server with many requests.
    
    Follow-up to 800b0bec18e9c77e35912fac8321c791d7b57863 #19082
    Closes #21742
    Closes #21754

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml