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

Builder curl-unthreaded-solaris11-i386 Build #4038

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7bb59a7dc7e17cee3a820099d586d31c5782fdd5
Got Revision7bb59a7dc7e17cee3a820099d586d31c5782fdd5
Changes10 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. nait-furry

Timing:

StartFri Nov 14 18:59:58 2025
EndFri Nov 14 22:02:44 2025
Elapsed3 hrs, 2 mins, 45 secs

All Changes:

:

  1. Change #248735

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 14 Nov 2025 16:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0abb72210ee07cb2630d8393a1d2e7b53c255732

    Comments

    getinfo: improve perf in debug mode
    Save some cpu cycles in debug mode for getinfo. Look up env vars for
    overwriting variables only when variables are actually requested.
    
    Closes #19525

    Changed files

    • lib/getinfo.c
  2. Change #248741

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 14 Nov 2025 17:01:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f979ea683253b5c2517dc822c060734bfec287a

    Comments

    vtls: pinned key check
    Cleanup the vtls pinned key matching somewhat. Add a DEBUGF
    for pinned key hashes that do not match, so we can see in
    traces what was going on.
    
    Ref #19489
    Closes #19529

    Changed files

    • lib/vtls/vtls.c
  3. Change #248742

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 14 Nov 2025 17:04:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dc34498d18d3303d67364423b4aa0daab4afb3ba

    Comments

    cf-socket: trace ignored errors
    Instead of blasting the user with infof() statements.
    
    Reported-by: Aleksandr Sergeev
    Fixes #19520
    Closes #19527

    Changed files

    • lib/cf-socket.c
  4. Change #248743

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Nov 2025 17:05:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d91ca8cdb3b434226e743946d428b4dd3acf2c9

    Comments

    vquic-tls/gnutls: call Curl_gtls_verifyserver unconditionally
    Closes #19531

    Changed files

    • lib/vquic/vquic-tls.c
  5. Change #248746

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 14 Nov 2025 17:06:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f37c956d0f6a05081bc6d05d9f5fe7fe9843ef98

    Comments

    test07_22: fix flakiness
    The HTTP/3 tests did send 20 transfers against nghttpx with a backend
    that failed the uploads with a 400 and an incomplete response body. This
    causes stream resets.
    
    Apache keeps the connection open, but newer nghttpx closes the front
    connection after "too many" reset. When that bites, it depends on the
    number of transfers ongoing how the test case fails. This led to flaky
    outcomes.
    
    Reduce the transfers to just a single one and check the result of
    that one. Parallelism is not important here.
    
    refs #19489
    Closes #19530

    Changed files

    • tests/http/test_07_upload.py
  6. Change #248747

    Category curl
    Changed by nait-furry <kaptein.absohnoyoudont@gmail.com>
    Changed at Fri 14 Nov 2025 17:09:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57b4fe1817b150d822ea1faeb144854b4de02fed

    Comments

    limit-rate: add example using --limit-rate and --max-time together
    Closes #19473

    Changed files

    • docs/cmdline-opts/limit-rate.md
  7. Change #248753

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Nov 2025 17:32:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f3095f0dbd7e842d4a72c0300ba4817a755c74f5

    Comments

    GHA/checksrc: check XML files for errors
    Closes #19528

    Changed files

    • .github/workflows/checksrc.yml
  8. Change #248754

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Nov 2025 17:32:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af4c789e0084f5076fd1f370363b054a842e79f5

    Comments

    badwords: fix two exceptions and drop them
    Also:
    - extend `dir` rule to exclude C assignments.
    
    Closes #19532

    Changed files

    • .github/scripts/badwords.txt
    • .github/workflows/checksrc.yml
    • lib/ftp.h
    • lib/http_aws_sigv4.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • src/tool_cfgable.h
    • src/tool_ipfs.c
    • src/tool_operate.c
    • src/tool_operhlp.c
    • src/tool_writeout.h
  9. Change #248755

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Nov 2025 17:32:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 231e8a71e12a5f1c4b6db9e50ad8f7b9dec78ee4

    Comments

    docs: fix checksrc warning, fix checkdocs CI filter
    Also:
    - GHA/checkdocs: fix CI filters to catch it early.
      Follow-up to 28dd14aafe2692a3e7dceb40340554c03c127cf1 #15797
    
    Closes #19533

    Changed files

    • .github/workflows/checkdocs.yml
    • docs/libcurl/curl_multi_perform.md
  10. Change #248758

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Nov 2025 18:14:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bb59a7dc7e17cee3a820099d586d31c5782fdd5

    Comments

    badwords.pl: fix variable in printf mask
    Causing warnings if a matched line has mask patterns.
    
    Closes #19534

    Changed files

    • .github/scripts/badwords.pl