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

Builder curl-threaded-solaris10-sparc Build #3703

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2f1e94eaede6bd0534203f00abc90cced1d5dc4d
Got Revision2f1e94eaede6bd0534203f00abc90cced1d5dc4d
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 46 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 3703 Build
codebase Build
got_revision 2f1e94eaede6bd0534203f00abc90cced1d5dc4d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2f1e94eaede6bd0534203f00abc90cced1d5dc4d 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
  3. Viktor Szakats

Timing:

StartFri Jun 26 13:55:58 2026
EndSat Jun 27 01:44:34 2026
Elapsed11 hrs, 48 mins, 35 secs

All Changes:

:

  1. Change #272825

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 09:56:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cff59ddf4a6486ab8b06f051d630693d67a2bcde

    Comments

    docs/INSTALL: minor polish
    Closes #22183

    Changed files

    • docs/INSTALL.md
  2. Change #272826

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 09:57:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdbc5beed39609067d46958fd4d44a7a977caf0b

    Comments

    urlapi: make two #defines instead of magic values/strings in code
    Closes #22181

    Changed files

    • lib/urlapi.c
  3. Change #272833

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 10:17:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 231445df2aca782ff265c508760e1dbf04392a65

    Comments

    cmake: drop logic for `GNU/kFreeBSD` systems
    Adopting change made in CMake, with description: "kFreeBSD is no longer
    maintained or supported and was never an officially-supported release
    architecture for Debian."
    
    This system name was also dropped by CMake 4.1+:
    https://cmake.org/cmake/help/v4.2/variable/CMAKE_SYSTEM_NAME.html
    
    Credits-to: Roger Leigh
    Ref: https://gitlab.kitware.com/cmake/cmake/-/commit/99c8abed55c354f5674e52b25bb65391d4afca52
    Ref: https://gitlab.kitware.com/cmake/cmake/-/work_items/26742
    Ref: https://gitlab.kitware.com/cmake/cmake/-/work_items/26722
    
    Follow-up to 5de6848f104d7cb0017080e31216265ac19d0dde #10023 #5935
    
    Closes #22176

    Changed files

    • lib/CMakeLists.txt
  4. Change #272834

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 10:17:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 15bd6c5d4c4cd91c3ffb32920e338c1759aeec7c

    Comments

    cmake: document upstream variable `ZLIB_ROOT`
    Closes #22177

    Changed files

    • docs/INSTALL-CMAKE.md
  5. Change #272848

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 11:36:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 397b8f0ec6758dcc743f8b224fa9202f4bac931a

    Comments

    tidy-up: docs, comments, typos, whitespace
    - GHA/windows: mention `IgnoreStandardErrorWarningFormat=true`
      in comment.
    - cmake: fix MIT/GNU GSS order in messages.
    - drop some exclamation marks from messages.
    - drop redundant ending newlines from messages.
    - fold/unfold where possible.
    - fix indent, whitespace, typos and other nits.
    
    Closes #22185

    Changed files

    • .github/workflows/windows.yml
    • CMake/FindGSS.cmake
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • docs/HTTP3.md
    • docs/INSTALL-CMAKE.md
    • docs/INSTALL.md
    • docs/MANUAL.md
    • docs/RELEASE-PROCEDURE.md
    • docs/cmdline-opts/Makefile.am
    • docs/cmdline-opts/_URL.md
    • docs/examples/http2-serverpush.c
    • docs/libcurl/curl_formadd.md
    • docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.md
    • lib/creds.h
    • lib/curl_addrinfo.c
    • lib/curl_setup.h
    • lib/formdata.c
    • lib/http_aws_sigv4.c
    • lib/if2ip.c
    • lib/socks_sspi.c
    • lib/transfer.c
    • lib/url.c
    • lib/urlapi.c
    • lib/urldata.h
    • lib/vtls/openssl.h
    • m4/curl-apple-sectrust.m4
    • m4/curl-compilers.m4
    • m4/curl-confopts.m4
    • m4/curl-functions.m4
    • m4/curl-reentrant.m4
    • scripts/cd2nroff
    • src/tool_getparam.c
    • tests/data/Makefile.am
    • tests/ftpserver.pl
    • tests/http/test_32_ftps_vsftpd.py
    • tests/libtest/lib668.c
    • tests/runtests.pl
    • tests/server/dnsd.c
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/unit/unit2413.c
  6. Change #272886

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 13:41:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d8f9f0a91284a8b83b67be55f6744a90fd3e5e1e

    Comments

    tool_operate: remove call to abort()
    Make an assert and return a plain error instead. No abort in release
    code.
    
    - also remove from two examples
    - add as a banned function in checksrc
    - document the banned state
    
    Closes #22182

    Changed files

    • docs/examples/multi-event.c
    • docs/examples/multi-uv.c
    • docs/internals/CODE_STYLE.md
    • scripts/checksrc.pl
    • src/tool_operate.c
  7. Change #272890

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 13:43:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a6af50c484f6bbd1c01573685d6be6234ae944ea

    Comments

    multi: forbid curl_easy_pause from within multi socket callback
    - there is a risk for a nasty recursive situation
    
    - we avoid certain risks that the pause call changes things so that when
      returning from the callback, the state of some internals is undefined
      and we need to reload which is easy to miss
    
    - we can't think of legitiate use cases for doing this. This is
      basically just the new favorite point for AI and security researchers
      to find hypothetical problems
    
    Closes #22179

    Changed files

    • docs/libcurl/curl_easy_pause.md
    • lib/easy.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/multihandle.h
    • lib/multiif.h
    • tests/libtest/lib758.c
  8. Change #272891

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 13:50:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00d5562650e660fe9302afccccb7365abe8968fe

    Comments

    proxy: optimized env lookups
    Optimize proxy env var lookups for the commen case of 'https' and 'http'
    urls. We do this for every transfer.
    
    Closes #22168

    Changed files

    • lib/proxy.c
  9. Change #272892

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 13:52:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f1e94eaede6bd0534203f00abc90cced1d5dc4d

    Comments

    conncache: connection alive checks intervals
    Do not check if a particular connection is alive or not more than once
    every second. We did this on every connection reuse which is overkill
    when sending many requests to the same host.
    
    Closes #22169

    Changed files

    • lib/conncache.c
    • lib/url.c
    • lib/url.h
    • lib/urldata.h