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

Builder curl-unthreaded-solaris10-i386 Build #15955

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 6 mins, 34 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15955 Build
codebase Build
got_revision 7bb59a7dc7e17cee3a820099d586d31c5782fdd5 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7bb59a7dc7e17cee3a820099d586d31c5782fdd5 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-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 19:08:05 2025
EndSat Nov 15 04:19:07 2025
Elapsed9 hrs, 11 mins, 1 secs

All Changes:

:

  1. Change #248697

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Nov 2025 09:39:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3fc31c4ee200c7ae9b5fd8dbd9b590a6405395cc

    Comments

    config2setopts: bail out if curl_url_get() returns OOM
    Closes #19518

    Changed files

    • src/config2setopts.c
  2. Change #248698

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Nov 2025 09:42:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f4cd4c689c822ce957bb415076f0c78e5f474b5

    Comments

    DEPRECATE: remove RTMP support in April 2026
    URL: https://curl.se/mail/lib-2025-11/0008.html

    Changed files

    • docs/DEPRECATE.md
  3. Change #248719

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

    Comments

    examples/multithread: fix race condition
    Reported-by: Nick Korepanov
    Fixes #19524
    Closes #19526

    Changed files

    • docs/examples/multithread.c
  4. Change #248720

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Nov 2025 15:12:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9a633ec04f3a7f5e9260ff73c08f0140fa6668de

    Comments

    connect: reshuffle Curl_timeleft_ms to avoid 'redundant condition'
    Line 143: "if(duringconnect)" would always equal true. While this is
    harmless, I believe this minor tweak makes the flow slightly more
    obvious to the reader and avoids the redundant condition.
    
    Pointed out by CodeSonar
    
    Closes #19523

    Changed files

    • lib/connect.c
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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