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

Builder curl-ares-solaris11-sparc Build #5135

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jan 15 13:18:10 2026
EndThu Jan 15 14:03:28 2026
Elapsed45 mins, 18 secs

All Changes:

:

  1. Change #255328

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 15 Jan 2026 13:06:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ac6264366fbe6ff0cc4fe9f30364285ffefb8043

    Comments

    tidy-up: miscellaneous
    - tool_bname: scope an include.
    - `endif` comments.
    - Markdown fixes.
    - comment tidy-ups.
    - whitespace, newlines, indent.
    
    Closes #20309

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • Makefile.am
    • docs/CONTRIBUTE.md
    • docs/HELP-US.md
    • docs/HSTS.md
    • docs/HTTP3.md
    • docs/INSTALL-CMAKE.md
    • docs/INSTALL.md
    • docs/INTERNALS.md
    • docs/KNOWN_BUGS.md
    • docs/KNOWN_RISKS.md
    • docs/MANUAL.md
    • docs/Makefile.am
    • docs/TODO.md
    • docs/URL-SYNTAX.md
    • docs/VULN-DISCLOSURE-POLICY.md
    • docs/examples/htmltitle.cpp
    • docs/internals/CONNECTION-FILTERS.md
    • docs/internals/MQTT.md
    • docs/internals/WEBSOCKET.md
    • docs/libcurl/Makefile.inc
    • docs/libcurl/curl_formget.md
    • docs/libcurl/curl_multi_info_read.md
    • docs/libcurl/libcurl-multi.md
    • docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md
    • docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md
    • docs/runtests.md
    • docs/testcurl.md
    • docs/tests/CI.md
    • docs/tests/FILEFORMAT.md
    • include/curl/Makefile.am
    • lib/Makefile.am
    • lib/curl_range.c
    • lib/curl_sasl.c
    • lib/curl_sha512_256.c
    • lib/curlx/fopen.h
    • lib/easy.c
    • lib/formdata.c
    • lib/memdebug.c
    • lib/mime.c
    • lib/mime.h
    • lib/multi.c
    • lib/multi_ev.c
    • lib/multi_ntfy.c
    • lib/pop3.c
    • lib/progress.c
    • lib/ratelimit.h
    • lib/strerror.c
    • lib/url.h
    • lib/vauth/cram.c
    • lib/vauth/vauth.c
    • lib/vtls/schannel.c
    • m4/curl-confopts.m4
    • projects/README.md
    • projects/Windows/README.md
    • projects/vms/Makefile.am
    • projects/vms/gnv_curl_configure.sh
    • scripts/checksrc-all.pl
    • scripts/contributors.sh
    • scripts/managen
    • scripts/mk-ca-bundle.pl
    • src/config2setopts.c
    • src/tool_bname.c
    • src/tool_cb_hdr.c
    • src/tool_cb_prg.c
    • src/tool_cb_rea.c
    • src/tool_cb_see.h
    • src/tool_cb_wrt.c
    • src/tool_cfgable.c
    • src/tool_cfgable.h
    • src/tool_findfile.c
    • src/tool_getparam.c
    • src/tool_getpass.c
    • src/tool_help.h
    • src/tool_libinfo.c
    • src/tool_main.c
    • src/tool_progress.h
    • src/tool_sdecls.h
    • tests/Makefile.am
    • tests/data/test1292
    • tests/data/test16
    • tests/data/test1630
    • tests/data/test2
    • tests/data/test218
    • tests/data/test3
    • tests/data/test571
    • tests/data/test97
    • tests/data/test98
    • tests/getpart.pm
    • tests/http/Makefile.am
    • tests/libtest/lib562.c
    • tests/server/tftpd.c
    • tests/unit/unit1609.c
    • tests/unit/unit3211.c
    • tests/unit/unit3213.c
  2. Change #255329

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 15 Jan 2026 13:08:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84ff0f6474fb74465c286371046fac3d6c111299

    Comments

    lib: fix two `CURLDEBUG` guards to be `DEBUGBUILD`
    Both guard the use of `CURL_DNS_SERVER` debug env.
    
    Follow-up to df2b4ccc229c9de61dd798e4b3a7cf74a073144e #18157
    Follow-up to 02e9690c3ee2feb7c78c93c1c544c898df733383 #17015
    Follow-up to 59dc9f7e69c399102e9ebe3670360ef52706ff23 #13718
    
    Closes #20328

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c