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

Builder curl-ares-solaris11-sparc Build #4645

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2c7e1792a06b81b2bf41c9d348d374a83621340b
Got Revision2c7e1792a06b81b2bf41c9d348d374a83621340b
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Nov 12 15:17:24 2025
EndWed Nov 12 16:41:07 2025
Elapsed1 hrs, 23 mins, 42 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