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

Builder curl-threaded-solaris10-sparc Build #3588

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 52 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 3588 Build
codebase Build
got_revision 69f3a36bcb94b6e69f0248ac749833483326edf9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 69f3a36bcb94b6e69f0248ac749833483326edf9 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. Stefan Eissing
  3. Viktor Szakats
  4. Yedaya Katsman

Timing:

StartThu Apr 23 18:32:43 2026
EndFri Apr 24 06:59:28 2026
Elapsed12 hrs, 26 mins, 45 secs

All Changes:

:

  1. Change #265230

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Apr 2026 07:40:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c078fd11570528396fd63552d330d97e6bd5e62

    Comments

    urlapi: simplify urlget_url
    - unify the query and fragment separator logic
    - read the bitflags directly instead of via a temp variable
    - narrow the scope of a few variables
    
    Closes #21417

    Changed files

    • lib/urlapi.c
  2. Change #265236

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Thu 23 Apr 2026 08:13:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7100e8d45abcb24907f28ede3b15969b775453de

    Comments

    vtls: log when key logging is enabled.
    If built with LibreSSL, also warn that it only works for TLS <= 1.2
    
    Inspired-by: Viktor Szakats
    Closes #19814

    Changed files

    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/vtls.c
  3. Change #265241

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 23 Apr 2026 10:26:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fd2a729a12466dc4a377916e7e2f0e37c4b61b53

    Comments

    GHA/appveyor-status: disable `gh` tool telemetry
    Ref: https://cli.github.com/telemetry
    
    Closes #21418

    Changed files

    • .github/workflows/appveyor-status.yml
  4. Change #265244

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 23 Apr 2026 11:22:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e418b42c82fe56dfe6526298d0e515e8d3f74d1e

    Comments

    CI: set `DO_NOT_TRACK=1`
    Closes #21420

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/checkurls.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/fuzz.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/label.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • appveyor.yml
  5. Change #265261

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 23 Apr 2026 15:55:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00cac453c7955d8a3894772e02029bb8b65a2c12

    Comments

    multi: enhance pending handles fairness
    When trying to connect a pending transfer, remember the `mid` that was
    last reactivated and start looking for future pending handles from the
    last one forward through the pending bitset.
    
    Background: when many pending handles exist, iterating the bitset always
    from the start may become unfair to transfers that were assigned higher
    `mid` values.
    
    Fixes #21396
    Reported-by: Juan Belón
    Closes #21412

    Changed files

    • lib/multi.c
    • lib/multihandle.h
  6. Change #265268

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 23 Apr 2026 17:23:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69f3a36bcb94b6e69f0248ac749833483326edf9

    Comments

    doh: remove conn->bits.doh
    Since we have a new struct instance for each async operation now and
    async operation may happen in parallel, remove the connection bit
    indicating doh is in progress.
    
    Closes #21422

    Changed files

    • lib/doh.c
    • lib/hostip.c
    • lib/urldata.h