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

Builder curl-ares-solaris11-sparc Build #5336

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision29758a6143d6ffec41d7c6a01c359c1b9301f9ab
Got Revision29758a6143d6ffec41d7c6a01c359c1b9301f9ab
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 17 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 5336 Build
codebase Build
got_revision 29758a6143d6ffec41d7c6a01c359c1b9301f9ab Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29758a6143d6ffec41d7c6a01c359c1b9301f9ab 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:

StartSun Feb 22 22:34:56 2026
EndSun Feb 22 23:19:35 2026
Elapsed44 mins, 38 secs

All Changes:

:

  1. Change #258572

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 22:32:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29758a6143d6ffec41d7c6a01c359c1b9301f9ab

    Comments

    tests/server: silence clang-tidy warning
    It looks like a case that can never happen in practice.
    
    Seen on mingw-w64 with experimental concatenated (vs. #included) test
    sources:
    ```
    tests/server/util.c:662:16: error: Null pointer passed as 1st
     argument to string length function [clang-analyzer-unix.cstring.NullArg]
      662 |   size_t len = strlen(unix_socket);
          |                ^
    ```
    Ref: https://github.com/curl/curl/actions/runs/22267482855/job/64416261156#step:10:273
    
    Closes #20668

    Changed files

    • tests/server/util.c