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

Builder curl-threaded-solaris10-sparc Build #3321

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 17 mins, 38 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 3321 Build
codebase Build
got_revision d11b8593a29442a890a8d910efad25f1fcc80391 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d11b8593a29442a890a8d910efad25f1fcc80391 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. Viktor Szakats

Timing:

StartFri Dec 19 11:08:57 2025
EndFri Dec 19 12:03:32 2025
Elapsed54 mins, 35 secs

All Changes:

:

  1. Change #252722

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Dec 2025 10:44:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 481f11d96fdffa522962c43ce476467c40dfff49

    Comments

    CURLOPT_ACCEPT_ENCODING.md: warn about the expansion
    also mention it in KNOWN_RISKS.md
    
    Closes #20031

    Changed files

    • docs/KNOWN_RISKS.md
    • docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.md
  2. Change #252725

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Dec 2025 10:52:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6c7bc9871f35943358043fa246be93d989843666

    Comments

    http: fix for unfolding line starting with TAB
    It should still insert a (single) space when unfolding
    
    Follow-up to 9941e7c95bf26f00fd87888a3 following up to 67ae101666f10232.
    
    Updated test 1274 and 1940 accordingly.
    
    Closes #20029

    Changed files

    • lib/http.c
    • tests/data/test1274
    • tests/data/test1940
    • tests/libtest/lib1940.c
  3. Change #252726

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Dec 2025 10:58:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d11b8593a29442a890a8d910efad25f1fcc80391

    Comments

    build: drop duplicate include `curl/curl.h` and others
    - curl_range: replace `sendf.h` with direct header dependency
      `curl_trc.h`.
    - drop `curl/curl.h` includes from internal sourcees in favor of the
      include made from `curl_setup.h`. Replace it with the latter where
      it's the only include.
    - include `curl_setup.h` before using macros, where missing.
    - drop redundant `stdlib.h`, `string.h` includes, in favor of
      `curl_setup_once.h` including them.
    - drop redundant `limits.h` in favor of `curl_setup.h` including it.
    - fake_addrinfo.h: fix typo in comment.
    - curl_setup_once.h: drop `stdio.h` in favor of earlier include in
      `curl_setup.h`.
    - drop stray, unused, `stddef.h` includes.
    - memdebug.h: add missing `stddef.h` include. (relying on accidental
      includes via other headers before this patch.)
    - stddef.h: document why it's included.
    - strerr: drop `curl/mprintf.h` in favor of `curl/curl.h` including it
      via `curl_setup.h`.
    
    Closes #20027

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • lib/amigaos.c
    • lib/asyn-ares.c
    • lib/bufq.h
    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-haproxy.c
    • lib/cf-haproxy.h
    • lib/cf-https-connect.c
    • lib/conncache.c
    • lib/conncache.h
    • lib/content_encoding.c
    • lib/cookie.h
    • lib/cshutdn.c
    • lib/cshutdn.h
    • lib/curl_addrinfo.c
    • lib/curl_fnmatch.c
    • lib/curl_gssapi.h
    • lib/curl_hmac.h
    • lib/curl_md4.h
    • lib/curl_memrchr.c
    • lib/curl_memrchr.h
    • lib/curl_range.c
    • lib/curl_range.h
    • lib/curl_rtmp.c
    • lib/curl_sasl.c
    • lib/curl_sasl.h
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/curl_sha256.h
    • lib/curl_sha512_256.c
    • lib/curl_sha512_256.h
    • lib/curl_share.c
    • lib/curl_share.h
    • lib/curl_sspi.c
    • lib/curl_sspi.h
    • lib/curl_threads.c
    • lib/curl_trc.c
    • lib/curlx/base64.c
    • lib/curlx/dynbuf.h
    • lib/curlx/nonblock.h
    • lib/curlx/strerr.c
    • lib/curlx/strparse.c
    • lib/curlx/timediff.c
    • lib/curlx/timeval.c
    • lib/curlx/version_win32.c
    • lib/curlx/wait.c
    • lib/curlx/warnless.c
    • lib/curlx/warnless.h
    • lib/cw-out.c
    • lib/cw-pause.c
    • lib/dict.c
    • lib/dynhds.c
    • lib/dynhds.h
    • lib/easy.c
    • lib/easygetopt.c
    • lib/easyoptions.c
    • lib/easyoptions.h
    • lib/escape.c
    • lib/fake_addrinfo.c
    • lib/fake_addrinfo.h
    • lib/file.c
    • lib/fileinfo.h
    • lib/formdata.c
    • lib/ftp.c
    • lib/ftplistparser.c
    • lib/getenv.c
    • lib/getinfo.c
    • lib/gopher.c
    • lib/hash.c
    • lib/hash.h
    • lib/hmac.c
    • lib/hostip.h
    • lib/hsts.c
    • lib/hsts.h
    • lib/http.c
    • lib/http1.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_aws_sigv4.h
    • lib/http_chunks.h
    • lib/http_digest.h
    • lib/http_negotiate.h
    • lib/http_proxy.c
    • lib/idn.c
    • lib/imap.c
    • lib/ldap.c
    • lib/llist.c
    • lib/llist.h
    • lib/macos.c
    • lib/md4.c
    • lib/md5.c
    • lib/memdebug.c
    • lib/mime.c
    • lib/mprintf.c
    • lib/mqtt.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/multi_ntfy.c
    • lib/netrc.c
    • lib/netrc.h
    • lib/noproxy.c
    • lib/openldap.c
    • lib/optiontable.pl
    • lib/parsedate.c
    • lib/pop3.c
    • lib/psl.c
    • lib/rand.c
    • lib/rename.c
    • lib/rtsp.c
    • lib/select.c
    • lib/sendf.c
    • lib/setopt.c
    • lib/slist.c
    • lib/smtp.c
    • lib/socketpair.c
    • lib/socketpair.h
    • lib/splay.h
    • lib/strcase.c
    • lib/strcase.h
    • lib/strdup.c
    • lib/strequal.c
    • lib/strerror.c
    • lib/strerror.h
    • lib/system_win32.c
    • lib/system_win32.h
    • lib/telnet.c
    • lib/tftp.c
    • lib/transfer.c
    • lib/uint-bset.h
    • lib/uint-hash.c
    • lib/uint-hash.h
    • lib/uint-spbset.c
    • lib/uint-spbset.h
    • lib/uint-table.c
    • lib/uint-table.h
    • lib/url.c
    • lib/urldata.h
    • lib/vauth/cleartext.c
    • lib/vauth/cram.c
    • lib/vauth/digest.c
    • lib/vauth/digest.h
    • lib/vauth/digest_sspi.c
    • lib/vauth/gsasl.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/oauth2.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.c
    • lib/vauth/vauth.h
    • lib/version.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/vssh.c
    • lib/vssh/vssh.h
    • lib/vtls/cipher_suite.c
    • lib/vtls/gtls.h
    • lib/vtls/hostcheck.h
    • lib/vtls/keylog.c
    • lib/vtls/openssl.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • src/tool_setup.h
    • tests/libtest/first.h
    • tests/server/first.h