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

Builder curl-threaded-solaris11-sparc Build #4028

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 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/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4028 Build
codebase Build
got_revision 68c02e6ab7dbe8eee6651873ea60a1303b0c3d22 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 68c02e6ab7dbe8eee6651873ea60a1303b0c3d22 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Jun 5 09:15:09 2025
EndThu Jun 5 09:45:18 2025
Elapsed30 mins, 8 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