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

Builder curl-ares-solaris10-sparc Build #2821

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionba407ee43d609cb7ea88c0fc51728168da4e7da6
Got Revisionba407ee43d609cb7ea88c0fc51728168da4e7da6
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 8 mins, 19 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 12 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2821 Build
codebase Build
got_revision ba407ee43d609cb7ea88c0fc51728168da4e7da6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ba407ee43d609cb7ea88c0fc51728168da4e7da6 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. John Haugabook
  3. Stefan Eissing

Timing:

StartThu Jun 5 20:42:27 2025
EndFri Jun 6 10:56:05 2025
Elapsed14 hrs, 13 mins, 37 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
  4. Change #231413

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 05 Jun 2025 12:17:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fae57843466aba9e060d4a7c9653a9adf8463fde

    Comments

    docs/examples: add ftp-delete.c
    To show how to delete a single file after a transfer
    
    Closes #17540

    Changed files

    • docs/examples/Makefile.inc
    • docs/examples/ftp-delete.c
  5. Change #231416

    Category curl
    Changed by John Haugabook <johnhaugabookohnoyoudont@gmail.com>
    Changed at Thu 05 Jun 2025 12:37:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3035b8e7a40f41f87c41a38abaf6c4ff804b35fd

    Comments

    INSTALL.md: cygwin details and add source code link
    Added more details to help with cygwin install, adding links to curl
    source code where relevant to help save people a little time.
    
    Closes #17485

    Changed files

    • docs/INSTALL.md
  6. Change #231417

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 05 Jun 2025 12:41:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b2619cb7f86e2ed413be42ba39ff6f8db8fd520

    Comments

    curl.h: make CURLSSLOPT_* symbols defined as longs
    Help users get them used right.
    
    Closes #17535

    Changed files

    • include/curl/curl.h
  7. Change #231430

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 05 Jun 2025 13:49:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98719c9d9129015c60c9bad1fda0940623f79758

    Comments

    fuzzer: get the deadlock unstuck
    Change the workflow name to change the concurrency lock name so
    that the invoked Fuzzer workflow does no longer lock the same name.
    
    Closes #17541

    Changed files

    • .github/workflows/fuzz.yml
  8. Change #231431

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 05 Jun 2025 13:50:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5d9f425302d963efae02ba1172eef3cd98c6c2a6

    Comments

    pytest: disable test_07_37 and test_07_36 with openssl's quic
    These tests fail often in CI and I have no motivation to find out why.
    Disable the tests for openssl's own QUIC.
    
    Closes #17539

    Changed files

    • tests/http/test_07_upload.py
  9. Change #231432

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

    Comments

    pytest: adapt for runs with openssl-1.1.1
    Fix use of nghttpx fixture to be present even when h3 is not
    available in curl. Fix TLS protocol versions expectations for
    older openssl versions.
    
    Closes #17538

    Changed files

    • tests/http/conftest.py
    • tests/http/test_02_download.py
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/env.py
    • tests/http/testenv/nghttpx.py
  10. Change #231435

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 05 Jun 2025 13:54:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba407ee43d609cb7ea88c0fc51728168da4e7da6

    Comments

    RELEASE-NOTES: synced
    Bump to 8.14.2 - a tentative version we probably will not release.

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h