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

Builder curl-threaded-solaris10-sparc Build #3736

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision26dadd9ea3be8c21909bd10e4677890af59011d9
Got Revision26dadd9ea3be8c21909bd10e4677890af59011d9
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 50 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 4 mins, 2 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 3736 Build
codebase Build
got_revision 26dadd9ea3be8c21909bd10e4677890af59011d9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 26dadd9ea3be8c21909bd10e4677890af59011d9 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. Stefan Eissing
  2. Viktor Szakats
  3. hunterinvariants

Timing:

StartSat Aug 15 20:05:16 2026
EndSun Aug 16 10:11:42 2026
Elapsed14 hrs, 6 mins, 25 secs

All Changes:

:

  1. Change #278277

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Aug 2026 11:21:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 91323de7f3ddfad2fb6860a695ffa805e9389afe

    Comments

    GHA/non-native: bump cross-build-actions, NetBSD 11.0, FreeBSD riscv64
    New riscv64 job takes 4.5 minutes.
    
    Also:
    - use prefill on riscv64 to save 2 minutes configure time.
    - disable manuals/perl on riscv64 to save ~1 minute (install, build).
    - cmake: fix `HAVE_GETHOSTBYNAME_R_6` prefill for FreeBSD.
    
    Ref: https://github.com/cross-platform-actions/action/releases/tag/v1.4.0
    
    Closes #22590

    Changed files

    • .github/workflows/non-native.yml
    • CMake/unix-cache.cmake
  2. Change #278285

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 15 Aug 2026 11:55:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ebc0fbc0e86d8ef635b9578348bf21bb8a4f480a

    Comments

    connect: only set connect timer on first socket
    Only collect connect/appconnect timer stats on the first socket.
    
    Fixes #22587
    Closes #22592
    Reported-by: GLaDOS-418 on github

    Changed files

    • lib/connect.c
  3. Change #278290

    Category curl
    Changed by hunterinvariants <217359725+hunterinvariantsohnoyoudont@users.noreply.github.com>
    Changed at Sat 15 Aug 2026 11:56:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7c42afab91c46e6baaa0e2801626e13acd6c30a

    Comments

    file: support directory listing on Windows
    Closes #22577

    Changed files

    • docs/TODO.md
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/file.c
    • tests/data/test3203
  4. Change #278304

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Aug 2026 15:45:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26dadd9ea3be8c21909bd10e4677890af59011d9

    Comments

    GHA/windows: log preinstalled MSYS2 packages
    CI jobs rely on defaults, sometimes to reduce log noise (possibly
    improve performance a bit) or simplify, sometimes by accident. List them
    to help debug or optimize on changes.
    
    Refs:
    https://github.com/actions/runner-images/issues/14562#issuecomment-5301777198
    https://github.com/msys2/MSYS2-packages/commit/636489312cbc55011cb7ec493550598125e7716f
    https://github.com/msys2/MSYS2-packages/pull/6491
    https://github.com/msys2/MSYS2-packages/pull/6479
    
    Follow-up to d854ab4673c2f9d8048c7f0f6d164b7e4d5e0865 #22580
    Follow-up to c349bd668c91f2484ae21c0f361ddf497143093c #14097
    
    Closes #22589

    Changed files

    • .github/workflows/windows.yml