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

Builder curl-unthreaded-solaris10-i386 Build #15685

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 15 mins, 58 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 15685 Build
codebase Build
got_revision ba407ee43d609cb7ea88c0fc51728168da4e7da6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ba407ee43d609cb7ea88c0fc51728168da4e7da6 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. Daniel Stenberg
  2. John Haugabook
  3. Stefan Eissing

Timing:

StartThu Jun 5 15:56:26 2025
EndFri Jun 6 01:41:42 2025
Elapsed9 hrs, 45 mins, 15 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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