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

Builder curl-unthreaded-solaris11-sparc Build #5434

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision56739855f3354f4f385c24259828adfe829bbf50
Got Revision56739855f3354f4f385c24259828adfe829bbf50
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 53 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-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5434 Build
codebase Build
got_revision 56739855f3354f4f385c24259828adfe829bbf50 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 56739855f3354f4f385c24259828adfe829bbf50 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Mar 12 01:09:10 2026
EndThu Mar 12 02:18:26 2026
Elapsed1 hrs, 9 mins, 16 secs

All Changes:

:

  1. Change #260732

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 01:01:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 435eabeac863828b585796d4eb4f97fe346ae87d

    Comments

    badwords: rework exceptions, fix many of them
    Also:
    - support per-directory and per-upper-directory whitelist entries.
    - convert badlist input grep tweak into the above format.
      (except for 'And' which had just a few hits.)
    - fix many code exceptions, but do not enforce.
      (there also remain about 350 'will' uses in lib)
    - fix badwords in example code, drop exceptions.
    - badwords-all: convert to Perl.
      To make it usable from CMake.
    - FAQ: reword to not use 'will'. Drop exception.
    
    Closes #20886

    Changed files

    • docs/FAQ.md
    • docs/examples/CMakeLists.txt
    • docs/examples/block_ip.c
    • docs/examples/http2-upload.c
    • docs/examples/httpput-postfields.c
    • docs/examples/websocket.c
    • lib/Makefile.soname
    • lib/asyn-ares.c
    • lib/bufq.h
    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-socket.c
    • lib/cfilters.h
    • lib/conncache.h
    • lib/cookie.c
    • lib/cshutdn.h
    • lib/curl_share.c
    • lib/curlx/dynbuf.c
    • lib/curlx/fopen.c
    • lib/curlx/inet_pton.c
    • lib/curlx/strcopy.c
    • lib/curlx/wait.c
    • lib/curlx/winapi.c
    • lib/cw-out.c
    • lib/doh.c
    • lib/dynhds.h
    • lib/easy.c
    • lib/ftp.c
    • lib/headers.h
    • lib/http.c
    • lib/http_digest.c
    • lib/llist.h
    • lib/multi.c
    • lib/pop3.c
    • lib/request.h
    • lib/rtsp.c
    • lib/select.c
    • lib/tftp.c
    • lib/transfer.h
    • lib/url.c
    • lib/url.h
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic-tls.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/apple.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_scache.h
    • lib/vtls/wolfssl.c
    • lib/ws.c
    • scripts/badwords
    • scripts/badwords-all
    • scripts/badwords.ok
    • src/CMakeLists.txt
    • src/config2setopts.c
    • src/slist_wc.h
    • src/terminal.c
    • src/tool_cb_see.c
    • src/tool_cfgable.h
    • src/tool_dirhie.c
    • src/tool_doswin.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_getpass.h
    • src/tool_help.c
    • src/tool_ipfs.c
    • src/tool_main.c
    • src/tool_operate.c
    • src/tool_operate.h
    • src/tool_operhlp.c
    • src/tool_sdecls.h
    • src/tool_setup.h
    • src/tool_stderr.c
    • src/tool_urlglob.c
  2. Change #260733

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 01:01:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56739855f3354f4f385c24259828adfe829bbf50

    Comments

    examples: drop warning silencers no longer hit
    Also:
    - scope clang `-Wcast-function-type-strict` silencing, add missed `pop`.
    
    Follow-up to d06b49d8b2d42d477f7e78596035832727d6d5c9 #18260
    
    Closes #20896

    Changed files

    • docs/examples/cacertinmem.c
    • docs/examples/usercertinmem.c