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

Builder curl-unthreaded-solaris10-i386 Build #15684

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision68c02e6ab7dbe8eee6651873ea60a1303b0c3d22
Got Revision68c02e6ab7dbe8eee6651873ea60a1303b0c3d22
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 14 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15684 Build
codebase Build
got_revision 68c02e6ab7dbe8eee6651873ea60a1303b0c3d22 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 68c02e6ab7dbe8eee6651873ea60a1303b0c3d22 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Jun 5 09:15:08 2025
EndThu Jun 5 15:56:22 2025
Elapsed6 hrs, 41 mins, 13 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