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

Builder curl-threaded-solaris10-sparc Build #3045

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a
Got Revision3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a
Changes12 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 45 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 33 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 3045 Build
codebase Build
got_revision 3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a 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. Patrick Monnerat
  3. Viktor Szakats

Timing:

StartThu Nov 13 02:06:47 2025
EndThu Nov 13 15:39:55 2025
Elapsed13 hrs, 33 mins, 7 secs

All Changes:

:

  1. Change #248494

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 13:56:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c7e1792a06b81b2bf41c9d348d374a83621340b

    Comments

    test2405: split off H2 tests to new test 2407, fix callback prototype
    To untangle the different curl/server requirements of these tests.
    Also to make this test run for non-H2 builds. Searching the cause of
    the flakiness documented in #19481.
    
    Also:
    - fix the callback function prototype. Detected by ASAN with this patch,
      though the issue was pre-existing.
      ```
      lib/cw-out.c:211:14: runtime error: call to function emptyWriteFunc
        through pointer to incorrect function type
        'unsigned long (*)(char *, unsigned long, unsigned long, void *)'
      tests/libtest/lib2405.c:72: note: emptyWriteFunc defined here
      SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior lib/cw-out.c:211:14
      ```
      Ref: https://github.com/curl/curl/actions/runs/19296686908/job/55180334364?pr=19487#step:44:3768
    
    Follow-up to 96a5ce5a82eb0f08650649ffafb7bb4e51fc4444 #19481
    
    Closes #19487

    Changed files

    • tests/data/Makefile.am
    • tests/data/test2405
    • tests/data/test2407
    • tests/libtest/lib2405.c
  2. Change #248518

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 16:26:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a9ec2a676c4257cf522a4349fb24fa547ed48aad

    Comments

    tests/data: avoid tag markup in comments
    To avoid confusing `xmllint`, and reducing the number of files failing
    `xmllint --format` from 169 to 144.
    
    Closes #19491

    Changed files

    • tests/data/test2700
    • tests/data/test2701
    • tests/data/test2702
    • tests/data/test2703
    • tests/data/test2704
    • tests/data/test2705
    • tests/data/test2706
    • tests/data/test2707
    • tests/data/test2708
    • tests/data/test2709
    • tests/data/test2710
    • tests/data/test2711
    • tests/data/test2712
    • tests/data/test2713
    • tests/data/test2714
    • tests/data/test2715
    • tests/data/test2716
    • tests/data/test2717
    • tests/data/test2718
    • tests/data/test2719
    • tests/data/test2720
    • tests/data/test2721
    • tests/data/test2722
    • tests/data/test2723
  3. Change #248519

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 16:26:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e5cb75218de91d9d9338a17af8d1efd1750bdb8

    Comments

    test363: delete stray character (typo) from a section tag
    Did not cause an issue in runtests. Caught by `xmllint`.
    
    Follow-up to 63e9721b63d01518db83a664bc1e8373c352879e #19313
    
    Closes #19490

    Changed files

    • tests/data/test363
  4. Change #248520

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 16:26:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce329affa79c47aa7bb9496b979ebd4270343111

    Comments

    test557: avoid `&` symbol in test output to be XML-friendly
    Closes #19492

    Changed files

    • tests/data/test557
    • tests/libtest/lib557.c
  5. Change #248521

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 16:26:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d077d5473dbb5c8d5206b98ff071f1a14cced5de

    Comments

    test1554: make test output XML-friendly
    Meaning no `<` and `>` characters.
    Reducing the number of `xmllint` failures by 1.
    
    Closes #19496

    Changed files

    • tests/data/test1554
    • tests/libtest/lib1554.c
  6. Change #248529

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 17:10:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7b0b654ea4cce1bceb5edeecd05566d3729a388

    Comments

    test1404, 1547: replace `&` char in comment and name for XML-friendliness
    Closes #19497

    Changed files

    • tests/data/test1404
    • tests/data/test1547
  7. Change #248542

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 20:07:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a19bf862a82bf4e8ef83b9754b071dca5494c0b

    Comments

    test2045: replace HTML multi-line comment markup with `#` comments
    As used everywhere else in tests/data. To play nice with XML.
    
    Follow-up to 9756d1da7637d1913b7ca2b589e4635f32ed3e00
    
    Closes #19498

    Changed files

    • tests/data/test2045
  8. Change #248543

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 20:07:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6b26d465e1df7d172dbc8302c5314d31f3239667

    Comments

    tests/data: use more `repeat` macro
    Found in `client/command` sections.
    
    Closes #19499

    Changed files

    • tests/data/test1294
    • tests/data/test1295
    • tests/data/test1453
    • tests/data/test729
    • tests/data/test761
  9. Change #248553

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Nov 2025 21:40:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b2da75bca4ff32f004491f5fa622749d78f698e

    Comments

    test716: use `repeat` macro
    Closes #19501

    Changed files

    • tests/data/test716
  10. Change #248570

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 12 Nov 2025 23:44:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6eb9bb3dc0158ebd543436d3d364fde4e38ce40

    Comments

    _PROGRESS.md: add the E unit, mention kibibyte
    The suffixes used are not standard since we want them to be single
    characters and the proper ones would be KiB, MiB etc.
    
    Closes #19502

    Changed files

    • .github/scripts/pyspelling.words
    • docs/cmdline-opts/_PROGRESS.md
  11. Change #248572

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Wed 12 Nov 2025 23:46:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64c03bbdf2e5956de387c2c7952e2785442a5540

    Comments

    OS400: fix build
    - Fix failed build due to missing parameter.
    
    Follow-up to 8c9946d3 from yesterday.
    
    Closes https://github.com/curl/curl/pull/19494

    Changed files

    • packages/OS400/ccsidcurl.c
  12. Change #248575

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 01:05:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a

    Comments

    runtests: allow `client/command` to span multiple lines, and use it
    Some curl command-lines are long, often repetitive, and difficult
    to read or write:
    
    Before this patch (1 test == 1 line):
    - <=78 characters: 1099 tests
    - 79-132 characters: 500 tests
    - 133+ characters: 217 tests: patch meant to help with some of these.
    
    After this patch:
    - <=78 characters: 1288 lines
    - 79-132 characters: 526 lines
    - 133+ characters: 190 lines
    
    After this patch it's possible to fold long lines into multiple ones.
    Folding can reduce greppability, thus this is primarily useful for cases
    when the options are repetitive, e.g. a list of form options, headers,
    mail parameters and the like.
    
    Closes #19500

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1133
    • tests/data/test1158
    • tests/data/test1186
    • tests/data/test1189
    • tests/data/test1294
    • tests/data/test1295
    • tests/data/test1404
    • tests/data/test1583
    • tests/data/test2003
    • tests/data/test2004
    • tests/data/test2049
    • tests/data/test2051
    • tests/data/test2052
    • tests/data/test2053
    • tests/data/test2054
    • tests/data/test3002
    • tests/data/test3003
    • tests/data/test3004
    • tests/data/test3005
    • tests/data/test3006
    • tests/data/test3007
    • tests/data/test3029
    • tests/data/test39
    • tests/data/test4
    • tests/data/test423
    • tests/data/test424
    • tests/data/test618
    • tests/data/test619
    • tests/data/test62
    • tests/data/test625
    • tests/data/test646
    • tests/data/test647
    • tests/data/test648
    • tests/data/test917
    • tests/data/test918
    • tests/data/test938
    • tests/runner.pm