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

Builder curl-ares-solaris11-i386 Build #4031

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond077d5473dbb5c8d5206b98ff071f1a14cced5de
Got Revisiond077d5473dbb5c8d5206b98ff071f1a14cced5de
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Nov 12 17:15:18 2025
EndWed Nov 12 20:27:57 2025
Elapsed3 hrs, 12 mins, 38 secs

All Changes:

:

  1. Change #248493

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

    Comments

    lib1509: make callbacks static
    Closes #19488

    Changed files

    • tests/libtest/lib1509.c
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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