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

Builder curl-threaded-solaris10-sparc Build #2844

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision614313f12f75824f488dce6236e5669dee9b1dee
Got Revision614313f12f75824f488dce6236e5669dee9b1dee
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 34 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 30 mins, 45 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 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 2844 Build
codebase Build
got_revision 614313f12f75824f488dce6236e5669dee9b1dee Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 614313f12f75824f488dce6236e5669dee9b1dee 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

Timing:

StartThu Jun 5 11:11:22 2025
EndFri Jun 6 01:14:48 2025
Elapsed14 hrs, 3 mins, 25 secs

All Changes:

:

  1. Change #231384

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 05 Jun 2025 09:11:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 34d694f89c9269bb23b9f71f58b88062142dcc5b

    Comments

    SCP/SFTP: avoid busy loop after EAGAIN
    The ssh libraries do not reveal if they still have data buffered from
    the peer. Only when their buffers are read empty can curl be sure that
    it is safe to rely on socket polling.
    
    This change adds detection of EGAIN on receive in the transfer loop and
    allows SFTP/SCP transfers to avoid a busy loop in such a case (which
    should happen often when CPU exceeds network bandwidth).
    
    Closes #17533

    Changed files

    • lib/transfer.c
  2. Change #231385

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 05 Jun 2025 09:12:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68c02e6ab7dbe8eee6651873ea60a1303b0c3d22

    Comments

    CI: fix OpenBSD tests stall
    impacket could not be used as it neeeds package six
    
    - openbsd does not find python3, add package six
    - http2-server.pl: only warn about unknown parameter if not empty string
    
    Closes #17532

    Changed files

    • .github/workflows/non-native.yml
    • tests/http2-server.pl
  3. Change #231396

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 05 Jun 2025 10:56:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 614313f12f75824f488dce6236e5669dee9b1dee

    Comments

    system.h: remove some macros
    Since curl_off_t is always 64 bit these days, we can simplify and avoid
    using some macros.
    
    Closes #17498

    Changed files

    • docs/libcurl/symbols-in-versions
    • include/curl/system.h
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • lib/progress.c
    • lib/smb.c
    • lib/uint-bset.c
    • src/config2setopts.c
    • src/tool_cb_prg.c
    • src/tool_cb_see.c
    • src/tool_filetime.c
    • src/tool_progress.c
    • tests/libtest/lib517.c
    • tests/libtest/lib557.c