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

Builder curl-threaded-solaris10-sparc Build #3194

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaba3c63ae8323e68149417d1a56ea7b43b842814
Got Revisionaba3c63ae8323e68149417d1a56ea7b43b842814
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3194 Build
codebase Build
got_revision aba3c63ae8323e68149417d1a56ea7b43b842814 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aba3c63ae8323e68149417d1a56ea7b43b842814 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartTue Dec 2 17:22:44 2025
EndTue Dec 2 18:04:23 2025
Elapsed41 mins, 38 secs

All Changes:

:

  1. Change #250739

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Dec 2025 16:52:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86b346443b68cde7ef33e1ab770e6c8ab641d2b1

    Comments

    lib: fix formatting nits (part 2)
    From `lib/curl*` to `lib/g*`. With fixes to part 1.
    
    part 1: 47a1ab2ebecb21485c0e955316d90511e80a3c43 #19764
    
    Closes #19800

    Changed files

    • lib/altsvc.c
    • lib/amigaos.h
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn.h
    • lib/cf-h2-proxy.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/conncache.c
    • lib/content_encoding.c
    • lib/cookie.c
    • lib/cookie.h
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/curl_ctype.h
    • lib/curl_fopen.c
    • lib/curl_get_line.c
    • lib/curl_gethostname.c
    • lib/curl_gssapi.c
    • lib/curl_hmac.h
    • lib/curl_ldap.h
    • lib/curl_memrchr.c
    • lib/curl_memrchr.h
    • lib/curl_ntlm_core.c
    • lib/curl_ntlm_core.h
    • lib/curl_range.c
    • lib/curl_rtmp.c
    • lib/curl_sasl.c
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/curl_sha512_256.c
    • lib/curl_sha512_256.h
    • lib/curl_share.c
    • lib/curl_share.h
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/cw-out.c
    • lib/cw-pause.c
    • lib/dict.c
    • lib/doh.c
    • lib/doh.h
    • lib/dynhds.c
    • lib/easy.c
    • lib/easy_lock.h
    • lib/easyoptions.c
    • lib/escape.c
    • lib/fake_addrinfo.c
    • lib/file.c
    • lib/formdata.c
    • lib/formdata.h
    • lib/ftp.c
    • lib/ftplistparser.c
    • lib/getinfo.c
    • lib/optiontable.pl
  2. Change #250742

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Dec 2025 17:04:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9cf4a400d2ef21a2436f73a6e44a6fa129999647

    Comments

    pytest: improve stragglers
    A fix for the tests that took the longest:
    - test_05: make the server close the HTTP/1.1 connection when
      simulating an error during a download. This eliminates waiting
      for a keepalive timeout
    - test_02: pause tests with slightly smaller documents, eliminate
      special setup for HTTP/2. We test stream window handling now
      elsewhere already
    - cli_hx_download: run look in 500ms steps instead of 1sec, resuming
      paused tranfers earlier.
    
    Closes #19809

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/http2.c
    • tests/http/test_02_download.py
    • tests/http/testenv/mod_curltest/mod_curltest.c
    • tests/libtest/cli_hx_download.c
  3. Change #250744

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Dec 2025 17:15:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aba3c63ae8323e68149417d1a56ea7b43b842814

    Comments

    pytest: fix and improve reliability
    Address issues listed in #19770:
    - allow for ngttpx to successfully shut down on last attempt that might
      extend beyond the finish timestamp
    - timeline checks: allos `time_starttransfer` to appear anywhere in
      the timeline as a slow client might seen response data before setting
      the other counters
    - dump logs on test_05_02 as it was not reproduced locally
    
    Fixes #19970
    Closes #19783

    Changed files

    • tests/http/test_01_basic.py
    • tests/http/test_05_errors.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/nghttpx.py