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

Builder curl-threaded-solaris10-sparc Build #3741

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision79132a1daf8f3b2b6db101be386fa9e8cb3f73f5
Got Revision79132a1daf8f3b2b6db101be386fa9e8cb3f73f5
Changes9 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 38 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 17 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3741 Build
codebase Build
got_revision 79132a1daf8f3b2b6db101be386fa9e8cb3f73f5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 79132a1daf8f3b2b6db101be386fa9e8cb3f73f5 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Samuel Henrique
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartTue Aug 18 20:18:11 2026
EndWed Aug 19 09:14:28 2026
Elapsed12 hrs, 56 mins, 16 secs

All Changes:

:

  1. Change #278538

    Category curl
    Changed by Samuel Henrique <samuelophohnoyoudont@debian.org>
    Changed at Tue 18 Aug 2026 08:02:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38c5ff6bfa67962b4f1724fd38c1526b2de67297

    Comments

    tests: fix Content-Length mismatch in test 2064
    Closes #22611

    Changed files

    • tests/data/test2064
  2. Change #278558

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 18 Aug 2026 11:05:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1d8f54823e2d0b1e4f071059ed0f14b03ad626a3

    Comments

    Happy Eyeballing v3: resolution delay of 25ms
    After telemetry data from Mozilla reported the P99 DNS resolution
    differences between A and AAAA responses to by 21ms, reduce curl's
    resolution delay to 25ms.
    
    What could possibly go wrong?
    
    Closes #22612

    Changed files

    • lib/vdns/cf-dns.c
  3. Change #278566

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 11:18:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b729003d837a3f0ab4a7606494724a490ba9b7ea

    Comments

    TODO: remove "Support MQTTS"
    implemented
    
    Follow-up to 6c31df453b02597e90c27c2e0bc69bb114105005

    Changed files

    • docs/TODO.md
  4. Change #278575

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 11:44:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8b1dc0a0d44e565054382d3eced64713992333e

    Comments

    config-win32.h: drop UWP, c-ares, simplify more
    UWP requires VS2015+. Project files have no support for c-ares.
    Drop redundant guard, merge `#if` blocks.
    
    Follow-up to 1db93bdb7c1943132b13543539aaaf4866f31419 #22595
    
    Closes #22613

    Changed files

    • lib/config-win32.h
  5. Change #278599

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 12:22:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64ea25cfe6e65c450ffc085adcaba8bb2db2fcc1

    Comments

    KNOWN_BUGS: remove old entries and NTLM related
    - The ancient Negotiate ones are just outdated
    - NTLM is going away, no need to list the bugs anymore
    
    Closes #22615

    Changed files

    • docs/KNOWN_BUGS.md
  6. Change #278609

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 13:20:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58cb1e2f1fa8d8f1c71596918707e566c6353cb2

    Comments

    runtests: allow resetting `CURL_TEST_MIN` via `--min=0`
    Set the default to `CURL_TEST_MIN` if set, first. Then process the
    command-line options to override it. Previously, the env took over if
    the command-line explicitly tried to set it to zero.
    
    Ref: #22617
    
    Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942
    
    Closes #22618

    Changed files

    • tests/runtests.pl
  7. Change #278619

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 13:45:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e669179681044514099ca726dbaa55653528f4fb

    Comments

    runtests: introduce a subset option
    To make it easier to run different subsets of the tests in separate
    invokes.
    
    Closes #22616

    Changed files

    • docs/runtests.md
    • tests/runtests.pl
  8. Change #278632

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 15:45:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 66486691ee1c5c768c74e402b8b95902b88d90fb

    Comments

    runtests: divide minimum required tests by subsets
    When the minimum comes from `CURL_TEST_MIN`, to improve the default
    behavior. It may still need manual adjustment in cases.
    
    Follow-up to e669179681044514099ca726dbaa55653528f4fb #22616
    Follow-up to 58cb1e2f1fa8d8f1c71596918707e566c6353cb2 #22618
    Cherry-picked from #22617
    
    Closes #22619

    Changed files

    • tests/runtests.pl
  9. Change #278636

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 16:07:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79132a1daf8f3b2b6db101be386fa9e8cb3f73f5

    Comments

    GHA: use `--subset` runtests option, run random subset in riscv64 job
    Also:
    - drop most hand-tuned `--min` options, in favor of defaults.
    - enable tests on emulated riscv64.
      Suggested-by: Dan Fandrich
      Ref: https://github.com/curl/curl/pull/22590#issuecomment-5303238102
    - drop building examples on emulated riscv64.
    
    Adding around 3.5 minutes to the riscv64 job:
    0.5 Perl install, 2 minutes to build tests, 1 minute to run 100 tests.
    
    Follow-up to 66486691ee1c5c768c74e402b8b95902b88d90fb #22619
    Follow-up to e669179681044514099ca726dbaa55653528f4fb #22616
    Follow-up to 58cb1e2f1fa8d8f1c71596918707e566c6353cb2 #22618
    Follow-up to d00000673d05fdf6ceee8941ccd63ad2906257e4 #22602
    
    Closes #22617

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml