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

Builder curl-ares-solaris11-i386 Build #4736

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4736 Build
codebase Build
got_revision f25124338c929fa342530a6b83ede15e07909b6b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f25124338c929fa342530a6b83ede15e07909b6b Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Felipe Mesquita
  2. Viktor Szakats

Timing:

StartTue Mar 10 21:39:58 2026
EndWed Mar 11 00:32:09 2026
Elapsed2 hrs, 52 mins, 10 secs

All Changes:

:

  1. Change #260609

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 10 Mar 2026 18:38:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4021c6e6730c0349fd109d9180fbabc3abbb2fb5

    Comments

    badwords: fix showing alternative for case-insensitive hits
    Fixing:
    ```
    Use of uninitialized value $alt{"Simply"} in printf at scripts/badwords line 109, <F> line 34.
     maybe use "" instead?
    ```
    
    Closes #20879

    Changed files

    • scripts/badwords
  2. Change #260614

    Category curl
    Changed by Felipe Mesquita <16197684+felipedmesquitaohnoyoudont@users.noreply.github.com>
    Changed at Tue 10 Mar 2026 19:34:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f25124338c929fa342530a6b83ede15e07909b6b

    Comments

    badwords: avoid 'simply'
    It's mostly a filler word. I've read through each use of it in the code
    base and did minor rephrasings when "simply" carried some meaning. The
    overwhelming majority of cases, removing it improved the text
    significantly. Inspired by #20793.
    
    Closes #20822

    Changed files

    • CMake/CurlTests.c
    • REUSE.toml
    • docs/CONTRIBUTE.md
    • docs/FAQ.md
    • docs/HTTPSRR.md
    • docs/INSTALL.md
    • docs/MAIL-ETIQUETTE.md
    • docs/MANUAL.md
    • docs/TheArtOfHttpScripting.md
    • docs/cmdline-opts/MANPAGE.md
    • docs/cmdline-opts/config.md
    • docs/cmdline-opts/http0.9.md
    • docs/cmdline-opts/user.md
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/multi-debugcallback.c
    • docs/examples/multi-double.c
    • docs/examples/multi-single.c
    • docs/examples/synctime.c
    • docs/internals/BUFQ.md
    • docs/internals/CODE_STYLE.md
    • docs/internals/TLS-SESSIONS.md
    • docs/libcurl/curl_formadd.md
    • docs/libcurl/libcurl-thread.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/libcurl.md
    • docs/libcurl/opts/CURLINFO_COOKIELIST.md
    • docs/libcurl/opts/CURLMOPT_MAXCONNECTS.md
    • docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.md
    • docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.md
    • docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md
    • docs/libcurl/opts/CURLOPT_HSTS.md
    • docs/libcurl/opts/CURLOPT_HTTPAUTH.md
    • docs/libcurl/opts/CURLOPT_POST.md
    • docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md
    • docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md
    • docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.md
    • docs/libcurl/opts/CURLOPT_TRANSFERTEXT.md
    • docs/libcurl/opts/CURLOPT_USERNAME.md
    • docs/libcurl/opts/CURLOPT_USERPWD.md
    • docs/runtests.md
    • docs/tests/TEST-SUITE.md
    • docs/wcurl.md
    • include/curl/curl.h
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/cf-h1-proxy.c
    • lib/cf-socket.c
    • lib/curlx/timeval.c
    • lib/ftp.c
    • lib/http.c
    • lib/multi.c
    • lib/slist.c
    • lib/smtp.c
    • lib/vssh/libssh2.c
    • m4/zz40-xc-ovr.m4
    • projects/vms/curl_crtl_init.c
    • scripts/badwords.txt
    • scripts/checksrc.pl
    • src/tool_cb_prg.c
    • tests/data/test1209
    • tests/ftpserver.pl
    • tests/libtest/lib560.c
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/server/first.h
    • tests/server/sockfilt.c
    • tests/unit/unit1652.c