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

Builder curl-threaded-solaris11-i386 Build #3884

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0b0f3d937c4ec9a877b5b75014e4886e55907d8f
Got Revision0b0f3d937c4ec9a877b5b75014e4886e55907d8f
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 48 mins, 47 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3884 Build
codebase Build
got_revision 0b0f3d937c4ec9a877b5b75014e4886e55907d8f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0b0f3d937c4ec9a877b5b75014e4886e55907d8f Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartWed Sep 3 17:41:55 2025
EndWed Sep 3 20:23:27 2025
Elapsed2 hrs, 41 mins, 31 secs

All Changes:

:

  1. Change #244397

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Sep 2025 15:49:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision de86c2483f715faeb73527fd8a1a096f52927778

    Comments

    test763: verify IDN hostname with zero width characters only
    Bonus: fix memory leak in exit path from 967a626af48aafd37
    
    Closes #18465

    Changed files

    • lib/idn.c
    • tests/data/Makefile.am
    • tests/data/test763
  2. Change #244400

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 03 Sep 2025 15:51:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ebb966e0878fe5907af5708b6a4de830b17ccee

    Comments

    GHA: update nghttp2/nghttp2 to v1.67.0
    Closes #18456

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #244401

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 03 Sep 2025 15:53:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 24badd29f59600687d2c85de029035b207d25974

    Comments

    multi: limit-rate revisited
    Tweaks around handling of --limit-rate:
    
    * tracing: trace outstanding timeouts by name
    * multi: do not mark transfer as dirty that have
      an EXPIRE_TOOFAST set
    * multi: have one static function to asses speed limits
    * multi: when setting EXPIRE_TOOFAST remove the transfers
      from the dirty set
    * progress: rename vars and comment on how speed limit
      timeouts are calculated, for clarity
    * transfer: when speed limiting, exit the receive loop
      after a quarter of the limit has been received, not
      on the first chunk received.
    * cf-ip-happy.c: clear EXPIRE_HAPPY_EYEBALLS on connect
    * scorecard: add --limit-rate parameter to test with
      speed limits in effect
    
    Closes #18454

    Changed files

    • lib/cf-ip-happy.c
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/multi.c
    • lib/multiif.h
    • lib/progress.c
    • lib/transfer.c
    • lib/transfer.h
    • scripts/singleuse.pl
    • tests/http/scorecard.py
    • tests/http/testenv/curl.py
  4. Change #244404

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 03 Sep 2025 16:31:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49145249be7b4b677606308fc34f180330a3640a

    Comments

    tidy-up: drop stray "unused" comments
    Closes #18453

    Changed files

    • CMake/CurlTests.c
    • docs/examples/cacertinmem.c
    • docs/examples/chkspeed.c
    • docs/examples/debug.c
    • docs/examples/http2-download.c
    • docs/examples/http2-pushinmemory.c
    • docs/examples/http2-serverpush.c
    • docs/examples/http2-upload.c
    • docs/examples/multi-debugcallback.c
    • docs/examples/threaded-ssl.c
    • docs/examples/usercertinmem.c
    • docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
    • lib/cf-socket.c
    • lib/curl_rtmp.c
    • lib/file.c
    • lib/hostip.c
    • lib/http.c
    • lib/imap.c
    • lib/krb5.c
    • lib/mime.c
    • lib/multi.c
    • lib/pop3.c
    • lib/smtp.c
    • lib/telnet.c
    • lib/tftp.c
    • lib/version.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • src/tool_cb_dbg.c
    • src/tool_cb_rea.c
    • tests/libtest/cli_h2_serverpush.c
    • tests/libtest/lib1512.c
    • tests/libtest/lib1533.c
    • tests/libtest/lib1537.c
    • tests/libtest/lib1550.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1971.c
    • tests/libtest/lib1975.c
    • tests/libtest/lib501.c
    • tests/libtest/lib517.c
    • tests/libtest/lib530.c
    • tests/libtest/lib547.c
    • tests/libtest/lib555.c
    • tests/libtest/lib557.c
    • tests/libtest/lib558.c
    • tests/libtest/lib578.c
    • tests/libtest/lib579.c
    • tests/libtest/lib582.c
    • tests/libtest/lib668.c
    • tests/libtest/lib758.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/testtrace.c
    • tests/unit/unit1603.c
  5. Change #244405

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 03 Sep 2025 16:33:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b0f3d937c4ec9a877b5b75014e4886e55907d8f

    Comments

    lib: drop `UNUSED_PARAM` macro
    Added in 2011, but has seen little use in the code. The necessary
    compiler feature is missing in some compilers (e.g. MSVC), thus in most
    places the portable `(void)` cast is used in addition.
    
    Also:
    - vtls/rustls: silence unused argument warning with `(void)`.
      Necessary for MSVC, for example.
    
    Ref: ee4ed461288ec74641e3b96d5508628c07f689b0
    
    Closes #18455

    Changed files

    • lib/curl_setup.h
    • lib/krb5.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c